0% found this document useful (0 votes)
5 views3 pages

XII-CS - 24-25 Pract Ques

Uploaded by

mowsy21
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)
5 views3 pages

XII-CS - 24-25 Pract Ques

Uploaded by

mowsy21
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/ 3

AISSCE - PRACTICAL EXAMINATION (2024-25)

GRADE XII - COMPUTER SCIENCE (083)


SCHOOL CODE: ROLL NO:
DATE: 03. 01. 2025 MAX.MARK: 30
SET-1
1. Write a python code to perform following push() and peek() stack operation
by using list. L= [50,100,150,200,250,300,350,400,450] [8]
2. Write a query for following statements. [4]
Table: Product
S_No Pname Brand Qty Price
S1 Ice cream Ibaco 150 60.00
S2 Cake Britania 250 20.00
S3 Coffee Nestle 170 120.00
Dairy
S4 Chocolate 380 40.00
Milk
S5 Sauce Kissan 470 90.00

Questions:
a) Create database named Store.
b) To create a table named Product using the above table
description.
c) Insert all values to the table Product.
d) Write a command to display the structure of table.
3. Practical Report File [7]
4. Project [8]
5. Viva [3]
Total 30
AISSCE - PRACTICAL EXAMINATION (2024-25)
GRADE XII - COMPUTER SCIENCE (083)
SCHOOL CODE: ROLL NO:
DATE: 03. 01. 2025 MAX.MARK: 30
SET-2
1. Write a python program by considering dvd.csv file, to create user define function
a) newcsv() to create a csv file and write 3 records in it as below format [8]
[Dvdid, dvd name, qty, price].
b) count() to count the number of records present in the csv file named ‘dvd.csv’.
2. Write a query for following statements. [4]
Table: Pets
Name Owner Species Sex Birth
Fluffy Harold Cat f 1993-02-04
Claws Gwen Cat m 1994-03-17
Buffy Harold Dog f NULL
Tricky Diane Dog m 1990-08-27
Bowser Benny Hamster f 1979-07-31

Questions:
a) Display name and species from the table pets.
b) To display Name and owner of the species which has unknown date of
birth.
c) List all unique species in table pets.
d) Write a query to display the name contains ‘y’ as the last alphabet.

3. Practical Report File [7]


4. Project [8]
5. Viva [3]
Total 30
AISSCE - PRACTICAL EXAMINATION (2024-25)
GRADE XII - COMPUTER SCIENCE (083)
SCHOOL CODE: ROLL NO:
DATE: 03. 01. 2025 MAX.MARK: 30
SET-3
1. a) Write a Python program to find the frequency of ‘He’ or ‘She’ in a text ‘data.txt ’
file given below. [4]

b) Write a python program to perform arithmetic operation for an input values [4]

2. Write a query for following statements. [4]

Table: Pictures

No Movies Genre Rating Stars Qty Price


Gone with the
1 Drama G Gable 4 39.95
Wind
2 Friday Horror R Jason 2 69.95
3 Top Gun Drama PG Cruise 2 49.95
4 Splash Comedy PG Hanks 3 29.95
Independence
5 Drama R Turner 3 19.95
Day

Questions:
a) Display all the movies sorted by QTY in ascending order.
b) Display the list of movies with PRICE more than 30.
c) To show all information about the movies of GENRE Drama.
d) To display number of movies rating wise from the table.
3. Practical Report File [7]
4. Project [8]
5. Viva [3]
Total 30

You might also like