Data Visualization Interactivity and Animation 1 β Questions and Answers
Question 1: What is the primary purpose of a tooltip in an interactive data visualization?
- To provide additional detail on demand when a user hovers over a data point (Correct answer)
- To navigate between different dashboard pages
- To filter the dataset based on user selections
- To export the chart as an image file
Correct answer: To provide additional detail on demand when a user hovers over a data point
Tooltips reveal contextual details such as exact values and labels on demand, without cluttering the main visualization.
Question 2: Which interaction technique allows users to select a data range by adjusting start and end handles along an axis?
- Panning
- Drill-down navigation
- Axis brushing or range slider (Correct answer)
- Semantic zoom
Correct answer: Axis brushing or range slider
Axis brushing and range sliders let users define a specific data range by dragging handles, reducing visual noise and focusing analysis.
Question 3: In data visualization, 'brushing and linking' refers to which behavior?
- Applying color gradients across coordinated charts
- Selecting data in one view and seeing those elements highlighted in all linked views (Correct answer)
- Drawing freehand annotations on a chart
- Automatically refreshing charts when source data updates
Correct answer: Selecting data in one view and seeing those elements highlighted in all linked views
Brushing and linking propagates a user's selection across all coordinated views simultaneously, revealing multivariate relationships.
Question 4: What does a 'drill-down' interaction accomplish in a data visualization?
- Moves a chart panel to a different location on the dashboard
- Filters out statistical outliers automatically
- Navigates the user from a high-level aggregate to a more granular detail view (Correct answer)
- Rotates a 3D chart to a new perspective
Correct answer: Navigates the user from a high-level aggregate to a more granular detail view
Drill-down lets users click an aggregate (e.g., a region) to reveal its component parts (e.g., individual states), moving from summary to detail.
Question 5: Which of the following best describes a 'zoom and pan' interaction in data visualization?
- Converting a bar chart to a line chart on user request
- Adjusting the visible portion of the data space by scaling and translating the view (Correct answer)
- Highlighting selected data points in a contrasting color
- Sorting data series in ascending or descending order
Correct answer: Adjusting the visible portion of the data space by scaling and translating the view
Zoom scales the visible data range while pan shifts the viewpoint, together enabling exploration of dense or large datasets.
Question 6: What is the main advantage of linked filters across multiple charts on a dashboard?
- They reduce the file size of the visualization bundle
- They automatically add regression trend lines to each chart
- A filter applied in one chart updates all related charts simultaneously for a consistent view (Correct answer)
- They convert categorical columns to numerical values automatically
Correct answer: A filter applied in one chart updates all related charts simultaneously for a consistent view
Linked filters keep all coordinated views synchronized, allowing users to explore a filtered subset from multiple analytical perspectives at once.
Question 7: Shneiderman's Information Seeking Mantra states the correct order of interaction as:
- Details first, then filter, then overview
- Overview first, zoom and filter, then details on demand (Correct answer)
- Filter first, then zoom, then overview
- Details on demand first, then provide overview
Correct answer: Overview first, zoom and filter, then details on demand
Shneiderman's 1996 mantra prescribes starting with an overview, allowing zoom and filtering, and only revealing detail when the user requests it.
What is the primary purpose of a tooltip in an interactive data visualization?