MCQ Collection
Data Visualization MCQs
Practice Data Visualization questions with answers and explanations.
Choose an option to check your answer.
A.
Delete every value above the mean
B.
Use robust rules such as IQR fences together with visual inspection
C.
Assume all tail values are errors
D.
Use only the raw sample size
Show Answer
Correct Answer: B. Use robust rules such as IQR fences together with visual inspection
Explanation:
Robust methods are less distorted by skewness and extremes than mean-based rules.
Visual inspection helps account for the distribution's actual shape.
Choose an option to check your answer.
A.
A guarantee that no outliers exist
B.
A measure of spread that remains stable under a few extreme values
C.
A method for choosing chart colors
D.
A count of missing variables
Show Answer
Correct Answer: B. A measure of spread that remains stable under a few extreme values
Explanation:
Robust scale measures such as IQR or median absolute deviation limit outlier influence.
They are useful for skewed or contaminated data.
Choose an option to check your answer.
A.
Percentiles are random labels
B.
Different interpolation conventions may be used
C.
Software changes the raw data automatically
D.
Percentiles are defined only for normal data
Show Answer
Correct Answer: B. Different interpolation conventions may be used
Explanation:
A finite sample may not contain an observation exactly at the desired position.
Different quantile algorithms interpolate between ordered values differently.
Choose an option to check your answer.
A.
About 25%
B.
About 68%
C.
About 50%
D.
About 99.9%
Show Answer
Correct Answer: B. About 68%
Explanation:
The empirical 68-95-99.7 rule summarizes normal coverage.
Roughly 68 percent lies between mean minus and plus one standard deviation.
Choose an option to check your answer.
A.
Perfectly symmetric
B.
Left-skewed
C.
Right-skewed
D.
Uniform with no tails
Show Answer
Correct Answer: C. Right-skewed
Explanation:
Large high-end values pull the mean toward the right tail.
The median is less affected, so it often remains below the mean.
Choose an option to check your answer.
A.
It always overestimates sample size
B.
It cannot be computed for numeric data
C.
It hides information about spread and distribution shape
D.
It automatically reveals outliers
Show Answer
Correct Answer: C. It hides information about spread and distribution shape
Explanation:
Datasets with the same center may have different variability, skewness, or modality.
A useful summary usually combines center with spread and a distributional display.
Choose an option to check your answer.
A.
A single box plot
B.
A Q-Q plot
C.
A stacked bar chart
D.
A correlogram
Show Answer
Correct Answer: C. A stacked bar chart
Explanation:
Stacked bars display both total magnitude and categorical composition.
However, only segments sharing a baseline can be compared precisely.
Choose an option to check your answer.
A.
A value missing from every record
B.
The most common category
C.
An observation unusual only under specific conditions such as time or group
D.
A point equal to the overall mean
Show Answer
Correct Answer: C. An observation unusual only under specific conditions such as time or group
Explanation:
Context can make a value normal in one setting but abnormal in another.
For example, a temperature may be ordinary in summer but unusual in winter.
Choose an option to check your answer.
A.
The mean of squared distances from zero
B.
The maximum distance from Q1
C.
The median of absolute distances from the median
D.
The count of values above the mean
Show Answer
Correct Answer: C. The median of absolute distances from the median
Explanation:
The MAD uses the median as both its center and aggregation mechanism.
This makes it much more resistant to extreme values than standard deviation.
Choose an option to check your answer.
A.
A theoretical distribution only
B.
The average of all histogram bin widths
C.
The cumulative proportion of observed sample values
D.
A regression residual plot
Show Answer
Correct Answer: C. The cumulative proportion of observed sample values
Explanation:
The empirical CDF increases by the observed sample proportion at each value.
It estimates the population CDF without assuming a parametric model.
Choose an option to check your answer.
A.
Mean 1 and variance 0
B.
Median 0 and no variance
C.
Mean 0 and standard deviation 1
D.
Mean equal to its sample size
Show Answer
Correct Answer: C. Mean 0 and standard deviation 1
Explanation:
Standardization converts a normal variable to zero mean and unit standard deviation.
Its values are interpreted as z-scores.
Choose an option to check your answer.
A.
Right-skewed
B.
Bimodal only
C.
Normally distributed by definition
D.
Left-skewed
Show Answer
Correct Answer: D. Left-skewed
Explanation:
Skewness is named for the direction of the longer tail.
A left-skewed distribution has its extended tail on the low-value side.