0% found this document useful (0 votes)
14 views1 page

2024-25IP XII Set B

The document outlines the AISSCE Practical Examination for Informatics Practices (065) for the year 2024-25, detailing the structure and marking scheme. It includes tasks related to Python programming using Pandas and Matplotlib, MySQL queries, and practical file submissions. Additionally, it specifies marks allocation for project work and viva-voce, totaling a maximum of 30 marks over a duration of 3 hours.

Uploaded by

manaskumar7832
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views1 page

2024-25IP XII Set B

The document outlines the AISSCE Practical Examination for Informatics Practices (065) for the year 2024-25, detailing the structure and marking scheme. It includes tasks related to Python programming using Pandas and Matplotlib, MySQL queries, and practical file submissions. Additionally, it specifies marks allocation for project work and viva-voce, totaling a maximum of 30 marks over a duration of 3 hours.

Uploaded by

manaskumar7832
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

AISSCE PRACTICAL EXAMINATION 2024-25

INFORMATICS PRACTICES (065)


Set B

Max. Marks: 30 Time: 3:00 Hours


Python :- 8 marks
Q1 a.Program using Pandas: Consider the following data 5 marks
Subject Booktitle Class Publisher Price
E0001 English English Reader VII X-rays 360

E0002 Hindi Hindi Reader VI Laxmi Pub 290

E0003 Mathematics Mathematics NCERT VII NCERT 150

E0004 Science Let live Science VI Madhuban 410

1. Write a program to create a DataFrame for the given data


2. Display Booktitle of Publisher “NCERT”
3. Display the books whose price is more than 350
4. Store DataFrame in data.csv File in location desktop

Q1 b. Python Program using Matplotlib: 3 marks


Write a Python program to plot a bar chart, showing the No. of Books published in respective year using
the following data.
No of Books = [160,170,185,150,200]
Year = [2019, 2020, 2021, 2022, 2023]
Colour of bar should be red and also the title of plot should be “Books published Year wise”.
Q2. MySQL Queries: 7 marks
Consider the table “Performance” given below and answer the following questions:

RollNo Name Class Gender City Marks


1 Naman XII M Bhopal 453
2 Nandini X F Jaipur 551
3 Nakshatra X F Delhi 553
4 Shailesh XI M Chandigarh 458
5 Trisha XII F Delhi 430
6 Manisha XII F Jaipur 530

(a) Create above table in MySQL using constraint Primary Key.


(b) Insert above records.
(c) To display the details of class X students in descending order of their marks.
(d) Display the sum of the marks of students who have scored more than 500.
(e) Find the maximum marks of the student for each class.
(f) Increase 5 marks of class XII
(g) Display first 3 letters from Name column in above table.

Q3) Practical File : 5 marks


Q4) Project work: 5 marks
Q5) Viva-voce: 5 marks

Sign of Internal Examiner Sign of External Examiner

You might also like