Aissce Cs Practical Exam 2024-25
Aissce Cs Practical Exam 2024-25
Aissce Cs Practical Exam 2024-25
SSS
POSSANGIPUR B-1 JANAKPURI , ND-58
PRACTICAL EXAMINATION 2024-25
SUBJECT- COMPUTER SCIENCE (083)
CLASS XII
Duration: 3 hours SET-1 Maximum Marks: 30
1. A binary file ‘Student.dat’ has structure (rollno, name, marks).
i.) Write a function in Python add_record() to input data for n records and add to 8
‘Student.dat’.
ii.) Write a function in Python find_record() to search a record from binary file ‘Student.dat’
on the basis of roll number.
2. Write SQL queries for (i) to (iv) based on the below given tables:
TABLE : ACCOUNT
Acc_No Acc_Name Address
101 Ananya Bangalore
102 Hemant Chennai
103 Riya Hyderabad
104 Lakshit Chennai
105 Rehan Chandigarh
TABLE: TRANSACTION
4
T_No Acc_No Amount Type DOTr
T001 101 3000 DEBIT 2023-12-22
T002 103 2500 CREDIT 2023-04-01
T003 102 4000 DEBIT 2023-04-30
T004 103 15000 CREDIT 2023-08-01
T005 101 2800 CREDIT 2023-04-20
(i) To display all the transactions of type ‘CREDIT’ from table TRANSACTION.
(ii) To display the Acc_No and Amount of all Credits and Debits done in the month of April
2023 from table TRANSACTION.
(iii) To display the last date of transaction(DOTr) from the table TRANSACTION for the
account having Acc_No as 103.
(iv) To display all the Acc_No, Acc_Name and DOTr of those who have done transaction of
amount more than or equal to 3000 from tables ACCOUNT and TRANSACTION.
3. Practical File 7
4. Project 8
5. Viva Voce 3
GOVT. SV CO.-ED. SSS
POSSANGIPUR B-1 JANAKPURI , ND-58
PRACTICAL EXAMINATION 2024-25 SUBJECT-
COMPUTER SCIENCE (083)
CLASS XII
Duration: 3 hours SET-2 Maximum Marks: 30
(i) To display details of those Faculties whose salary is greater than 12000.
(ii) To display the details of courses whose fees is in the range of 15000 to
50000.
(iii) To increase the fees of all the courses by 1100.
(iv) Select MIN(Salary) FROM Faculty, Courses where Courses.F_ID =
Faculty.F_ID;
3. Practical File 7
4. Project 8
5. Viva Voce 3