Practice vocabulary for choosing and discussing chart types: bar vs. line vs. scatter, histogram vs. bar chart, heat maps, sankey diagrams, and when each is appropriate.
0 / 14 completed
1 / 14
You want to show revenue trends over 12 months. Which chart type is most appropriate?
A line chart is best for showing trends over continuous time. The connected line makes the trend direction immediately visible. You'd say: 'A line chart here better represents the continuous nature of this time-series data than a bar chart would.'
2 / 14
What is the key difference between a histogram and a bar chart?
Bar charts compare discrete categories — each bar is a separate thing. Histograms show the distribution of a continuous variable — how many values fall in each range (bin). The absence of gaps between histogram bars signals continuity. Mixing them up is a common data viz mistake.
3 / 14
When would a scatter plot be more appropriate than a bar chart?
Scatter plots show the relationship between two continuous variables — each point represents one observation with (x, y) coordinates. You'd say: 'A scatter plot is more appropriate here because we want to see if there's a correlation between hours of practice and test score.'
4 / 14
What does a heat map visualization best communicate?
Heat maps use color to show magnitude across two dimensions simultaneously. Common uses: website click density, correlation matrices, or activity by hour/day. You'd say: 'A heat map lets us see at a glance which hour-day combinations have the highest support ticket volume.'
5 / 14
What type of data is a Sankey diagram best suited for?
A Sankey diagram shows flows between stages where the width of each flow represents its magnitude. It's ideal for user journey funnels, energy/budget allocation, or migration flows. You'd say: 'A Sankey diagram here shows not just where users drop off, but how much volume moves through each path.'
6 / 14
Reviewer: 'I'm seeing a lot of spikes in the user engagement chart. It looks like we're experiencing significant growth, but it's hard to see the overall trend. Can you try visualizing this data with a line chart?'
Which chart type would best address this reviewer's feedback and clearly demonstrate the long-term user engagement trend?
Line charts are specifically designed to display trends and patterns over continuous periods. The key here is visualizing changes in user engagement—a line chart will clearly show the upward trajectory over the twelve months highlighted by the reviewer. Bar charts, while useful for comparing specific values, don't inherently represent time-series data effectively; a pie chart is entirely inappropriate for showing trends.
7 / 14
Reviewer: 'I'm seeing a lot of spikes in the user engagement chart. It looks like we're experiencing significant growth, but it's hard to see the overall trend. Can you try visualizing this data with a line chart?'
Which chart type would best address this reviewer's feedback and clearly demonstrate the long-term user engagement trend?
Line charts are specifically designed to display trends and patterns over continuous periods. The key here is visualizing changes in user engagement—a line chart will clearly show the upward trajectory over the twelve months highlighted by the reviewer. Bar charts, while useful for comparing specific values, don't inherently represent time-series data effectively; a pie chart is entirely inappropriate for showing trends.
8 / 14
Reviewer: 'I'm seeing a lot of spikes in the user engagement chart. It looks like we're experiencing significant growth, but it's hard to see the overall trend. Can you try visualizing this data with a line chart?'
Which chart type would best address this reviewer's feedback and clearly demonstrate the long-term user engagement trend?
Line charts are specifically designed to display trends and patterns over continuous periods. The key here is visualizing changes in user engagement—a line chart will clearly show the upward trajectory over the twelve months highlighted by the reviewer. Bar charts, while useful for comparing specific values, don't inherently represent time-series data effectively; a pie chart is entirely inappropriate for showing trends.
9 / 14
Reviewer: 'I'm seeing a lot of spikes in the user engagement chart. It looks like we're experiencing significant growth, but it's hard to see the overall trend. Can you try visualizing this data with a line chart?'
Which chart type would best address this reviewer's feedback and clearly demonstrate the long-term user engagement trend?
Line charts are specifically designed to display trends and patterns over continuous periods. The key here is visualizing changes in user engagement—a line chart will clearly show the upward trajectory over the twelve months highlighted by the reviewer. Bar charts, while useful for comparing specific values, don't inherently represent time-series data effectively; a pie chart is entirely inappropriate for showing trends.
10 / 14
ProjectManager returns the following API response for daily active users over the last month:
```json
{
"data": [
{"date":"2024-10-26", "users": 125},
{"date":"2024-10-27", "users": 138},
{"date":"2024-10-28", "users": 142},
{"date":"2024-10-29", "users": 151},
{"date":"2024-10-30", "users": 160}
]
}
Which chart type would best illustrate the trend of increasing daily active users over this period?
Line charts are specifically designed to show trends over time. A bar chart would be suitable for comparing discrete values, but doesn't emphasize the continuous change in user numbers. Pie charts represent proportions and aren't ideal for tracking trends; a scatter plot wouldn't make sense with this data format.
11 / 14
Sarah (Frontend Developer) writes in the PR description: 'I've added a new chart to visualize website traffic. I used a histogram to show the number of visitors per hour. It clearly demonstrates peak usage times.' What does Sarah *primarily* intend to convey with this visualization?
Histograms are designed for displaying distributions of numerical data. Sarah's description indicates she's focusing on the frequency (number of visitors) within specific intervals (hours), and therefore a histogram is the most appropriate choice to show this breakdown.
12 / 14
You're analyzing server response times. You have data showing the average response time for each endpoint (API calls) over a week. Which chart type would most effectively highlight potential bottlenecks in your system?
Scatter plots are excellent for identifying correlations. Mapping endpoints to their response times allows you to visually assess if certain API calls consistently take longer than others, which could indicate a performance issue needing investigation. A line chart only shows changes over time.
13 / 14
During the daily standup meeting, Alex (Data Analyst) says: 'I've created a Sankey diagram to visualize the flow of user data through our authentication system. It shows how users are identified and authenticated across different services.' What is the *best* way to understand the core purpose of this visualization?
Sankey diagrams excel at representing flows and transitions. Alex's description indicates a process with multiple stages – user identification and then authentication – and Sankey diagrams are perfect for visually representing these sequential steps and quantifying the number of users at each stage.
14 / 14
You need to present data on sales revenue broken down by product category over several years. Which chart type is most effective for communicating this complex relationship?
Stacked bar charts allow you to visualize both the total revenue and its composition. This is ideal for showing how different product categories contribute to overall sales over multiple years. A pie chart would only show proportions at a single point in time, and a line chart doesn't handle categorical data effectively.
What does the "Chart Type Selection Vocabulary" exercise practise?
Practice vocabulary for choosing and discussing chart types: bar vs. line vs. scatter, histogram vs. bar chart, heat maps, sankey diagrams, and when each is appropriate.
How many questions are in this exercise?
This exercise has 14 questions, each multiple-choice with a full explanation shown after you answer.
What English level is this exercise for?
This exercise is tagged Intermediate. If the vocabulary feels difficult, browse the Data Visualization category page for an easier module to start with.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free with no account, sign-up, or paywall.
Do I get feedback if I answer incorrectly?
Yes — whichever option you choose, right or wrong, you'll immediately see an explanation clarifying the correct term and why the other options don't fit.
Can I retry this exercise?
Yes — once you finish all the questions, a "Try again" button on the results screen resets the exercise so you can practise as many times as you like.
Do I need an account to track my progress?
No account is required. Your progress bar and score for this session are tracked in the browser as you go, but nothing is saved once you leave the page.
Is "Chart Type Selection Vocabulary" part of a larger series?
Yes — it's one exercise in the Data Visualization category on CoderSlingo. See the category page for the full list of related exercises on similar terminology.
Can I link directly to this exercise?
Yes — this exercise has its own permanent URL, so you can bookmark it or share the link directly with a colleague or study partner.
Where can I find more exercises like this one?
See the Data Visualization category page for related exercises, or browse the main Exercises hub for other IT English topics.