Free MDTP Data Analysis Questions and Answers — Questions and Answers
Question 1: Which of the following best describes the mean of a data set?
- The most frequently occurring value
- The middle value when the data is ordered
- The difference between the highest and lowest values
- The sum of all values divided by the number of values (Correct answer)
Correct answer: The sum of all values divided by the number of values
The mean, often referred to as the average, is a measure of central tendency calculated by summing all the values in a data set and then dividing by the total number of values. It represents the arithmetic average of the data. This calculation provides a single value that summarizes the center of the data.
Question 2: What is the median of the data set 3,7,9,15,18?
- 7
- 9 (Correct answer)
- 11
- 15
Correct answer: 9
The median is the middle value in a data set when the values are arranged in numerical order. For the ordered data set 3, 7, 9, 15, 18, the value 9 is precisely in the middle, with an equal number of values above and below it. If there were an even number of values, the median would be the average of the two middle numbers.
Question 3: Which measure of central tendency is most affected by extreme values?
- Mean (Correct answer)
- Median
- Mode
- Range
Correct answer: Mean
The mean is the measure of central tendency most significantly affected by extreme values, also known as outliers. Because the mean is calculated by summing all values, a single unusually high or low value can disproportionately pull the average towards it. In contrast, the median is more resistant to the influence of outliers.
Question 4: In a data set, the range is defined as:
- The most frequently occurring value
- The middle value when the data is ordered
- The difference between the highest and lowest values (Correct answer)
- The sum of all values
Correct answer: The difference between the highest and lowest values
The range is a simple measure of data dispersion that indicates the spread of a data set. It is calculated by subtracting the lowest value from the highest value in the set. This provides a quick and easy way to understand the total span of the data.
Question 5: A scatter plot is most useful for determining:
- The mean of a data set
- The relationship between two variables (Correct answer)
- The spread of data
- The most frequent value
Correct answer: The relationship between two variables
A scatter plot is a graphical tool specifically designed to display the relationship between two quantitative variables. By plotting individual data points, it allows for visual identification of patterns, trends, and the strength and direction of correlation between the variables. It helps determine if there's a positive, negative, or no relationship.
Which of the following best describes the mean of a data set?