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

Set 3

The document outlines a practical exam for Informatics Practices at the Assembly of God Church School, focusing on programming tasks using pandas and matplotlib, as well as SQL commands related to fitness products. It includes specific tasks such as creating dataframes, series, line charts, and SQL queries for product details. Additionally, it mentions components like practical file submission, final project submission, and viva assessment.

Uploaded by

tapaskumarmahato
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)
19 views1 page

Set 3

The document outlines a practical exam for Informatics Practices at the Assembly of God Church School, focusing on programming tasks using pandas and matplotlib, as well as SQL commands related to fitness products. It includes specific tasks such as creating dataframes, series, line charts, and SQL queries for product details. Additionally, it mentions components like practical file submission, final project submission, and viva assessment.

Uploaded by

tapaskumarmahato
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

The Assembly of God Church School, Purulia

Set-3 Sub-Informatics Practices (065) Practical Date-3.01.2023 F.M.-30

1. Program using pandas and matplotlib (8)


a. Create a dataframe using 4 column and 4 row using dictionary(4)
b. Create a series of 12 month and expenses(2)
c. Create a line chart(2)
2. Consider the following table FITNESS with details about fitness products being sold in
the store. Write command of SQL for (i) to (iv) and output for (v) to (vii). (7)

(i) To display the names of all the products with price more than 20000.

(ii) To display the names of all products by the manufacturer “Aone”.

(iii) To change the price data of all the products by applying 25% discount reduction.

(iv) To add a new row for product with the details: “P7”, “Vibro Exerciser”, 28000,

”Aone”.

(v) SELECT * FROM FITNESS WHERE MANUFACTURER NAME LIKE “%e”;

(vi) SELECT COUNT (DISTINCT (MANUFACTURER)) FROM FITNESS;

(vii) SELECT MAX (PRICE) FROM FITNESS;

3. Practical File – (5)


4. Final Project Submission (5)
5. Viva (5)

You might also like