S6C Computer Science Practical Examination 2025
S6C Computer Science Practical Examination 2025
Note:
Students required to submit their Practical Report Files before the Practical examination.
Students are also required to submit their Notebooks & Posters before Practical exam.
During Hands on Practical Exam, students are required to solve any 2 out of the given 3
Python Programming Questions on Computer.
Total time allocated for the Practical Examinations is ONLY (20+20) 40 Minutes
Students will create a MS Word copy of the program codes along with screenshots of the outputs on the desktop.
Students will save their file as <YOUR_FULL_NAME>.doc OR <YOUR_FULL_NAME>.docx
OR save as <YOUR_FULL_NAME>.pdf
Students will also take the Printout of the Program Codes along with output screenshots.
Students finally submit the Printouts along with this question paper to the exam supervisor.
Class XI - Computer Science Annual Practical Examination 2025
Computer Science (083)
SET - MOCK
Note:
Students must submit their Practical Report Files before the Practical examination.
Students are also required to submit their Notebooks & Posters before Practical exam.
Solve any 2 out of the given 3 Python Programming Questions on Computer.
Create MS Word copy of the program codes along with screenshots of the outputs on the desktop.
Save the file as <YOUR_FULL_NAME>.doc OR <YOUR_FULL_NAME>.docx OR save as <YOUR_FULL_NAME>.pdf
Take the Printout of the Program Codes along with output screenshots.
Submit the Printouts along with this question paper to the exam supervisor.
1: Write a Python program to sentence a string and encrypt the sentence as follows:
o All the words will be in reverse order
o Sequence of the words wouldn’t be changed.
2: Write a menu driven Python program to process a nested List as [ [ Name, Marks] , .. ]
and perform the following tasks:
3: Write a Python program to create a tuple of 24 values to store ball wise runs given by
a bowler in his 4 overs in a T20 match. The values (ball wise runs) will be entered by
the user. Your program then should display the number of dot balls along with number
of balls against each run scored.