0% found this document useful (0 votes)
33 views16 pages

Ursuline Convent Sr. Sec. School: Project File

This document contains the project file of a student named Ashutosh Kumar Singh from class XII A with roll number 38. The project file includes 15 Python programs involving tasks such as computing x^n, calculating simple interest, printing Fibonacci series, checking if a number is prime or Armstrong, and palindrome checks. It also contains 15 SQL programs involving tasks like creating and showing table structure, inserting data, using distinct and order by clauses. The document is signed by the teacher, principal and examiner.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
33 views16 pages

Ursuline Convent Sr. Sec. School: Project File

This document contains the project file of a student named Ashutosh Kumar Singh from class XII A with roll number 38. The project file includes 15 Python programs involving tasks such as computing x^n, calculating simple interest, printing Fibonacci series, checking if a number is prime or Armstrong, and palindrome checks. It also contains 15 SQL programs involving tasks like creating and showing table structure, inserting data, using distinct and order by clauses. The document is signed by the teacher, principal and examiner.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 16

URSULINE CONVENT SR.

SEC. SCHOOL

Name: Ashutosh Kumar Singh


Class: XII A
Roll No: 38

PROJECT FILE
Teacher’s Signature Principal’s Signature Examiner’s
Signature

INDEX

No. Name of Practical


1. WAP to compute x^n of given two integers x and n.
2. WAP for calculating simple interest.
3. WAP to print Fibonacci series up to certain limit.
4. WAP to display prime numbers up to a certain limit.
5. WAP to accept a number, find and display whether it’s
an Armstrong number or not.
6. WAP to accept a number and find out whether it is a
perfect number or not.
7. WAP to print the following pattern:
1
12
123
8. WAP to accept a string and display whether it is a
palindrome.
9. WAP to remove all odd numbers from the given list.
10. WAP to display cumulative elements of a given list.
11. Command for creating a table.
12. Command for showing the structure of table.
13. Command for inserting data into a table.
14. Command for using keyword distinct.
15. Command for using ORDER BY clause.

PYTHON PROGRAMS

1. WAP to compute x^n of given two integers x and n.


1. WAP for calculating simple interest.
3. WAP to print Fibonacci series up to certain limit.
4. WAP to display prime numbers up to a certain limit.
5. WAP to accept a number, find and display whether it’s
an Armstrong number or not.
6. WAP to accept a number and find out whether it is a
perfect number or not.
7. WAP to print the following pattern:

12

123
8. WAP to accept a string and display whether it is a
palindrome.
9. WAP to remove all odd numbers from the given list.
10. WAP to display cumulative elements of a given list.
SQL PROGRAMS

11. Command for creating a table.

12. Command for showing the structure of table.

13. Command for inserting data into a table.


14. Command for using keyword distinct.

15. Command for using ORDER BY clause.


................ ...............................................................................................

THE END

You might also like