MCQ Collection
Data Visualization MCQs
Practice Data Visualization questions with answers and explanations.
Choose an option to check your answer.
A.
Color changes the underlying values
B.
The x-axis becomes unordered
C.
Correlation becomes impossible to calculate
D.
Viewers may be unable to distinguish and remember all groups
Show Answer
Correct Answer: D. Viewers may be unable to distinguish and remember all groups
Explanation:
Human color discrimination and legend lookup are limited.
Faceting, filtering, or highlighting selected groups may communicate more clearly.
Choose an option to check your answer.
A.
The probability that the null is true
B.
The width of a histogram bin
C.
The sample variance divided by the mean
D.
The probability of rejecting the null hypothesis when a specified alternative is true
Show Answer
Correct Answer: D. The probability of rejecting the null hypothesis when a specified alternative is true
Explanation:
Power equals one minus the Type II error probability for a specified effect.
Higher power makes meaningful effects more likely to be detected.
Choose an option to check your answer.
A.
How p-values change with sample size
B.
How survival probability changes over time
C.
How histogram bins change with width
D.
How within-cluster variation decreases as k increases
Show Answer
Correct Answer: D. How within-cluster variation decreases as k increases
Explanation:
Adding clusters always reduces within-cluster variation.
The elbow is a point beyond which additional clusters offer diminishing improvement.
Choose an option to check your answer.
A.
A Q-Q plot
B.
A stacked bar chart
C.
A dendrogram
D.
A survival risk table only
Show Answer
Correct Answer: A. A Q-Q plot
Explanation:
A Q-Q plot pairs empirical quantiles with theoretical quantiles.
Agreement near a line supports the proposed distributional form.
Choose an option to check your answer.
A.
Density can be incorrectly spread beyond a variable's natural boundary
B.
The plot legend covers the axis
C.
The mean lies at the chart edge
D.
The sample contains exactly two values
Show Answer
Correct Answer: A. Density can be incorrectly spread beyond a variable's natural boundary
Explanation:
Standard symmetric kernels place mass on both sides of an observation.
Near zero or another boundary, this can assign density to impossible values.
Choose an option to check your answer.
A.
The direction of joint linear variation between two variables
B.
The center of one variable
C.
The number of categories in a variable
D.
The probability of an exact continuous value
Show Answer
Correct Answer: A. The direction of joint linear variation between two variables
Explanation:
Positive covariance indicates that variables tend to move together, while negative covariance indicates opposite movement.
Its magnitude depends on the variables' measurement units.
Choose an option to check your answer.
A.
Pairwise correlation coefficients among several variables
B.
Only each variable's mean
C.
The order of observations in time
D.
Cluster labels from k-means
Show Answer
Correct Answer: A. Pairwise correlation coefficients among several variables
Explanation:
A correlation matrix summarizes linear associations for all variable pairs.
It is often visualized as a colored correlogram.
Choose an option to check your answer.
A.
Increasing sample size
B.
Increasing measurement noise
C.
Using a smaller true effect
D.
Reducing the significance level while changing nothing else
Show Answer
Correct Answer: A. Increasing sample size
Explanation:
More observations reduce standard errors and improve signal detection.
Power also increases with larger effects and lower variability.
Choose an option to check your answer.
A.
Observations are well matched to their own clusters and separated from others
B.
Every cluster has the same size
C.
The data are normally distributed
D.
The chosen k is necessarily the true value
Show Answer
Correct Answer: A. Observations are well matched to their own clusters and separated from others
Explanation:
Silhouette compares within-cluster cohesion with nearest-cluster separation.
Higher values generally indicate clearer cluster structure.
Choose an option to check your answer.
A.
The sample mean is necessarily correct
B.
The data do not follow the normal model closely
C.
All observations are duplicated
D.
The axis labels are categorical
Show Answer
Correct Answer: B. The data do not follow the normal model closely
Explanation:
Nonlinear patterns indicate differences in skewness or tail behavior.
Random small deviations are expected, but systematic curvature is diagnostic.
Choose an option to check your answer.
A.
Increase all values by an arbitrary large constant
B.
Transform the data or use a boundary-corrected estimator
C.
Delete observations near zero
D.
Use a pie chart instead
Show Answer
Correct Answer: B. Transform the data or use a boundary-corrected estimator
Explanation:
Log transformation moves a positive boundary to an unbounded scale, while specialized kernels correct leakage.
The choice should preserve a meaningful interpretation.
Choose an option to check your answer.
A.
One variable causes the other
B.
Above-average values of one variable tend to occur with above-average values of the other
C.
The variables have equal means
D.
Both variables must be normally distributed
Show Answer
Correct Answer: B. Above-average values of one variable tend to occur with above-average values of the other
Explanation:
Covariance is positive when paired deviations from their means are usually of the same sign.
It indicates direction of linear co-movement, not causation.