MODELPRACTICALQP (1) (1)
MODELPRACTICALQP (1) (1)
MODELPRACTICALQP (1) (1)
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:1 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To write a Python Program to read a text file "Story.txt" and displays the number of
Vowels/ Consonants/ Lowercase / Uppercase/characters in the file (4)
2. To write a Python program Create a CSV file to store Empno, Name, Salary and search
any Empno and display Name, Salary and if not found display appropriate
message.Table:Emp (4)
SECTION B: MYSQL
TABLE:STU
3. Report File 7
4. Project (5+3)
5. Viva voice 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:2 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To write a menu driven Python Program to find Factorial and sum of list of numbers
using function. (4)
2. To write a Python Program to Create a binary file with roll number and name. Search for
a given roll number and display the name, if not found display appropriate message. (4)
SECTION B: MYSQL
TABLE:STU
a) Write a query to Display Rollno, Name and Department of the students from STU table
b) Write a Query to select distinct Department from STU table.
c) Write a Query to Delete Age Column from the table STU.
d) Write a Query to Display Name of all students whose DEPT Contains NULL.
(4)
1. Report File 7
2. Project (5+3)
3. Viva voce 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:3 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To write a menu driven Python Program to perform Arithmetic operations (+,-*,/) based on the
user’s choice using function. (4)
2. To write a Python program to implement Stack using a list data-structure, to perform the
following operations:
(i) To Push an object containing Doc_ID and Doc_name of doctors who specialize in "ENT"
to the stack.
(ii) To Pop the objects from the stack and display them.
(iii) To display the elements of the stack (after performing PUSH or POP). (4)
SECTION B: MYSQL
TABLE:STU
a) Write a query to list the names of those students whose name have second alphabet 'n' in their names.
b) Write a Query to add a new column Area of type varchar in table STU.
c) Write a Query to Display Name of all students whose Area Contains NULL
d) Write a Query to change the fess of Student to 170 whose Roll number is 1, if the existing fess is less than
130.. (4)
3. Report File 7
4. Project (5+3)
5. Viva voice 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:4 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To write a Python Program to read a text file "Story.txt" and displays the number of Vowels/
Consonants/ Lowercase / Uppercase/characters in the file (4)
2. To write a Python Program to Create a binary file with roll number, name, mark and update/modify the
mark for a given roll number (4)
SECTION B: MYSQL
TABLE:STU
a) Write a query to list the names of those students whose name have second alphabet 'n' in their names.
b)| Write a Query to add a new column Area of type varchar in table STU.
c) Write a Query to list name of female students in Hindi Department.
d) Write a Query to change the fess of Student to 170 whose Roll number is 1, if the existing fess is less than
130.. (4)
3. Report File 7
4. Project (5+3)
5. Viva voice 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:5 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To Write a method Disp() in Python, to read the lines from poem.txt and display those words
which are less than 5 characters. (4)
2. To write a Python Program to Create a binary file with roll number, name, mark and
update/modify the mark for a given roll number. (4)
SECTION B: MYSQL
TABLE:STU
a) Write a query to list the names of those students whose name have second alphabet 'n' in their names.
b) Write a Query to add a new column Area of type varchar in table STU.
c) Write a Query to display the name of the students whose name is starting with 'A'.
d) Write a Query to change the fess of Student to 170 whose Roll number is 1, if the existing fess is less than
130.. (4)
3. Report File 7
4. Project (5+3)
5. Viva voice 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE:75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII SET:6 Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON
1. To Write a method Disp() in Python, to read the lines from poem.txt and display those words which
are less than 5 characters. (4)
2. To write a Python program to implement Stack using a list data-structure, to perform the following
operations:
(iii) To Push an object containing Doc_ID and Doc_name of doctors who specialize in "ENT" to the
stack.
(iv) To Pop the objects from the stack and display them.
(iii) To display the elements of the stack (after performing PUSH or POP). (4)
SECTION B: MYSQL
TABLE:STU
a) Write a query to list the names of those students whose name have second alphabet 'n' in their names.
b) Write a Query to display the name of the students whose name is starting with 'A'.
c)Write a Query to Display Name of all students whose DEPT Contains NULL
d)Write a Query to insert a row of above table :”9,'Sunil','M', 24,'COMPUTER','1997-10-10', 320”. (4)
b) Report File 7
c) Project (5+3)
d) Viva voice 3
AISSCE PRACTICAL EXAMINATION 2024-25
SCHOOL CODE: 75512
SUBJECT: COMPUTER SCIENCE (083)
Class: XII Time:3 Hours
Date: 30 .01.2025 Marks:30
SECTION A :PYTHON (4x2=8)
1. To write a Python Program to read a text file "Story.txt" and displays the number of Vowels/
Consonants/ Lowercase / Uppercase/characters in the file
2. To write a Python program Create a CSV file to store Empno, Name, Salary and search any Empno
and display Name, Salary and if not found display appropriate message.Table:Emp
3. To write a menu driven Python Program to find Factorial and Sum of list of numbers using function
4. To write a Python Program to Create a binary file with roll number and name. Search for
a given roll number and display the name, if not found display appropriate message.
5. To write a menu driven Python Program to perform Arithmetic operations (+,-*,/) based on the
user’s choice using function.
6.To write a Python program to implement Stack using a list data-structure, to perform the following
operations:
(i) To Push an object containing Doc_ID and Doc_name of doctors who specialize in "ENT"
to the stack.
(ii) To Pop the objects from the stack and display them.
(iii) To display the elements of the stack (after performing PUSH or POP).
7.To write a Python Program to Create a binary file with roll number, name, mark and update/modify
the mark for a given roll number.
8. To Write a method Disp() in Python, to read the lines from poem.txt and display those words which
are less than 5 characters.
SECTION B: MYSQL (4x1=4)
TABLE:STU
Report File 7
Project (5+3)
Viva voice 3