0% found this document useful (0 votes)
18 views35 pages

Updated File Krishna Tyagi

computer sciene project class 12

Uploaded by

winac76363
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)
18 views35 pages

Updated File Krishna Tyagi

computer sciene project class 12

Uploaded by

winac76363
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/ 35

1.Write a program to changing the scale of temperature.

OUTPUT:

2. Write a program to finding roots of quadratic equation


OUTPUT:

3. Write a program to check a leap year.


OUTPUT:

4. Write a program for Marks Grading System.


OUTPUT:

5. Write a program to check whether the entered number


is prime or composite.
OUTPUT:

6. Write a program to find whether an inputted number


is perfect or not.
OUTPUT:

7. Write a Program to check if the entered number is


Armstrong or not.
OUTPUT:

8. Draw Fibonacci Series (While Loop).


OUTPUT:

9.Calculating Factorial of given number.


OUTPUT:

10.Write a program to check Palindrome of a number.


OUTPUT:

11. Write a program to calculating sum of numbers given


by user.
OUTPUT:
12.Write a program to finding LCM and HCF of two given
numbers.

OUTPUT:

13.Using Library Functions (Math, Statistics).


OUTPUT:

14.Write a program for the game Rock, Paper, Scissors


using Random module.
OUTPUT:
15.Write a program to read, write and update text file.
OUTPUT:

16.Write a program to read the content of a text file and


display the total number of consonants, uppercase,
vowels and lower-case characters.
OUTPUT:

17.Create a binary file with name and roll no. Search for
a given roll number and display the name, if not found
display appropriate message.
OUTPUT:
18. Create a CSV file with Field empid, empname, salary,
doj (Date of Joining). Make user interface with following
options:
a.Enter New Record:
OUTPUT:
b.Search Record By Empid:
OUTPUT:

c.Modify Salary:
OUTPUT:

d.Delete Record:
OUTPUT:

19.Create a student table and insert data. Implement the


following SQL commands on the student table:
a.ALTER table to add new attributes / modify data type / drop
attribute:

b.UPDATE table to modify data:


c.ORDER By to display data in ascending / descending order:

d.DELETE to remove tuple:


e.GROUP BY and find the min, max, sum, count and average:
20.Integrate SQL with Python by importing the MySQL module
and perform the following operations:
a.INSERT RECORDS:
OUTPUT:
b.VIEW RECORDS:
OUTPUT:

c.MODIFY RECORDS:
OUTPUT:

d.DELETE RECORDS:
OUTPUT:

You might also like