Class12 CS Practical File Akshat CBSESyllabus
Class12 CS Practical File Akshat CBSESyllabus
Roll No: 2
Certificate
This is to certify that Akshat Kumar of Class 12 has successfully completed the Computer Science
Practical File as per the guidelines prescribed by CBSE for the academic year 2024-25. The work
Signature: ___________________
Signature: ___________________
Class 12 Computer Science Practical File
Acknowledgment
I would like to express my heartfelt gratitude to my Computer Science teacher for their invaluable
guidance and support throughout the preparation of this practical file. I would also like to thank the
Index
Basic Arithmetic
List Operations
Tuple Manipulation
Dictionary Operations
String Manipulations
Fibonacci Series
Stack Implementation
Queue Implementation
File Reading
File Writing
File Append
Palindrome Check
Armstrong Number
SQL Queries
1. Create a table named 'Employees' with columns: ID, Name, Age, and Salary.
Write a Python program to connect to a MySQL database and fetch all records from a
Write a Python program to insert a new record into a MySQL table using Python.
Write a Python program to delete a record from a MySQL table based on a condition.