ALL INDIA SENIOR SECONDARY CERTIFICATE PRACTICAL
EXAMINATION
School Code: 10080
Time 3 Hours | Subject: Informatics Practices (065) | M.M. : 30| DATE: 23/01/2025
Q1. Problem Solving using PYTHON [5 + 3 = 8]
a) Write A Python Pandas Code To Create A Data frame. (5)
1) Print the batsman name along with runs scored in Test and T20 using column names and dot
notation.
2) Display the Batsman name along with runs scored in ODI using loc
b) Write a Python program to display a BAR CHART of the number of students in a school. (3)
(i) Use different colors for each bar.
(ii) Title for x axis should be ‘Groups’ and title for y axis should be ‘Number of Students’
(iii) Ensure the title of chart is “Group wise Students” and grid line must be shown.
Sample data: Group: I, II, III, IV and Strength: 38, 30, 45, 49
Q2 SQL Queries: [2+3+2=7]
Write SQL queries for the following:
i. Create the table Product with appropriate data types and constraints.
ii. Identify the primary key in Product.
iii. List the Product Code, Product name and price in descending order of their product name. If
PName is the same then display the data in ascending order of price
Write the output(s) produced by executing the following queries on the basis of the information given above
in the table Product:
I. SELECT PName, Average(UPrice) FROM Product GROUP BY Pname;
II. SELECT DISTINCT Manufacturer FROM Product;
III. SELECT COUNT(DISTINCT PName) FROM Product;
IV. SELECT PName, MAX(UPrice), MIN(UPrice) FROM Product GROUP BY PName;
Q3 Practical Records [5]
Q4 Project Work [5]
Q5 Viva voce [5]
External Examiner Internal Examiner
Name : _______________________ Name : _________________________
Sign : _______________________ Sign : _________________________
Examiner No: __________________ Examiner No: ____________________