0% found this document useful (0 votes)
7 views1 page

Ip Paper Ok

The document outlines the practical examination format for the All India Senior Secondary Certificate in Informatics Practices, scheduled for January 23, 2025. It includes questions on problem-solving using Python, SQL queries, practical records, project work, and viva voce, with specific tasks and criteria for evaluation. The exam consists of a total of 30 marks and is to be completed in 3 hours.

Uploaded by

info
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)
7 views1 page

Ip Paper Ok

The document outlines the practical examination format for the All India Senior Secondary Certificate in Informatics Practices, scheduled for January 23, 2025. It includes questions on problem-solving using Python, SQL queries, practical records, project work, and viva voce, with specific tasks and criteria for evaluation. The exam consists of a total of 30 marks and is to be completed in 3 hours.

Uploaded by

info
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/ 1

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: ____________________

You might also like