Questions: Histograms and Frequency Visualizations

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A researcher records the political party affiliation (Democrat, Republican, Independent, Other) of 200 survey respondents and creates a graph with adjacent bars (no gaps) of different heights for each category. What is wrong with this visualization?

ANothing — adjacent bars correctly show that the categories sum to 100%
BThe bars should show relative frequency as proportions rather than raw counts
CAdjacent bars without gaps are appropriate only for quantitative continuous data; categorical data requires a bar chart with gaps between bars to signal that the categories are discrete and unordered
DThe graph needs a title and axis labels before any judgment about its correctness can be made
Question 2 Multiple Choice

A data analyst creates two histograms of the same 500 exam scores: one with 4 bins, one with 100 bins. The 4-bin histogram shows a roughly symmetric hump; the 100-bin histogram looks jagged and irregular. What is the most useful interpretation?

AThe 100-bin histogram is more accurate because it preserves more information by not aggregating
BThe 4-bin histogram is correct and the 100-bin histogram contains construction errors
CThe 4-bin histogram likely hides real structure by over-aggregating; the 100-bin histogram likely overfits to sampling noise; the true distribution shape requires a bin width that reveals structure without reflecting random variation
DBoth histograms are equally valid — bin width choice is purely aesthetic
Question 3 True / False

A histogram with two distinct peaks (a bimodal distribution) suggests the data may come from two different subpopulations, and this pattern would be completely hidden if only the mean were reported.

TTrue
FFalse
Question 4 True / False

The height of a histogram bar typically equals the number of observations in that bin, regardless of how the histogram is constructed.

TTrue
FFalse
Question 5 Short Answer

Why does bin width choice matter when constructing a histogram, and how can a poor choice mislead the reader about the data's distribution?

Think about your answer, then reveal below.