Practical File
Practical File
SECONDARY
AISSCE-2025
CERTIfICATE
This is to certify that the project entitled
Computer Science is a bona fide work done by Mr.
Alapan Dey of Class XII session 2024-2025 in
partial fulfilment of CBSE AISSCE Examination
2024 and has not been submitted for any other
examination and does not form a part of any other
course undergone by the candidate.
________________ _________________
Teacher’s Signature External’s Signature
INDEX
S. No. Topic T. Sign
Program to enter two numbers and print the arithmetic
1. operation like +,-,*,**,/,// and %.
11. WAP using function to generate a new list from two existing
lists of same lengths. The new list must contain the sum
value of elements of those two list of the corresponding
position list 1.
12. WAP using function to rotate the element of a list in such a
way that first element goes to the second position 2nd to
3rd, 3rd to 4th etc the element in the last position will move
to the first position.
15. Read a text file line by line and display each word separated
by a #.
18. Program to read and display those lines from file that starts
with alphabet ‘T’.
20. Program to read and display data from CSV file student.csv.
22. ALTER table to add new attributes / modify data type / drop
attribute.
29. Showing all the records from student with Python Connector.