XII-CS - 24-25 Pract Ques
XII-CS - 24-25 Pract Ques
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.
b) Write a python program to perform arithmetic operation for an input values [4]
Table: Pictures
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