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

Idrs Aissce Comp SC Practical-2025 QP

The document outlines the practical examination details for Computer Science (083) for Class XII, Session 2024-25, with a total duration of 3 hours and maximum marks of 30. It includes tasks such as writing programs for file handling and database creation, as well as SQL commands for manipulating an EMPLOYEE table. Additionally, it specifies requirements for a practical record file, project report, and viva voce.

Uploaded by

no1adampur
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)
9 views6 pages

Idrs Aissce Comp SC Practical-2025 QP

The document outlines the practical examination details for Computer Science (083) for Class XII, Session 2024-25, with a total duration of 3 hours and maximum marks of 30. It includes tasks such as writing programs for file handling and database creation, as well as SQL commands for manipulating an EMPLOYEE table. Additionally, it specifies requirements for a practical record file, project report, and viva voce.

Uploaded by

no1adampur
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
You are on page 1/ 6

AISSCE PRACTICAL EXAMINATION

SUBJECT: COMPUTER SCIENCE (083)


CLASS: XII SESSION : 2024-25
TIME: 3:00 HOURS MAX MARKS: 30

1. Write down the following programs: [8]


(A) Write a program to create a file
(B) Read a file and remove all the lines that contains the letter “x” and save it in another
file.
(C) Create database of students using dictionary which contains admission no, name,
marks and class of the student.
(D) Display the record using admission no of the student.

2. Consider the tables EMPLOYEE given below and write SQL commands for the following statements:
[4]
Table: EMPLOYEE
ECODE NAME DEPT SALARY
101 AKASH CS 30000
102 SUMIT IT 25000
103 RARA PHYSICS 31000
105 JOHN REVENUE 26000
108 SRIYAM SEN MATHS 32000

(A) Write the SQL query to create the above database Employee.
(B) Update NAME of the employees whose ECODE is 103.
(C) To display the NAME, SALARY of EMPLOYEE’s table, whose salary is greater than 30000.
(D) To add a new row with the following content:
109, ‘Monish Roy’, ‘Chemistry’, 28000.
3. Practical Record File [7]
4. Project Report [8]
5. Viva Voce [3]

Signature of External Examiner Signature of Internal Examiner


Examiner No: Examiner No:

You might also like