MCQ Collection
Data Visualization MCQs
Practice Data Visualization questions with answers and explanations.
Choose an option to check your answer.
A.
The icon area remains unchanged
B.
The category count is halved
C.
The axis becomes logarithmic
D.
The icon area becomes four times as large
Show Answer
Correct Answer: D. The icon area becomes four times as large
Explanation:
Scaling both dimensions doubles the area twice, producing a fourfold visual increase.
Pictograms should scale one dimension or directly control area to avoid exaggeration.
Choose an option to check your answer.
A.
They always indicate missing data
B.
Logarithms only accept integers
C.
The transformation changes sample size
D.
The ordinary real-valued logarithm is undefined for them
Show Answer
Correct Answer: D. The ordinary real-valued logarithm is undefined for them
Explanation:
Real logarithms require strictly positive inputs.
Analysts must choose an appropriate alternative rather than applying log blindly.
Choose an option to check your answer.
B.
The sample mean
C.
The variance
D.
1
Show Answer
Correct Answer: D. 1
Explanation:
Eventually the threshold includes the entire probability space.
The cumulative probability therefore approaches one.
Choose an option to check your answer.
A.
Random draws
B.
Parameter estimates
C.
Sorted observations
D.
Cumulative probabilities
Show Answer
Correct Answer: D. Cumulative probabilities
Explanation:
The p-prefix evaluates the cumulative distribution function.
For example, pnorm(x) gives the normal probability at or below x.
Choose an option to check your answer.
A.
Standard deviation relative to the mean
B.
Median relative to sample size
C.
Maximum relative to minimum
D.
Variance relative to the number of categories
Show Answer
Correct Answer: A. Standard deviation relative to the mean
Explanation:
The coefficient of variation is commonly calculated as standard deviation divided by mean.
It supports relative variability comparisons across compatible positive scales.
Choose an option to check your answer.
A.
Many observations occupy the same or nearby pixel positions
B.
The axes are labeled twice
C.
The regression line is too short
D.
The plot contains too few points
Show Answer
Correct Answer: A. Many observations occupy the same or nearby pixel positions
Explanation:
Dense or duplicated points can hide the true number of observations.
Transparency, jittering, binning, or aggregation can reduce the problem.
Choose an option to check your answer.
A.
How observations are arranged across their possible values
B.
Only the number of variables
C.
The name of the dataset
D.
The file size in memory
Show Answer
Correct Answer: A. How observations are arranged across their possible values
Explanation:
Distribution shape includes symmetry, skewness, modality, gaps, and tail behavior.
It complements numerical summaries of center and spread.
Choose an option to check your answer.
A.
To express values in units of standard deviations from the mean
B.
To make every value positive
C.
To remove all outliers
D.
To convert continuous values to categories
Show Answer
Correct Answer: A. To express values in units of standard deviations from the mean
Explanation:
Standardization centers at zero and scales by the standard deviation.
It facilitates comparison among variables measured on different scales.
Choose an option to check your answer.
A.
As a step function
B.
As a set of isolated circles with no connection
C.
As a perfectly straight line in every case
D.
As a bar chart of means
Show Answer
Correct Answer: A. As a step function
Explanation:
The CDF jumps at values with positive probability mass.
It remains constant between those discrete outcomes.
Choose an option to check your answer.
A.
Quantiles corresponding to cumulative probabilities
B.
Histogram bin counts
C.
Cluster memberships
D.
Covariance matrices
Show Answer
Correct Answer: A. Quantiles corresponding to cumulative probabilities
Explanation:
A quantile function inverts the CDF.
For example, qnorm(0.975) gives the normal value with 97.5 percent below it.
Choose an option to check your answer.
A.
When all observations are positive
B.
When the mean is zero or the measurement scale lacks a meaningful zero
C.
When comparing repeated measurements
D.
When the standard deviation is available
Show Answer
Correct Answer: B. When the mean is zero or the measurement scale lacks a meaningful zero
Explanation:
Division by a zero or near-zero mean makes the ratio unstable.
A non-ratio scale also makes relative variation difficult to interpret.
Choose an option to check your answer.
A.
Truncating all values
B.
Jittering
C.
Removing the axes
D.
Converting every point to a line
Show Answer
Correct Answer: B. Jittering
Explanation:
Jittering adds a small amount of visual displacement to coincident points.
It reveals multiplicity without materially changing the underlying values.