0% found this document useful (0 votes)
196 views

Ssce Practical Examination 2023 Set 5

The document contains two questions from an Informatics Practices practical exam for Class 12. Question 1 involves creating a DataFrame with medicine data and performing operations like displaying records by price, drawing a bar chart, etc. Question 2 involves writing SQL queries to retrieve data from a medicine table like unique manufacturers, manufacturer totals, and other filtering queries. The exam also allocates marks for a practical file, project file, and viva voice section.

Uploaded by

e7kul10o
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
0% found this document useful (0 votes)
196 views

Ssce Practical Examination 2023 Set 5

The document contains two questions from an Informatics Practices practical exam for Class 12. Question 1 involves creating a DataFrame with medicine data and performing operations like displaying records by price, drawing a bar chart, etc. Question 2 involves writing SQL queries to retrieve data from a medicine table like unique manufacturers, manufacturer totals, and other filtering queries. The exam also allocates marks for a practical file, project file, and viva voice section.

Uploaded by

e7kul10o
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/ 1

Downloaded from www.tutorialaicsip.

com

SSCE PRACTICAL EXAMINATION– 2023


INFORMATICS PRACTICES - (065)
SET - 5
STD – XII Max. Marks: 30 Time - 3 Hours
Q.1 Write a Python code for following questions:
medicineID Medicinename Price Manufacturer
0 5147 Paracetamol 15 Dwarkesh Pharma
1 5274 D-Cold 20 Apollo Pharmacy
2 4296 Vicks VapoRub 45 Procter & Gamble
3 4175 Vicks Action 500 15 Procter & Gamble
4 4385 Soframycin 85 Sanofi
a) create above Data Frame “ved_medicines” 2

b) Display medicines and its price. 1

c) Display last 4 medicines 1

d) Display records of medicines whose price is more 20 1

e) Draw a bar chart which represent medicine name on x-axis and its price on y-axis.
Customize the bar graph by giving proper titles and bar colors 3

Q.2 medicineID Medicinename Price Manufacturer


0 5147 Paracetamol 15 Dwarkesh Pharma
1 5274 D-Cold 20 Apollo Pharmacy
2 4296 Vicks VapoRub 45 Procter & Gamble
3 4175 Vicks Action 500 15 Procter & Gamble
4 4385 Soframycin 85 Sanofi
Observe the above medicine table and write queries for following:
a) Display the unique manufacturer from medicine 1
b) Display manufacturer and total price for each manufacturer 1
c) Display manufacturer and price in the ascending order of price 1
d) Display first 4 characters of medicinename which contains 5 as last digit 1
e) Display all medicine names in Capital letter 1
Write output of the following queries: 2
a) Select length(right(medicinename,4)) from medicine;
b) Select instr(price,5) from medicine;
c) Select round(medicineID/2,-1) from medicine;
d) Select mid(medicinename,2,4) from medicine
Practical File 5
Project File 5
Viva Voice 5
Follow this link to get the more question papers.
IP Practical Paper CBSE Board Exam

You might also like