AISSCE PRACTICAL EXAMINATION – 2021
Set-1
CLASS: XII SUB: INFORMATICS PRACTICES (065)
TIME: 3Hrs MM:30
[Link]. LAB TEST Marks
Number of students in class 11 and 12in three streams(‘Science’,’Commerce’ and 3
1 ‘Humanities)are stored in two Series objects c11 and c12. Write a python code to find
total number of students in class 11 and 12, stream wise.
You are given a dataframe as given below:
TCS Wipro L&T 5
Qtr1 2500 2800 2100
Qtr2 2000 2400 5700
Qtr3 3000 2400 2100
2
Write python code to:
Create the above data frame.
Find the sum of each column.
Display columns TCS and Wipro only.
Add a new column Infosys having values [2100,2300,2500]
Consider the following table and write SQL queries for given questions:(any three) 4
Name of the table: employee
Empno Ename Job Salary depno
111 Amitkumar Manager 55000 1
112 Ravikumar Clerk 20000 1
3
113 Susheel clerk 25000 2
114 jatin manager 50000 2
Write Sql command to display the average salaries of manager and clerk.
a. Display Ename, salary and department no in increasing order of their salaries.
b. Display total number of rows in the above table.
c. Display name of the employee getting maximum salary.
Consider the SQL string ”preoccupied”. Write SQL command : 3
a. To display”occupied”
4
b. To Display “occ”
c. The position of substring “cup” in above string.
5 REPORT FILE 5
6 PROJECT 5
7 VIVA 5