Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Aissce Practical Exam CS Question Paper - 2023-24

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

AISSCE PRACTICAL EXAM

SUBJECT :- COMPUTER SCIENCE (083)

CLASS – XII

TIME :- 3Hrs SET - A MM- 30


1. Create a text file "intro.txt" in python and ask the user to write a single line of text by user input.

2. Write a program to count a total number of lines and count the total number of lines starting with 'A', 'B',
and 'C' from the file dfh.txt

3. Write a program to store customer data into a binary file cust.dat using a dictionary and print them
on screen after reading them. The customer data contains ID as key, and name, city as values.
4. Write a program to write data into binary file marks.dat and display the records of students who
scored more than 95 marks.
5. Write a program to implement a stack for the employee details (empno, name).
6. Write a python program to check whether a string is a palindrome or not using stack
7. Write a program to know the cursor position and print the text according to the below-given
specifications:
a. Print the initial position b. Move the cursor to 4th position
c. Display next 5 characters d. Move cursor to next 10 characters
e. Print the current cursor position f. Print next 10 characters from current position
8. Write a program to replace all spaces from text with - (dash) from the file intro.txt.
Practical file 5

Project 5

Viva 5

Signature of Internal Signature of External

Name Name

Examiner No. Examiner No.

AISSCE PRACTICAL EXAM

SUBJECT :- INFORMATICS PRACTICES (065)

CLASS – XII

TIME :- 3Hrs SET - B MM- 30


1.Write a program to plot for the total number of students enrolled in a particular stream in a school.

Stream=[‘Medical’, ‘ Non-Medical’,’Commerce with maths’,’Commerce with IP’, ‘Humanities’]


no_students = [32,41,55,60,50] 4

2. Create a pandas series from a dictionary of values and an ndarray. 4


3. Create a EMP table with the Emp id, name, and salary as attributes where the Emp id is the
primary key. 2
4. Insert the details of a new employee in the above table. 2
5. Use the select command to get the details of the employee with salary more than 20000. 1
6. Write a SQL query to order the (Emp, ID, salary) table in descending order of salary. 1
7. Find the min, max, sum, and average of the marks in a student marks table. 1

Practical file 5

Project 5

Viva 5

Signature of Internal Signature of External

Name Name

Examiner No. Examiner No.

AISSCE PRACTICAL EXAM

SUBJECT :- INFORMATICS PRACTICES (065)

CLASS – XII

TIME :- 3Hrs SET - C MM- 30

1. Given the school result data, analyse the performance of the students on different
parameters, e.g subject wise or class wise. 4

2. Create a pandas series from a dictionary of values and an ndarray. 4


3. Create a Stationary with the book_id, book_name, author_name and MRP as attributes
where the book_id is the primary key. 3
4. Insert the details of a new author bookin the above table. 1
5. Use the select command to get the details of the books with price more than 180. 1
6. Write a SQL query to order the (Book_id, MRP ) table in descending order of the MRP. 1
7. Find the min, max, sum, and average of the MRP in a Stationary table. 1

Practical file 5

Project 5

Viva 5

Signature of Internal Signature of External

Name Name

Examiner No. Examiner No.

AISSCE PRACTICAL EXAM

SUBJECT :- INFORMATICS PRACTICES (065)

CLASS – XII

TIME :- 3Hrs SET – D MM- 30

1. For the Data frames created above, analyze and plot appropriate charts with title
and legend. 4

2. Create a pandas series from a dictionary of values and an ndarray. 4


3. Create a table Grocery with the Id, Grocery_Name, Qty and Price as attributes where the id is
the primary key. 3
4. Insert the details of a new Grocery_Name in the above table. 1
5. Use the select command to get the details of the Grocery_Name with price more than 80. 1
6. Write a SQL query to order the (Id, Price ) table in descending order of the price.
1
7. Find the min, max, sum, and average of the price in a Grocery table. 1

Practical file 5

Project 5

Viva 5

Signature of Internal Signature of External

Name Name

Examiner No. Examiner No.

You might also like