According to the syllabus of Computer Science with Python Practical file for class 12 Term-2 2021-2022 is provided as a downloadable free link .
INDEX
XII CS – Practical Assignments for TERM 2
S.No | Description of Assignment | Sign |
1 | Write a Python program to implement a stack using list (PUSH & POP Operation on Stack). | |
2 | Write a python program using function PUSH(Arr), where Arr is a list of numbers. From this list push all numbers divisible by 5 into a stack implemented by using a list. Display the stack if it has at least one element, otherwise display appropriate error message. | |
3 | Write a python program using function POP(Arr), where Arr is a stack implemented by a list of numbers. The function returns the value deleted from the stack. | |
4 | Create a table and insert data. Implement all SQL commands on the table | |
5 | Integrate MySQL with Python by importing the MySQL module and add records of student and display all the record. | |
6 | Integrate MySQL with Python by importing the MySQL module to search student using rollno, name, age, class and if present in table display the record, if not display appropriate method. | |
7 | Integrate SQL with Python by importing the MySQL module to search a student using rollno, delete the record. | |
8 | Integrate SQL with Python by importing the MySQL module to search a student using rollno, update the record. |
Click Below-
Download free practical file computer science with python for Term -2 class 12 CBSE(2021-2022)
Python coded file in .py format
Thanks for going through Computer Science Practical file for class 12 Term-2.
Term 2 Computer science practice sets class 12
Class 12 computer science with python solution of Sumita Arora book