Class 7 Mathematics Chapter 3 Data Handling Quiz 4 (60 MCQs)

Quiz Instructions

Select an option to see the correct answer instantly.

1. A)Built-in function ..... returns the type of an object.b)Built-in function ..... returns the address of an object.c)Built-in function ..... displays value of an object.
2. A collection of information in the form of numerical figures is called a .....
3. Which of the following is the probability of an impossible event?
4. Find the median of the following set of data:2, 3, 6, 8, 9, 11, 12
5. Using Graph 3-Which fraction of the pupils like PE the most?
6. Which of the following command is used to install Pandas?
7. Find the mean:28, 18, 19, 18, 17
8. The class size of the interval 20-30 is
9. The bars drawn to count each item are called .....
10. Find the mode of:6, 12, 6, 18, 12, 24, 12
11. Using Graph 1 on your worksheet work out how many kiwis were sold?
12. What does a Pictograph help with?
13. What is another name for average?
14. Can there be more than one mode?
15. In Chapter Data Handling we read to interpret .....
16. Which type of graph is used to show trends over time?
17. Find the median of these numbers:4, 2, 7, 4, 3
18. What will be the range of the following data.32, 41, 28, 54, 35, 26, 33, 23, 38, 40
19. Numbers from 1 to 10 are written on separate slips(one number on one slip), kept in a box and mixed well. One slip chosen from the box without looking into it. What is the probability of getting a 1-digit number????
20. A survey of 200 people found that 20 of them played chess., what would be the sector angle of this group?
21. What number is 60% of 25?
22. In a single throw of a dice find the probability of getting 1 on the dice
23. Find the Mode:67, 74, 95, 98, 98, 99, 102
24. What percentage of the boys said they took part in no regular sport?
25. Which of the following is NOT a way to represent 3 x 6?
26. Choose the numeric data types Python Provides.
27. If the mean of x, x+2, x+4, x+6, x+8 is 24, find X?
28. A geometric representation showing the relationship between a whole and its parts is a
29. ..... shows the central tendency of a group of observations or data.
30. Numbers 1 to 10 are written on ten separates slips (one number on one slip), kept in a box and mixed well. One slip is chosen from the box without looking in to it. What is the probability of getting a number less than 6?
31. Among the numerical data below, which is a discrete data?
32. In a class of 50 students, 40 % are girls. Find the number of girls in the class?
33. In a frequency distribution with classes 0-10, 10-20 etc. the size of the class intervals is 10. The lower limit of fourth class is
34. A ..... is used to display 2 sets of data on the same graph
35. Find the mean of:70, 82, 70, 2
36. Let x, y, z be the three observations. The mean of three numbers is
37. Find the Mean of:8, 14, 32, 6, 15
38. If you have a spinning wheel with 3 green sectors, 1 blue sector and 1 red sector, what is the probability of getting a non blue sector?
39. ..... is an arrangement of different objects numbres letters pics etc which follow a certain rule
40. In an pattern the objects or numbers do not extend in a sequence
41. What will be the result of the expression 'None' and 'a'
42. The marks of some students are as given below:30, 31, 32, 32, 33, 32, 34, 35, 30, 31, 33, 32Find the mode of their marks.
43. What is the probability that a student chosen at random out of 3 girls and 4 boys is a boy?
44. If 20-30 is the class interval of grouped data, then the lower class limit is .....
45. When a die is thrown, then the probability of getting a number not greater than 5
46. Find the median:16, 7, 7, 15, 5
47. Rearrange the following into ascending order:8 6 2 3 4 8 7
48. Which of the following is an experiment
49. Reid picks a card at random. Without putting the first card back, he picks a second card at random.
50. A dice is rolled. Find out the probability of getting 7.
51. Classify the following data"Daily temperature in Kuala Lumpur"
52. Find the mode:5, 0, 9, 9, 3, 0, 5, 5, 4
53. A given data set can have only one mode
54. The marks of 11 students of a class are as given below:78, 11, 99, 63, 94, 6, 78, 36, 30, 55, 22The range of marks is
55. The mid value of each class interval is called
56. How do Python represent a Complex number with real part (3) and imaginary part (-2.5)
57. A coin is flipped to decide which team starts the game. What is the probability that your team will start?
58. Distinguish the mode of the following numbers:3 5 6 4 2 3 2 3 5 3 8
59. What will be the result of the expression 5 or 10
60. What will be the output of the following Python code snippet?d1 = {"john":40, "peter":45} d2 = {"john":466, "peter":45} d1 > d2