0% found this document useful (0 votes)
16 views4 pages

Practical-Question-Paper-Set-A

The document outlines the practical examination format for Class XII Informatics Practices (065) for AISSCE 2024, including two sets of questions. Each set consists of programming tasks using Python with Pandas and Matplotlib, SQL queries, project work, and viva-voce. The maximum marks for the practical exam are 30, with specific tasks and requirements detailed for each question.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
0% found this document useful (0 votes)
16 views4 pages

Practical-Question-Paper-Set-A

The document outlines the practical examination format for Class XII Informatics Practices (065) for AISSCE 2024, including two sets of questions. Each set consists of programming tasks using Python with Pandas and Matplotlib, SQL queries, project work, and viva-voce. The maximum marks for the practical exam are 30, with specific tasks and requirements detailed for each question.
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1/ 4

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.
Q-04. Project Work (5)
Q-05. Viva-Voce (5)
AISSCE 2024
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL

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-04. Project Work (5)
Q-05. Viva-Voce (5)
AISSCE 2024
CLASS- XII
SCHOOL CODE : 60173
INFORMATICS PRACTICES (065) PRACTICAL

Q-03. Practical file (5)

Q-04. Project Work (5)


Q-05. Viva-Voce (5)

You might also like