B. D. M.
INTERNATIONA, KOLKATA
A.I.S.S.C.E. TERM II EXAMINATION
ACADEMIC YEAR : 2021-2022
CBSE ROLL NO : 12673917
NAME : Raunak Das
CLASS : XII
SUBJECT : COMPUTER SCIENCE
SUB CODE : 083
B. D. M. INTERNATIONA, KOLKATA
CERTIFICATE
This is to certify that Raunak Das of class XII CBSE Roll No:
12673917 has satisfactorily completed the laboratory work
in Computer Science (083) Python laid down in the
regulations of CBSE for the purpose of A.I.S.S.C.E. Term
II Practical Examination 2021- 2022 in Class XII to be
held in B. D. M. International, Kolkata.
(Mr. Pintu Majumder)
PGT Computer Science
Examiners:
1 Name: Mr. Pintu Majumder Signature:
(Internal)
2 Name: Signature:
(External)
TABLE OF CONTENTS [ T O C ]
PAGE
S.NO PROGRAMS SIGNATURE
NO
Write a program to input any number from the
1 user and calculate factorial of the entered
number.
Write a program to input ant number from the
2 user and check it is Prime number or not.
Display an appropriate message on the screen.
Write a program to find sum of elements of List
3
recursively
Write a program to calculate the nth term of
4
Fibonacci series.
Write a program to search any word in a given
5
string/ sentence
Write a program to read and display file
6 content line by line with each
word separated by “#” symbol
Write a program to read the content of a file
and display the total number of consonants,
7
vowels, upper case, lower case and other
characters.
Write a program to create binary file to store
Rollno and Name, Search any Rollno and
8
display name if Rollno found otherwise “Rollno
Not Found”
Write a program to create binary file to store
9 Rollno, Name and Marks and update marks of
entered Rollno
Write a program to read the content of file line
10 by line and write it to another file except for the
lines contains “a‟ letter in it.
Write a program to create CSV file and store
empno, name, salary and search any empno and
11
display name, salary and if not found
appropriate message.
Write a program to generate random number
12 1-6, simulating a dice
Write a program to implement Stack in Python
13 using List
Write a program to connect with database and
14 store record of employee and display records.
Write a program to connect with database and
search employee number in table employee
15
and display record, if empno not found
display appropriate message.
Write a program to connect with database and
16 update the employee record of entered empno.
Write a program to connect with database and
17 delete the record of entered employee number.
TABLE OF CONTENTS [ T O C ]
S.NO MYSQL QUERIES PAGE NO SIGNATURE
1 MySQL Queries I
2 MySQL Queries II