Data Visualization Color Theory and Visual Encoding 2 β Questions and Answers
Question 1: What are 'pre-attentive attributes' in data visualization?
- Chart labels added before publication
- Visual properties processed by the brain automatically before conscious attention (Correct answer)
- Metadata tags attached to data points
- Annotations added to highlight key findings
Correct answer: Visual properties processed by the brain automatically before conscious attention
Pre-attentive attributes (color, size, shape, orientation) are processed by the visual system in under 250ms without conscious effort.
Question 2: Which visual encoding channel is most accurate for representing quantitative differences?
- Color hue
- Area
- Position on a common scale (Correct answer)
- Angle
Correct answer: Position on a common scale
Position on a common scale is the most perceptually accurate encoding channel for quantitative data, according to Cleveland and McGill's hierarchy.
Question 3: What problem occurs when using area to encode data (e.g., bubble charts)?
- Colors overlap
- Humans misjudge area relative to radius (Correct answer)
- Too many data points appear
- Labels cannot be displayed
Correct answer: Humans misjudge area relative to radius
Humans tend to judge area by radius or diameter rather than true area, leading to systematic underestimation of large values.
Question 4: Which color property should be used to encode quantitative magnitude rather than category?
- Hue
- Lightness/Value (Correct answer)
- Saturation only
- Hue + Saturation combined
Correct answer: Lightness/Value
Lightness (dark-to-light variation) is the appropriate color channel for encoding quantitative magnitude as it has a natural ordered perception.
Question 5: What is the WCAG minimum contrast ratio requirement for normal text in accessible visualizations?
- 2:1
- 3:1
- 4.5:1 (Correct answer)
- 7:1
Correct answer: 4.5:1
WCAG 2.1 Level AA requires a minimum contrast ratio of 4.5:1 for normal-sized text to ensure readability for users with low vision.
Question 6: Why should you avoid using color alone to convey critical information in data visualizations?
- Color printing is expensive
- Color perception varies due to color blindness and display differences (Correct answer)
- Color takes too long to render
- Color is less aesthetically appealing
Correct answer: Color perception varies due to color blindness and display differences
Relying solely on color excludes colorblind users and can fail on grayscale prints or low-quality displays.
What are 'pre-attentive attributes' in data visualization?