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

Practical Exam (Set-B)

Uploaded by

nandanirawandale
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)
34 views2 pages

Practical Exam (Set-B)

Uploaded by

nandanirawandale
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

AISSCE INFORMATICS PRACTICES (065) PRACTICAL EXAMINATION 2023-24

Class: XII Date:13/01/25


Time Allotted: 3 hours Marks: 30

SET-B

Q NO. Python Pandas and Data Visualization Marks

Q1.A. 1. Write a program to generate a series using a dictionary to represent month number 1
and month names.
2. Write a program to generate a series of marks of 10 students. Give grace marks up 3
to 5 of those who are having <33 marks and print the new list of the marks.

B. Consider the following data for :


BookID Subject BookTitle Class Publisher Price
Computer
B0001 Science NCERT Computer Science XII NCERT 270
Computer Move fast with computer Dhanpat
B0002 Science science XII Rai 340
Computer
B0003 Applications Sample Papers X BPB 120
Informatics
B0004 Practices NCERT Computer Science XII NCERT 270
Artificial
B0005 Intelligence Artificial Intelligence IX KIPS 340
Informatics Oswal
B0006 Practices CBSE Questions Bank XII Books 299

1. Create a dataframe using lists. 1


2. Display books for class XII. 1
3. Display the books whose price is more than 250. 1
4. Plot these data on line chart. 1

IP PRACTICAL EXAM 2023-24/CLASS XII


Q2. SQL QUERIES
Gen
RollNo Name Class DOB City Marks
der
1 Naman XII 09-05-1995 M Anand 453
2 Nandini X 08-04-1997 F Baroda 551

3 Nakshatra X 02-03-1997 F Baroda 553

4 Shailesh XI 07-04-1995 M Surat 458


5 Trisha XII 01-04-1996 F Anand 430
6 Manisha XII 05-02-1995 F Anand 530

7 Hetvee XII 17-08-1995 F Junagadh 555

8 Neel X 19-10-1997 M Godhara 559


9 Mayur XII 04-12-1996 M Surat 570
10 Dolin XII 02-11-1994 M Anand 585
Write SQL statements for the following based on table Students:
a) Create above table in MySQL. 1
b) Insert records. 1
c) To display the detail of class XII students in descending order of their marks. 1
d) Display all the details of students in ascending order of name. 1
e) Find the maximum marks of the student for each class. 1
f) Count the students class wise is display only those number who is more than 2. 1
g) Display unique cities from the table. 1

Total 7

Q3. Practical file 5

Q4. Project work 5

Q5. Viva-voice 5

Total 30

Internal Examiner Principal External Examiner

IP PRACTICAL EXAM 2023-24/CLASS XII

You might also like