0% found this document useful (0 votes)
3 views11 pages

Practical File-AI

The document is a practical file presented by Prakrati Verma for Class X-A, detailing a series of programming tasks in Python. These tasks include calculating mean, median, mode, standard deviation, variance, and visualizing data using scatter plots, bar graphs, pie charts, and histograms. Additionally, it includes an interpretation of math test results using a box plot graph with Matplotlib.

Uploaded by

Prakrati Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views11 pages

Practical File-AI

The document is a practical file presented by Prakrati Verma for Class X-A, detailing a series of programming tasks in Python. These tasks include calculating mean, median, mode, standard deviation, variance, and visualizing data using scatter plots, bar graphs, pie charts, and histograms. Additionally, it includes an interpretation of math test results using a box plot graph with Matplotlib.

Uploaded by

Prakrati Verma
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

PRACTICAL

FILE
PRESENTED BY: PRAKRATI VERMA
CLASS: X-A
ROLL NUMBER: 15
SESSION: 2023-24
Q1. Write a program in python to find out the mean of the
first 10 odd integers.
Q2. Write a program in python to find out the median of a
given dataset.
32, 6, 21, 10, 8, 11, 12, 36, 17, 16, 15, 18, 40, 24, 21, 23, 24,
24, 29, 16, 32, 31, 10, 30, 35, 32, 18, 39, 12, 20
Q3. Write a program in python to find the mode for the
following dataset.
21, 19, 62, 21, 66, 28, 66, 48, 79, 59, 28, 62, 63, 63, 48,
66, 59, 66, 94, 79, 19, 94
Q4. Write a program in python to determine the standard
deviation for the first 10 natural numbers.
Q5. Write a program in python to find the standard
deviation and variance for the following data: 10, 12, 8, 14,
16.
Q6. Write a program in python for visualizing the
following data in scatter plot with proper labelling.
Q7. Write a program in python for visualizing the
following data in Bar Graph with proper labelling.
3. Write a program in python for visualizing the following
data in Pie Chart with proper labelling.
Q9. Write a program in python for visualizing the
following data in Histogram with proper labelling.
Q.10. Suppose you have the math test results for a class of
15 students. Here are the results: 91 95 54 69 80 85 88 73
71 70 66 90 86 84 73 Interpret the result using Box Plot
Graph using Matplotlib

You might also like