MS-DS Master of Data science FREE MS-DS Master of Data science Data Visualization and Communication Questions and Answers 2 — Questions and Answers
Question 1: Which chart type is most appropriate for displaying the distribution of a single continuous variable?
- Histogram (Correct answer)
- Pie chart
- Scatter plot
- Tree map
Correct answer: Histogram
Histograms divide continuous data into bins and display frequency counts, making them ideal for showing distributions.
Question 2: What does the term 'data-ink ratio' refer to in data visualization?
- The proportion of ink used to display actual data versus non-data elements (Correct answer)
- The resolution quality of printed charts
- The contrast ratio between text and background
- The number of colors used in a visualization
Correct answer: The proportion of ink used to display actual data versus non-data elements
Coined by Edward Tufte, the data-ink ratio measures the share of a graphic's ink devoted to presenting data rather than decoration.
Question 3: When presenting analysis results to non-technical stakeholders, which approach is most effective?
- Lead with key findings and business impact before showing methodology (Correct answer)
- Present all statistical tests and p-values first
- Use as many chart types as possible to demonstrate rigor
- Include raw data tables for transparency
Correct answer: Lead with key findings and business impact before showing methodology
Non-technical audiences engage best when results are framed around business outcomes before diving into technical details.
Question 4: What is the primary risk of using a dual-axis chart?
- It can mislead viewers by implying a correlation between unrelated variables (Correct answer)
- It always requires logarithmic scaling
- It cannot display more than two data series
- It violates accessibility guidelines
Correct answer: It can mislead viewers by implying a correlation between unrelated variables
Dual-axis charts can create misleading visual correlations by manipulating independent scales to make trends appear related.
Question 5: Which color palette strategy ensures a visualization is accessible to colorblind viewers?
- Using a colorblind-safe palette such as those from ColorBrewer (Correct answer)
- Using only red and green to maximize contrast
- Relying solely on color saturation differences
- Using as many distinct hues as possible
Correct answer: Using a colorblind-safe palette such as those from ColorBrewer
ColorBrewer palettes are specifically designed and tested for perceptual uniformity across common types of color vision deficiency.
Question 6: In a dashboard designed for monitoring real-time KPIs, which visualization element helps users quickly identify metrics that need attention?
- Conditional formatting with threshold-based color alerts (Correct answer)
- Detailed footnotes explaining each metric
- Animated transitions between data points
- Three-dimensional bar charts
Correct answer: Conditional formatting with threshold-based color alerts
Threshold-based color alerts leverage preattentive processing, allowing users to spot out-of-range values at a glance.
Which chart type is most appropriate for displaying the distribution of a single continuous variable?