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