0% found this document useful (0 votes)
3 views3 pages

Practical 2024

The document outlines the AISSCE Practical Examination for Informatics Practices for Class XII, including a Python programming task involving data manipulation with pandas and MySQL queries related to mobile and sports data. It specifies the format of the exam, the subject code, and the marks distribution. Additionally, it includes tasks for generating visual data representations and practical file submissions.
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)
3 views3 pages

Practical 2024

The document outlines the AISSCE Practical Examination for Informatics Practices for Class XII, including a Python programming task involving data manipulation with pandas and MySQL queries related to mobile and sports data. It specifies the format of the exam, the subject code, and the marks distribution. Additionally, it includes tasks for generating visual data representations and practical file submissions.
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/ 3

AISSCE PRACTICAL EXAMINATION(2024-25)

INFORMATICS PRACTICES
School Code: 20161
CLASS-XII
Subject code: 065 Time:- 3 Hrs MM:30

Q1: To write a Python program to create a panda’s Data frame called DF for the following table using
Dictionary of list and perform the following operations (8)

Toys Books Unifor Shoes


m
AP 7916 61896 610 8810
OD 8508 8208 508 6798
MP 7226 6149 611 9611
P 7617 6157 457 6457

(i) To display only column Tops from Data Frame DF


(ii) To display the row detail of AP and OD from Data Frame Df
(iii) To display the column Books and Uniform for ‘M.P’ and ‘U.P’ from Data Frame Df.
(iv) To display consecutive 3 rows and 3 columns from Dataframe DF.
Akriti keeps the calorie count of different food items as follows:
Food =[‘Apple’,’Banana’,’Rice’,’Wheat’,’Carrot’]
Calorie=[72,105,204,455,52]
Write a Python code to generate a bar chart on the given data,having suitable chart Title and labels
for X and Y axis. Also add suitable statement to save this chart with the name calorie.png.

Q2 Consider the following MySql Tables and Answer the queries (4+3=7)

(A). Consider the following relations MobileMaster and MobileStock (4)

Table:- MOBILEMASTER

M_ID M_COMPANY M_NAME M_PRICE M_MF_DATE


MB001 SAMSUNG GALAXY 4500 2013-02-12
MB003 NOKIA N1100 2250 2011-04-15
MB004 MICROMAX UNITE3 4500 2016-10-17
MB006 OPPO SELFIE EX 8500 2010-08-21

Table:- MOBILESTOCK
S_ID M_ID M_QTY M_SUPPLIER
S001 MB004 450 NEW VISION
S002 MB003 250 PRAVEEN GALLERY
S003 MB001 300 CLASSIC MOBILE STORE
S004 MB006 150 A-ONE MOBILE
S005 MB003 150 THE MOBILE
S006 MB006 50 MOBILE CENTER

Answer the queries given below:-


(a) Display the mobile company , mobile name and price in descending order of their manufacturing
date.
(b) List the details of mobiles whose name starts with “S”.
(c) Display the mobile supplier and quantity of all mobile except “MB003”.
(d) To display the names of mobile companies having price between 3000 and 5000.
Q2(B) Consider the given table and write the following queries to MySQL : (3)

last year paperpg8

Table:- Sports

Sid SName Fees DateofPlay CoachId


1 Karate 1200 2024-08-24 S1
2 Football 1800 2024-09-13 S2
3 Cricket 1500 2024-06-14 S3
4 Lawn Tennis 2500 2024-09-25 S4
5 Badminton 1800 2024-10-20 S5
(i) To display Sid and Name of those sports which are to be played in the month of September.
(ii)To display all sports names in lower case
(iii) To display last two characters of all sports names whose fees is less than 1500.

3. Practical file 5 marks

4. Project file 5 marks

5. Viva voce 5 marks

Internal Examiner External examiner

You might also like