A scatter plot represents each observation by a point positioned using two numerical variables. Patterns in the point cloud can reveal association, clusters, and outliers.
A histogram groups continuous values into intervals and displays their frequencies. Its shape can reveal skewness, multiple modes, gaps, and concentration.
A box plot displays the median, quartiles, and whiskers in a compact form. Placing boxes side by side supports comparison of distributions across groups.
Correct Answer: D. The spread of the middle 50% of ordered observations
Explanation:
The interquartile range equals the third quartile minus the first quartile. Because it focuses on the central half, it is relatively resistant to extreme values.
The median depends on the ordered middle position rather than the magnitude of every observation. Extreme values therefore have much less influence on it than on the mean.
Correct Answer: D. A small number of extremely high incomes can pull it upward
Explanation:
The arithmetic mean is sensitive to extreme values because every observation contributes to the total. Highly skewed income distributions can therefore have means far above typical incomes.
Correct Answer: D. Count, center, spread, and selected quantiles
Explanation:
These measures summarize how much data exists, where values are located, and how dispersed they are. Quantiles also help reveal asymmetry and possible extreme observations.
Correct Answer: D. It provides a quick check of columns, formats, and obvious data issues
Explanation:
An initial row preview reveals how fields are arranged and how values are represented. It is a preliminary inspection, not a complete validation of all records.
Correct Answer: B. The type determines which operations and summaries are meaningful
Explanation:
Numerical, categorical, date, and text variables require different analyses and transformations. An incorrect type can produce invalid calculations or misleading results.