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

Quiz Instructions

Select an option to see the correct answer instantly.

1. What is the output of the following program?squares = {1:1, 2:4, 3:9, 4:16, 5:25}print(squares.pop(4))print(squares)
2. Find the median of:95, 91, 81, 92, 81
3. What is the name of the table where data is recorded so that it can be counted using numbers?
4. A group of 20 students recorded their heights (in cm). The data received were as given below. What is the range?150, 120, 112, 160, 155, 151, 158, 142, 148, 149, 161, 165, 140, 157, 156, 146, 148, 153, 138, 135
5. What type of information does data give?
6. We use a survey to collect ..... By Maths Online Bathinda 9464387372
7. What is the main difference between a bar graph and a line graph?
8. Find the mode:13, 16, 12, 14, 19, 12, 14, 13, 14
9. Choose the immutable data type.
10. If a coin is flipped in the air, what is the probability of getting a tail?
11. What type of graph is also known as a pie chart?
12. What is the primary purpose of a Pictograph?
13. Tally marks are used to find
14. How many outcomes are there in tossing two coins together?
15. In the class interval 35-45, 45 is called
16. There are 10 marbles in a box with numbers from 1 to 10 marked on each of them.What is the probability of drawing a marble with number 4?
17. The vertical axis on the bar graph is named as:
18. Which percent is equivalent to 0.08?
19. Find the Mean of the given numbers:3, 5, 7, 9
20. What is the main feature of a Pictograph?
21. Every bar graph has .....
22. Numbers from 5 from 15 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 number 6????
23. Mean, Median and Mode can be same for some data.
24. The total of the pie chart angles should be .....
25. PANDAS stands for .....
26. The lower limit of the class 250-300
27. What does a data collection consist of?
28. Extend:2, 4, 6, 8,
29. What is this?Collecting the set of data and representing into a different form.
30. A ..... is a pictorial representation of the grouped data in the form of bars touching each other
31. Rearrange the following in descending order:2 3 2 5 2 5 8 9 2
32. This function in the library of Pandas allows you to manipulate data and create new variables:
33. In which graph is symbol used?
34. The range of the marks 85, 76, 89, 39, 54, 65 is .....
35. Which of the following creates an object which maps data to a dictionary?
36. Number of coins in a bag is an example of .....
37. Roster method is describing the elements in a set.
38. Data means Information in the form of which figures?
39. What type of graph uses pictures to represent data?
40. Find median.24, 19, 25, 6, 7
41. Which of the following experiments does not have equally likely outcomes
42. Which of the following is NOT important while constructing a bar graph?
43. Describe the meaning of the median?
44. If O O O O represents 3000 eggs, what does O O stand for?
45. What is another way of saying 2 + 2 + 2 + 2 + 2?
46. ..... is one dimensional array.
47. What fraction of a pie chart showing the favorite TV soaps of 400 people, represents the 80 people who chose Eastenders?
48. The number of trees in different parks of a city are 33, 38, 48, 33, 34, 34, 33 and 24. The mode of this data is
49. Tell whether this is certain to happen, impossible or can happen but not certain:A dice when rolled will land up on 6.
50. Find the median.12, 5, 9, 18, 22, 25, 5
51. Most frequent occurring value in a series is called
52. Tally marks are used to find which of the following?
53. The difference between highest and lowest value of a set of data is called .....
54. Pictorial representation of data using symbols is known as .....
55. It is a collection of well-defined group of objects.
56. The median of the data 20, 30, 40, 10, 15, 25, 35 is
57. The visual representation of data to compare quantities of various categories is called
58. In data science, which of the python library are more popular?
59. What will be the output produced by following code statements?(a) 87//5.0(b) (87//int(5.0))==(87//5.0)
60. What are the two types of data?