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.