0% found this document useful (0 votes)
347 views6 pages

Computer Science Practical Exam 2025-26

The document outlines the SSCE Practical Examination for Class XII in Computer Science for the academic year 2025-2026, detailing six different sets of questions. Each set includes programming tasks, MySQL queries, practical record submissions, project files, and a viva voce component, with a maximum score of 30 marks. The examination covers various topics including Python programming, MySQL database operations, file handling, and data management.

Uploaded by

Anuraag Moharana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
347 views6 pages

Computer Science Practical Exam 2025-26

The document outlines the SSCE Practical Examination for Class XII in Computer Science for the academic year 2025-2026, detailing six different sets of questions. Each set includes programming tasks, MySQL queries, practical record submissions, project files, and a viva voce component, with a maximum score of 30 marks. The examination covers various topics including Python programming, MySQL database operations, file handling, and data management.

Uploaded by

Anuraag Moharana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

NARAYANA IIT-JEE Academy

SSCE PRACTICAL EXAMINATION 2025-2026


Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-1
[Link] Description Marks
Q1 Write a menu-driven Python program to implement a stack using a list. 8M
Q2 Write MySQL Queries for the following Questions based on the given table 4M

(a) To Display the average price of all the Uniform of Raymond Company from table COST.
(b) To display details of all the Uniform in the Uniform table in descending order of Stock
date.
(c) To Display max price and min price of each company.
(d) Display the names of companies that have more than two entries in the Cost table.
Q3 Practical Record (Report File) 7M
Q4 Project file 8M
Q5 Viva Voce 3M
NARAYANA IIT-JEE Academy
SSCE PRACTICAL EXAMINATION 2025-2026
Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-2
[Link] Description Marks
Q1 Read a text file and display the number of vowels/consonants/uppercase/lowercase 8M
characters in the file.
Q2 Write MySQL Queries for the following Questions based on the given table: 4M

(a) Write a Query to list name of female students in Hindi Department.


(b) Write a Query to list name of the students whose age’s are between 18 to 20.
(c) Write a Query to display the names of the students whose name is starting with 'A'.
(d) Write a query to list the names of those students whose name have second alphabet 'n' in
their names.

Q3 Practical Record (Report File) 7M


Q4 Project file 8M
Q5 Viva Voce 3M
NARAYANA IIT-JEE Academy
SSCE PRACTICAL EXAMINATION 2025-2026
Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-3
[Link] Description Marks
Q1 Read a text file and remove all the lines that contain the character 'a' in a file and write it to 8M
another file.
Q2 Write MySQL Queries for the following Questions based on the given table: 4M

(a) Write a Query to add a new column named Area of type varchar in table STU.
(b) Write a Query to Display Name of all students whose Area Contains NULL.
(c) Write a Query to delete Area Column from the table STU.
(d) Write a Query to delete table from Database.
Q3 Practical Record (Report File) 7M
Q4 Project file 8M
Q5 Viva Voce 3M
NARAYANA IIT-JEE Academy
SSCE PRACTICAL EXAMINATION 2025-2026
Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-4
[Link] Description Marks
Q1 Create a binary file with roll number ,name and marks. Search for a given roll number and 8M
display the details of a particular student.
Q2 Write MySQL Queries for the following Questions based on the given table: 4M

(a) Write a Query to add a new column named Area of type varchar in table STU.
(b) Write a Query to Display Name of all students whose Area Contains NULL.
(c) Write a Query to delete Area Column from the table STU.
(d) Write a Query to delete table from Database.
Q3 Practical Record (Report File) 7M
Q4 Project file 8M
Q5 Viva Voce 3M
NARAYANA IIT-JEE Academy
SSCE PRACTICAL EXAMINATION 2025-2026
Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-5
[Link] Description Marks
Q1 Write a random number generator that generates random numbers between 1 and 3M
6 (simulates a dice).
Read a text file and count the number of occurrences of the particular word in the file content. 5M
Q2 Write MySQL Queries for the following Questions based on the given table: 4M

(a) Write a Query to display the names of the students whose name is starting with 'A'.
(b) Write a query to list the names of those students whose name have second alphabet 'n' in
their names.
(c) Write a Query to delete the details of Roll number 6.
(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.
Q3 Practical Record (Report File) 7M
Q4 Project file 8M
Q5 Viva Voce 3M
NARAYANA IIT-JEE Academy
SSCE PRACTICAL EXAMINATION 2025-2026
Class: XII Subject Code: 083 Subject: COMPUTER SCIENCE
Max. Marks: 30 Time: 3:00 HRS
SET-6
[Link] Description Marks
Q1 Create a CSV file by entering employee details , read and search the particular employee 8M
for given employee_id and display the details.
Q2 Write MySQL Queries for the following Questions based on the given table: 4M

(a) Write a Query to create the above table called: "STU".


(b) Write a Query to insert all the rows above.
(c) Write a Query to display all the details of the Employees from the above table 'STU'.
(d) Write a query to display Rollno, Name and Department from STU table.
Q3 Practical Record (Report File) 7M
Q4 Project file 8M
Q5 Viva Voce 3M

You might also like