0% found this document useful (0 votes)
60 views2 pages

Practical Question Paper Set A

The document outlines the practical examination structure for Class XII Informatics Practices students at Vardhaman Public School Itarsi, with sections on programs using Pandas and Matplotlib, SQL queries, a practical file, project work, and a viva voce section, totaling 30 marks across all sections. Students are tasked with creating data visualizations in Matplotlib and Pandas, writing SQL queries to retrieve and manipulate data from sample tables, and completing a practical file and project work components.

Uploaded by

Savaliya Harsh
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)
60 views2 pages

Practical Question Paper Set A

The document outlines the practical examination structure for Class XII Informatics Practices students at Vardhaman Public School Itarsi, with sections on programs using Pandas and Matplotlib, SQL queries, a practical file, project work, and a viva voce section, totaling 30 marks across all sections. Students are tasked with creating data visualizations in Matplotlib and Pandas, writing SQL queries to retrieve and manipulate data from sample tables, and completing a practical file and project work components.

Uploaded by

Savaliya Harsh
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/ 2

VARDHAMAN PUBLIC SCHOOL ITARSI

AISSCE PRACTICAL EXAMINATION (SESSION: 2020-21)


CLASS – XII SUBJECT: -INFORMATICS PRACTICES (Set - A) MM: 30

Marks
S.No. Description
8
1 Programs using Pandas and Matplotlib
7
2 SQL Queries

3 Practical file 5
4
Project Work 5
5
Viva Voce 5
Total 30

Q.1 Programs using Pandas and Matplotlib 8


Draw a bar chart as below representing the number of students in each class.
Student Strength

1. Salesmen
SNo SName Sale1 Sale2

101 George 15 20

102 Sulivan 17 18

103 Teresa 14 19

104 Peter 12 13

Write a program in Python Pandas to create the following DataFrame salesman from a Dictionary:
Perform the following operations on the DataFrame:
i. Display the average score of Sale1 column.
ii. Show the sales of Sulivan only.
iii. Display the Dataframe
Q2. SQL Quires 7
Consider the following table Teacher:

Write SQL commands to---


a. select record of teacher whose name starts with 'N'.
b. increase the salary of all the teachers by 10%.
c. display all the departments name.
d. display all the teachers whose salary is less than 50000.
e. display the name of the teachers who are getting salary between 40000
and 70000.

You might also like