0% found this document useful (0 votes)
19 views7 pages

Practical File IP Initial Pages - XII

The document appears to be a certificate issued to a student completing their practical file for an Informatics Practices course. It certifies that the student has completed 19 practical exercises under the supervision of internal and external examiners. It is signed by the relevant teachers and principal.

Uploaded by

mvmpublic school
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 views7 pages

Practical File IP Initial Pages - XII

The document appears to be a certificate issued to a student completing their practical file for an Informatics Practices course. It certifies that the student has completed 19 practical exercises under the supervision of internal and external examiners. It is signed by the relevant teachers and principal.

Uploaded by

mvmpublic school
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/ 7

CERTIFICATE

This is to certify that ___________________ ,


student of Class XII, MAA VAISHNO MODERN PUBLIC
SCHOOL, ROBERTSJ, SONEBHDRA has completed the
PRACTICAL FILE during the academic year 2023-24 towards partial
fulfillment of credit for the Informatics Practices practical evaluation of
session 2023-24 and submitted satisfactory report, as compiled in the
following pages, under my supervision.

Total number of practical certified are : 19.

Internal Examiner External Examiner


Signature Signature

Head of the Department School Seal Principal


Signature Signature
ACKNOWLEDGEMENT

I extend my sincere gratitude to Mr. Satya Deo Kumar


Srivastava, the esteemed Principal of Maa Vaishno Modern Public
School, Robertsganj, Sonebhadra, for his exemplary leadership and
unwavering support throughout the completion of this practical file.

My heartfelt appreciation goes to Mr. Krishna Mishra for his


invaluable guidance, which has significantly contributed to the depth
and quality of this work. Additionally, I express my gratitude to Mr.
Amit Kumar Singh, the dedicated lab assistant, whose practical
assistance has been instrumental in the successful execution of
experiments.

I would also like to acknowledge the collaborative efforts of my fellow


students and the comprehensive resources provided by Maa Vaishno
Modern Public School, enhancing the overall learning experience.

This acknowledgment is a testament to the collective


commitment and support that have been integral to the realization of this
academic endeavor.

Name : ____________________
Class : XII
Roll No. : __________________
Date : _____________________
N Page
Practical No. Date Signature
o
1 Data handling using Pandas
1 Find the sum of those values which are ending with 3 1 10/07/23

or 5.
2 Create a series of 10 numbers starting with 41 and with 1 17/07/23

the increment of 3. Now add 7 all odd values and


subtract 3 in even values. Reprint the updated series.
3 Create a series of 10 numbers. Change the value of all 2 24/07/23

the elements those values are multiples of 4.


4 Create a series and print the top 3 elements using the 3 01/08/23

head function.
5 Create a series and print the last 3 elements using the 4 07/08/23

tail function.
6 Create a series with these numbers: 21, 51, 71, 31, 12. 5 14/08/23

Exchange all these values of series by shifting each of


them one to one position before and by shifting the first
value to last position.
7 Create a dataframe named as students using a list of 5 16/08/23

names of 5 students
8 Create a dataframe players using a list of names and 6 21/08/23

scores of the previous three matches. (Using Nested


list)
9 Create a dataframe countries using a dictionary which 6 23/08/23

stored country name, capitals and populations of the


country.
10 Iterate dataframe created in question no. 8 by its rows. 7 01/09/23
11 Print scores of previous two matches along with their 7 04/09/23

names using iterrows function. (Use dataframe created


in question 8)
12 Make a total of score from the dataframe players and 8 12/09/23

display their rank according their scores.


13 Print the batsman name along with runs scored in Test 8 15/09/23

and T20 using column names and dot notation.


N
Practical Date Signature
o
14 Display the Batsman name along with runs scored in 9 20/09/23

ODI using loc.


15 Display the batsman details who scored 10 25/09/23

 More than 2000 in ODI


 Less than 2500 in Test
 More than 1500 in T20

2 Part 2 Data Visualization


16 Plot following data on line chart and follow the given 11 29/09/23
instructions:
Day Monday Tuesday Wednesday Thursday Friday
Income 510 350 475 580 600

 Write a title for the chart "The Weekly Income


Report".
 Write the appropriate titles of both the axes.
 Write code to Display legends.
 Display red color for the line.
 Use the line style - dashed
 Display diamond style markers on data points

17 Consider the following data of a medical store and plot 12 03/10/23


the data on the line chart and Customize the chart as
you wish:
Month Masks Sanitizer Hand wash
March 1500 4400 6500
April 3500 4500 5000
May 6500 5500 5800
June 6700 6000 6300
July 6000 5600 6200
August 6800 6300 4500
18 Use above data and subplot sanitizer data and 13 10/10/23

handwash data.
19 Display following bowling figures through bar chart: 14 18/10/23

Overs Runs
1 6
2 18
3 10
4 5
N
Practical Date Signature
o
3 Part 3 MySQL queries
Consider the given table and write given queries : 15-19 10/11/23

1) To join product and company and display in the


tabular form like - <pname> manufactured by
<company>
2) Convert all product name into capital
3) Display the cube of products quantity more than or
100
4) Divide the price by 3 and display the result with 1
fraction digit for the price of more than 40,000.
5) Display pname (last four letters only), qty, price
with 2 decimal points and company for price in
between 30000 to 80000.
6) Display maximum price of products
7) Display the total quantities of all products
8) Display the average price of LED TV and Apple
products
9) Find the difference between maximum price and
minimum price from the table.
10) Display unique Products from the table.
11) Count the unique company from products.
12) Display the product number, product name and
company in the descending order of their price.
13) Display product minimum price for each company.
14) Display product number and product names in
their ascending order of names.
15) Display maximum price of products manufactured
by apple.

You might also like