70% found this document useful (10 votes)
9K views

AISSCE 2024 XII IP Practical Question Paper Set A

Uploaded by

Abhishek Tiwari
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
70% found this document useful (10 votes)
9K views

AISSCE 2024 XII IP Practical Question Paper Set A

Uploaded by

Abhishek Tiwari
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 2024

CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL

Time allowed: 3 hours SET-A Maximum marks : 30


________________________________________________________________________________
Q-01. Programs using Pandas and Matplotlib (5+3=8)
a. Write the Python code for following :
i. To make following dataframe DF in Python

ii. To change the dataframe index from 0,1,2,3 to ‘S1’,’S2’,’S3’,’S4’ respectively


iii. To print first 3 rows of the DF dataframe
iv. To add a new column percentage with values 6.25,45.50,10.25,9.50 respectively
v. To remove the score column
b. Write the Python code to plot a bar chart with the dataframe DF created in the previous
question where names and score should be plotted on x and y axis respectively. Also add
appropriate title of the chart, title of x and y axis as well.
Q-02. SQL Queries (2+5=7)

a. Create a table Employee with the fields given in above table, assuming datatype of your own.
Also set any appropriate field as the Primary Key of the table.
b. Considering the Employee table given above, write the queries to perform following operations-
i. To display the name of employees who have salaries between 40000 and 50000.
ii. To display the employee id and name of the employees who didn’t get any bonus.
iii. To display the average salary of the employees post wise who are having post as
Manager or Clerk.
iv. To display minimum and maximum salary given to the employees.
v. To drop the column bonus.
Q-03. Practical file (5)
Q-04. Project Work (5)
Q-05. Viva-Voce (5)
AISSCE 2024
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL

Time allowed: 3 hours SET-B Maximum marks : 30


----------------------------------------------------------------------------------------------------------------------------------------------
Q-01. Programs using Pandas and Matplotlib (5+3=8)
a. Write the Python code for following :
i. To make following dataframe DF in Python

ii. To print the first,third and fourth row respectively using one print statement.
iii. To display the dataframe records in transposed form.
iv. To remove column degree
v. To display the records of those students who have scored more than 85.

b. Write the Python code to plot a line chart with the updated dataframe DF used in the previous
question Q.1 a.(v.), where names and scores should be plotted on x and y axis respectively.
Also add appropriate Title of the chart and legend as well.
Q-02. SQL Queries (2+5=7)

a. Create a table Inventory with the fields given in above table, assuming datatype of your own.
Also set any appropriate field as the Primary Key of the table.
b. Considering the Inventory table given above, write the queries to perform following operations-
i. To display the total number of cars sold,
ii. To model wise display the average price of cars, having models as LXI or VXI.
iii. To display the CarId and its price increased by 30%.
iv. To display the highest price of the car.
v. To display the records of all cars in ascending order of the price

Q-03. Practical file (5)


Q-04. Project Work (5)
Q-05. Viva-Voce (5)

You might also like