0% found this document useful (0 votes)
12 views4 pages

CS 2024 QP Practical

The document outlines the practical examination format for Computer Science (083) for AISSCE 2025 at Kendriya Vidyalaya New Bongaigaon, Assam. It includes three sets of exam questions, each with tasks related to Python programming and MySQL queries, along with marks distribution for practical files, project work, and viva-voce. Each set contains specific programming tasks and database queries to assess students' understanding of the subjects.

Uploaded by

Naren Kumar
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)
12 views4 pages

CS 2024 QP Practical

The document outlines the practical examination format for Computer Science (083) for AISSCE 2025 at Kendriya Vidyalaya New Bongaigaon, Assam. It includes three sets of exam questions, each with tasks related to Python programming and MySQL queries, along with marks distribution for practical files, project work, and viva-voce. Each set contains specific programming tasks and database queries to assess students' understanding of the subjects.

Uploaded by

Naren Kumar
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/ 4

EXAM CENTER : KENDRIYA VIDYALAYA NEW BONGAIGAON,ASSAM

PRACTICAL EXAMINATION AISSCE 2025


COMPUTER SCIENCE (083)
Set A
Date : ……………………………… CBSE Roll No : ____________
Max. Marks: 30 Time: 3:00 Hours

Q1. Lab Test – Python Program: 08 marks


Write a program in Python to Open a text file name "Study.txt" and write few lines of
string in it and then write code to count the occurrence of word “and” or “my” from the
file.

Q2. MySQL Query : 04 marks


Create Database CBSE24 and Create following table inside newly created database.

Consider the table given below and answer the following questions :

TABLE: EMPLOYEE
Ecod
eName Salary Zone Age Grade Dept
e
101 Mukul 30000 West 28 A 11
102 Kritika 35000 Centre 51 A 22
103 Naveen 32000 East 40 NULL 11
105 Uday 38000 North 38 C 33
107 Nupur 32000 East 26 NULL 11

TABLE: DEPARTMENT
Dept Dname Entitlement
11 Sales Taxi
22 Store Air
33 Finance Car
Write the Query for the following:
1. Display the details of all the employees who are getting a salary of less than 33000.
2. Display the sum of salary of Grade ‘B’ employees.
3. Display the employee name, age and zone of employees in the ascending order of their
age of East department
4. Display Employee Code, Employee Name and Department Name for all employees

Q4) Practical File: 07 marks


Q5) Project work: 08 marks
Q6) Viva-voce: 03 marks

Internal External
EXAM CENTER : KENDRIYA VIDYALAYA NEW BONGAIGAON,ASSAM
AISSCE PRACTICAL EXAMINATION 2025
COMPUTER SCIENCE (083)
Set B
Date : ……………………………… CBSE Roll No : ____________
Max. Marks: 30 Time: 3:00 Hours

Q1. Lab Test – Python Program: 08 marks


Write a program in Python to create stack name “employee” having employee code and
name of 03 employees. Then Insert the details of one more employee to the stack. (PUSH
Operation).
Consider employee code 101,102,103 and name as Kamal, Rajesh and Kush

Q2. MySQL Query : 04 marks


Create Database CBSE24 and Create following table inside newly created database.
Consider the table given below and answer the following questions :

TABLE: STUDENT
Enro Grade
SName Fee House Class Scode
l
101 Nanda 5000 Green 11 A S11
102 Saurabh 3000 Blue 12 B S33
103 Kamal 3000 Green 12 Null S33
105 Praveen 2500 Red 11 C S11
107 Arvind 4500 Blue 12 NULL S22

TABLE: STREAM
Scode Sname Chapters
S11 Science 15
S22 Commerce 11
S33 Humanities 12

Write the Query for the following:


1. Display the details of all the students who are paying fee less than 3000.
2. Display the sum of fee of Class 11 students.
3. Display the student name, class, fee and House of students in the ascending order of their
fee of Blue department
4. Display Student Enrolment no, Student Name and Stream Name for all students

Q4) Practical File: 07 marks


Q5) Project work: 08 marks
Q6) Viva-voce: 03 marks

Internal External
EXAM CENTER : KENDRIYA VIDYALAYA NEW BONGAIGAON,ASSAM
AISSCE PRACTICAL EXAMINATION 2025
COMPUTER SCIENCE (083)
Set C
Date : ……………………………… CBSE Roll No : ____________
Max. Marks: 30 Time: 3:00 Hours

Q1. Lab Test – Python Program: 08 marks


Write a program in Python to create stack name “employee” having employee code and
name of 03 employees. Then remove the details of one employee from the stack. (POP
Operation)
Consider employee code 101,102,103 and name as Kamal, Rajesh and Kush

Q2. MySQL Query : 04 marks


Create Database CBSE24 and Create following table inside newly created database.
Consider the table given below and answer the following questions :

TABLE: STUDENT
Enro Grade
SName Fee House Class Scode
l
101 Nanda 5000 Green 11 A S11
102 Saurabh 3000 Blue 12 B S33
103 Kamal 3000 Green 12 Null S33
105 Praveen 2500 Red 11 C S11
107 Arvind 4500 Green 12 NULL S22

TABLE: STREAM
Scode Sname Chapters
S11 Science 15
S22 Commerce 11
S33 Humanities 12

Write the Query for the following:


1. Display the details of all the students who are paying fee more than 3000.
2. Display the sum of fee of Class 12 students.
3. Display the student name, class, fee and House of students in the ascending order of their
fee of Green department
4. Display Student Enrolment no, Student Name and Stream Name for all students

Q4) Practical File: 07 marks


Q5) Project work: 08 marks
Q6) Viva-voce: 03 marks

Internal External

You might also like