MCQ Collection
Data Visualization MCQs
Practice Data Visualization questions with answers and explanations.
Choose an option to check your answer.
A.
The categorical ordering of labels
B.
The sign of the sample mean
C.
The number of missing columns
D.
Tail heaviness and the frequency of extreme observations
Show Answer
Correct Answer: D. Tail heaviness and the frequency of extreme observations
Explanation:
Kurtosis reflects how much probability lies in the tails relative to a reference.
Higher kurtosis often means more extreme observations.
Choose an option to check your answer.
A.
The sample mean changes with bar width
B.
All bins become categorical
C.
Unequal widths force negative frequencies
D.
Wider bins may contain more observations simply because they cover more range
Show Answer
Correct Answer: D. Wider bins may contain more observations simply because they cover more range
Explanation:
With unequal widths, bar area rather than height should represent frequency.
Density scaling corrects for the amount of numeric range each bin covers.
Choose an option to check your answer.
A.
The 25th percentile
B.
The 75th percentile
C.
The 100th percentile
D.
The 50th percentile
Show Answer
Correct Answer: D. The 50th percentile
Explanation:
The median divides ordered data into lower and upper halves.
It is therefore the 0.50 quantile or 50th percentile.
Choose an option to check your answer.
A.
A constant horizontal mass at discrete points
B.
A strictly decreasing step function
C.
A two-peak curve in every case
D.
A symmetric bell-shaped curve
Show Answer
Correct Answer: D. A symmetric bell-shaped curve
Explanation:
The normal density is symmetric around its mean and has one central peak.
Its tails decrease smoothly in both directions.
Choose an option to check your answer.
A.
A mean computed after removing a specified proportion from both tails
B.
A median with duplicated values removed
C.
A range divided by sample size
D.
A mean calculated only for missing values
Show Answer
Correct Answer: A. A mean computed after removing a specified proportion from both tails
Explanation:
Trimming reduces the influence of the most extreme observations.
It provides a compromise between the efficiency of the mean and the robustness of the median.
Choose an option to check your answer.
A.
Overlaid or faceted ECDF plots
B.
Multiple three-dimensional pie charts
C.
A single stacked bar with no labels
D.
A network force layout
Show Answer
Correct Answer: A. Overlaid or faceted ECDF plots
Explanation:
ECDFs preserve all observed values and support percentile comparison.
Faceting or careful overlays can compare groups without arbitrary bin boundaries.
Choose an option to check your answer.
A.
It may be a valid rare observation or evidence of a data problem
B.
All outliers are measurement errors
C.
Removing it always improves prediction
D.
Outliers cannot affect summaries
Show Answer
Correct Answer: A. It may be a valid rare observation or evidence of a data problem
Explanation:
An unusual point can arise from error, novelty, or genuine variation.
Its cause and analytical impact should be assessed before any decision.
Choose an option to check your answer.
A.
The interquartile range
B.
The range
C.
The variance
D.
The standard deviation
Show Answer
Correct Answer: A. The interquartile range
Explanation:
The IQR depends only on Q1 and Q3, not the most extreme value.
Range and squared-deviation measures can change substantially.
Choose an option to check your answer.
A.
A percentile that divides ordered data into four parts
B.
A mean computed from four observations
C.
A graph with four panels
D.
A probability that must equal 0.25
Show Answer
Correct Answer: A. A percentile that divides ordered data into four parts
Explanation:
The first, second, and third quartiles correspond approximately to the 25th, 50th, and 75th percentiles.
They summarize central portions of a distribution.
Choose an option to check your answer.
A.
They are equal
B.
The mean is always largest
C.
The median is always smallest
D.
The mode is undefined
Show Answer
Correct Answer: A. They are equal
Explanation:
Symmetry and unimodality place all three measures at the center.
This equality is a characteristic of the ideal normal model.
Choose an option to check your answer.
A.
Their sample means
B.
Their dispersion around the mean
C.
Their measurement units
D.
Their number of variables
Show Answer
Correct Answer: B. Their dispersion around the mean
Explanation:
Standard deviation measures spread, not center.
Equal means can therefore accompany very different levels of variability.
Choose an option to check your answer.
A.
Two category counts only
B.
Observed quantiles with quantiles from a reference distribution
C.
Means with standard deviations
D.
Time values with survival probabilities
Show Answer
Correct Answer: B. Observed quantiles with quantiles from a reference distribution
Explanation:
If the observed data follow the reference distribution, points lie near a straight line.
Systematic deviations reveal skewness, heavy tails, or other mismatches.