0% found this document useful (0 votes)
39 views

Nitin Yadav Python & SQL Pra.-1

The document is a project submission for the class 11th commerce Informatics Practices course. It includes an acknowledgement, bonafide certificate, and certificate by student sections. The project was done by Nitin Yadav at Holy Cross Co-ed School in Bhopal under the guidance of Mr. Mukesh Mishra during the 2022-23 academic year to fulfill the requirements for the All India Senior Secondary Certificate Examination.

Uploaded by

zb22786
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Nitin Yadav Python & SQL Pra.-1

The document is a project submission for the class 11th commerce Informatics Practices course. It includes an acknowledgement, bonafide certificate, and certificate by student sections. The project was done by Nitin Yadav at Holy Cross Co-ed School in Bhopal under the guidance of Mr. Mukesh Mishra during the 2022-23 academic year to fulfill the requirements for the All India Senior Secondary Certificate Examination.

Uploaded by

zb22786
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

NEW LAMBAKHEDA BHOPAL (M.

P)

INFORMATICS PRACTICES
CLASS 11TH commerce

2022-23
IN PARTIAL FULFILMENT OF THE REQUIREMENT OF THE
ALL INDIA SENIOR SECONDRY
CERTIFICATE
EXAMINATION ( AISSCE )

SUMITTED BY: SUBMITTED TO :


NITIN YADAV MR. MUKESH MISHRA
ROLL NO : 29 (PGT I.P)
HOLY CROSS CO-ED SCHOOL
New Lambakheda, Bhopal
2022-23

ACKNOWLEDGEMENT

We express our deep gratitude and appreciation to those who


agreed to participate in this project, for their time expended
and that we have most indebted and we can only hope that
the product of our collaboration benefits each one as much as
we benefited from the process.
We had been immeasurably enriched by working under the
supervision of Mr. Mukesh Mishra (PGT I.P.), who has
great level of knowledge and who has an art of encouraging
,correcting and directing us in every situation possible ,which
has enabled us to complete the project .Also , We heartly
thank Rev. Sr. Apoline Pinto (Principal) Holy Cross
Co-ed School for supporting us in completing this project.
We thank our Parents, for believing in us and directing us
and our Classmates for their best wishes , help and support.

We acknowledge to all the people who have involved and


supported us in creating this project.

SUMITTED BY : SUBMITTED TO :
NITIN YADAV Mr. MUKESH MISHRA
ROLL NO: 29 (PGT I.P)
HOLY CROSS CO-ED SCHOOL
New Lambakheda, Bhopal
2022-23

ALL INDIA SENIOR SECONDRY


CERTIFICATE EXAMINATION
(AISSCE)

BONAFIDE CERTIFICATE

Certified to be the Bonafide record of project


work done by Nitin Yadav at Holy Cross Co-ed
School, New lambakheda Bhopal (M.P.) during the
year 2022-23 , in the partial fulfillment of
student of class XI(commerce) CBSE schemes
in Foundation of Information Technology
under the guidance.

MR.MUKESH MISHRA REV.SR.APOLINE PINTO


(PGT I.P) (PRINCIPAL)

( INTERNAL EXAMINER ) ( EXTERNAL EXAMINER )


HOLY CROSS CO-ED SCHOOL

New Lambakheda, Bhopal

2022-23

CERTIFICATE BY
STUDENT

I Nitin Yadav , Student of Class XI


(COMMERCE) of Holy Cross Co-ed School, New
Lambakheda Bhopal(M.P) here to certify that the
project was undertaken by us as a part of CBSE
curriculum .The data used in project is
Researched by us from the Internet and
reference books, therefore we take it to be
authentic and reliable.

SUMITTED BY : SUBMITTED TO :
NITIN YADAV Mr. MUKESH MISHRA
ROLL NO : 29 (PGT I.P)
MY SQL PRACTICLES
1. Write a query to create a string for ASCII [70,65,67,69] .

2. How many characters are there in string in “ Nitin Yadav” ?

3. Display 4 characters extracted from third left character


onwards from string ‘ABCDEFG’ .

4. Show all databases .


5. Create database Nitin .

6. Write syntax for showing all databases .

7. Write query for using database .

8. How to create table in MYSQL table name IP , 7 columns .


9. Write a SQL command to create a student table with the
column name student id , class , gender , name , dob , and
marks as attributes where the student id is primary key .
10. How many characters are there in Holy cross co-ed school ?

11. Write a query to display current date and time .

12. Display names information practices and your name in


lowercase and uppercase .
Python practices

1. Write a program to illustrate the difference between break and


continuous statement .

INPUT :

OUTPUT :

2. Write a program to print sum of natural numbers between 1 to 7 .


INPUT :
OUTPUT :

3. Write a program to print the following pattern without using


nested loop .
#
##
###
####
#####

INPUT :

OUTPUT :

4. Write a program to print table of a number .

INPUT :
OUTPUT :

5. Write a program to input two numbers and swap them .

INPUT :

OUTPUT :

6. Write a program to input 3 numbers and swap them as first


become second , second become third and third become first .

INPUT ;

OUTPUT :
7. Write a python program to calculate the amount payable if
money has been lent on simple interest .

INPUT :

OUTPUT :

8. Triangle has three sides A,B,C as 17 , 23 , 30 . Write a program to


calculate and display its area using heron’s a formula .

INPUT :

OUTPUT :

9. Write a program that input a list , replicate it twice and prints the
sorted list in ascending and descending order .

INPUT :
OUTPUT :

You might also like