Main Document
Main Document
Session – 2024-25
Submitted to – Submitted by -
Mr.Asim Sharma _______________________
PGT-Computer Science Class – 12th
CERTIFICATE
This is to certify that ___________________________
student of Class XII, [Mother’s Pride Sr.Sec.School] has completed
the PRACTICAL FILE during the academic year 2024-25 towards partial
fulfillment of credit for the Computer Science practical evaluation of CBSE
and submitted satisfactory report, as compiled in the following pages, under
my supervision.
ACKNOWLEDGEMENT
I wish to express my deep sense of gratitude and indebtedness to
our learned teacher Mr.Asim Sharma Sir PGT COMPUTER SCIENCE,
Mother’s Pride Sr.Sec.School for his invaluable help, advice and guidance
in the preparation of this project.
_________________
Class - 12th
S_N Program List
O
Python Section -
1. Write the python program to find the factorial of any number using recursion.
Read a text file line by line and display each word separated by #.
9
Read a text file and display the number of vowels/ consonants/ uppercase/
lowercase characters in the file.
10.
Create a binary file with name and roll number. Search for a given roll
number and display the name, if not found display appropriate message.
11.
Write a program to create binary file to store Rollno, Name and Marks
12. and update marks of entered Rollno.
Write a program to read the content of the file line by line it to another file
13.
except for the lines contains ‘a’ letter in it.
Write a random number generator that generates random numbers
14. between 1 and 6 (simulates a dice).
Write a Python program to implement a stack and queue using a list
15.
data-structure.
Create a CSV file by Entering user id and password, read and search the
password for given user id.
My-SQL Section
S.No Query list
1. (a) Create Databases (b)Use Database (c)Create Table:-Student (d)Insert Query