All India Senior Secondary Certificate Examination
School Code: 66487 Subject: Informatics Practices (065)
Session 2023-24
Time 3 Hours | | M.M. : 30
GENERAL INSTRUCTIONS:
All questions are compulsory
PART-A (8 Marks)
Q1. Write a Pandas program to add, subtract, multiple and divide two Pandas Series.
Sample Series: [3, 4, 6, 7, 7], [2, 3, 4, 5, 6] [4]
Q2. Write a Python program to display a BAR CHART of the number of students in a school.
(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 [4]
PART-B (7 Marks)
Q3. Table Emp is shown below. [7]
I Name Age Address Salary Phone
D
1 Harsh 18 B-5/45, Okhla,phase-2,Uday Park, Delhi 65000 9823512345
2 Amit 26 H-2/49, Pitampura, Delhi 80000 9523623221
3 Rajan 25 IC-24, South Avenue, Bhopal 87000 9386222555
4 Kunal 21 A-152, Gomti Nagar, Bhopal 52000 9110489044
5 Raunaq 27 H-49/21, Rohini, Delhi 46000 9765345565
6 Kajal 22 I-B/256, Sec-62, Noida 34000 9910139358
Write commands is SQL
(i) To List Names and respective Salaries in descending order of Salary.
(ii) To Count the number of employees with name starting with ‘A’.
(iii) To display the name and address of employees whose age is greater than 25.
(iv) To display those, record whose phone no is 9386222555.
(v) To add another column Design with data type and size as Char (20).
Give Output of the following:
(vi) SELECT MAX(Salary) FROM EMP;
(vii) SELECT SUM(Salary) AS SumSalary FROM Emp;
Q 4. Practical Records [5]
Q5 Project Work [5]
Q6 Viva voce [5]
Internal Examiner External Examiner
Name : _______________________ Name : _________________________
Sign : _______________________ Sign : _________________________
Examiner No: __________________ Examiner No: ____________________