Aissce Practical Examination 2021 Solution

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

Downloaded from www.tutorialaicsip.

com

AISSCE PRACTICAL EXAMINATION– 2021


INFORMATICS PRACTICES - (065)
Date: XX/XX/XXXX Marks: 30 Duration: 3 Hours
Q1. (Programs using Pandas and Matplotlib) 8
a) Code:

Output
Downloaded from www.tutorialaicsip.com

b) Consider the following data for :

BookID Subject Class Publisher Price

B0001 Computer Science XII NCERT 270

B0002 Computer Science XII Dhanpat Rai 340

B0003 Computer Applications X BPB 120

B0004 Informatics Practices XII NCERT 270

B0005 Artificial Intelligence IX KIPS 340

B0006 Informatics Practices XII Oswal Books 299

1. Create a dataframe using dictionary 1


2. Display books for class XII. 1
3. Display the books whose price is more than 250. 1
Code:
Downloaded from www.tutorialaicsip.com

Output:

4. Plot Book and price data on bar chart. 3

Code:

Output:
Downloaded from www.tutorialaicsip.com

Q2. (MySQL) 7

Consider the following table RESULT2020 and write answers for given questions below:

RollNo Name Class DOB Gender City Marks


1 Naman XII 1995-05-09 M Anand 453
2 Nandini X 1997-04-08 F Baroda 551
3 Nakshatra X 1997-03-02 F Baroda 553
4 Shailesh XI 1995-04-07 M Surat 458
5 Trisha XII 1996-04-01 F Anand 430
6 Manisha XII 1995-02-05 F Anand 530
7 Hetvee XII 1995-08-17 F Junagadh 555
8 Neel X 1997-10-19 M Godhara 559
9 Mayur XII 1996-12-04 M Surat 570
10 Dolin XII 1994-11-02 M Anand 585
Write SQL statements for the following based on table Garments:
(a) Create above table in MySQL.

(b) Insert records.

(c) To display the detail of class XII students in descending order of their marks.

(b) Display all the details of students in ascending order of name.


Downloaded from www.tutorialaicsip.com

(d) Find the maximum marks of the student for each class.

(e) Count the students class wise is display only those number who is more than 2.

(f) Display unique cities from the table.

Q3. Practical Records 5


Q4. Project Work 5

Q5. Viva Voce 5


~~~~~~~~~~~~~~~~~

You might also like