Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
29 views1 page

All India Senior Secondary Certificate Examination 2024-2025

The document outlines the All India Senior Secondary Certificate Examination for Computer Science (083) for the 2024-2025 academic year. It includes a lab test consisting of programming tasks in Python and SQL queries related to given tables. Additionally, it specifies components for assessment such as a report, project, and viva voce.

Uploaded by

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

All India Senior Secondary Certificate Examination 2024-2025

The document outlines the All India Senior Secondary Certificate Examination for Computer Science (083) for the 2024-2025 academic year. It includes a lab test consisting of programming tasks in Python and SQL queries related to given tables. Additionally, it specifies components for assessment such as a report, project, and viva voce.

Uploaded by

anmolbrule
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

All India senior secondary certificate examination 2024-2025

| Subject: Computer Science (083) |


Set-1
Time 3 hrs M.M-30
Q1. LAB TEST (8+4=12)

Instruction: All questions are compulsory.

A. 1) Write a Python Program read a text file line by line and display line started with ‘T’. (4)
OR
Write a function to WriteRec() to write the 5 Employee Records (id, name, salary) in a binary file namee
“Emp.dat” and ReadRec() function to read the all records from a binary file “Emp.dat” and display them.
2) Write a python program to create a stack of student’s record which contains [admo, name]. (4)
• Write function PUSH to add record in to the stack and
• Write function DISPLAY to display those students whose name is started with ‘A’

B. Consider the following DEPT and WORKER tables. Write SQL Queries for (i) to (iv):
DCODE DEPARTMENT CITY WNO NAME DOJ DOB GENDER DCODE
1001 GEORGE K 2013-09-02 1991- Male D01
D01 MEDIA DELHI 09-01
1002 RYMA SEN 2012-12-11 1990- Female D03
12-15
D02 MARKETING DELHI 1003 MOHITESH 2013-02-03 1987- Male D05
09-04
D03 INFRASTRUCTURE MUMBAI 1007 ANIL JHA 2014-01-17 1984- Male D04
10-19
1004 MANILA 2012-10-09 1986- Female D01
D05 FINANCE KOLKATA SAHAI 11-14
1005 R SAHAY 2013-11-18 1987- Male D02
D04 HUMAN RESOURCE MUMBAI
03-31
1006 JAYA 2014-06-09 1985- Female D05
PRIYA 06-23

a. To display WNO. ,Name ,Gender from the table WORKER in descending order of WNO.
b. To display THE Name of all the Female workers from the table WORKER.
c. To display Wno. and Name of those workers from the table WORKER who are born between ‘1987-01-01’
and ‘1991-12-01’.
d. To count and display Male workers who have joined after ‘1986-01-01’.
Q.2 Report/Practical File (7)
Q.3 Project (8)
Q.4 Viva voce (3)

External Examiner Internal Examiner


Name: Name:
Sign : Sign:
Examiner No: Examiner No:

You might also like