Practice vocabulary for presenting data effectively: trends, normalization, misleading charts, data storytelling, and dashboards.
0 / 14 completed
1 / 14
When a chart shows consistent growth over time with values increasing from left to right, you say:
The chart shows a clear upward trend — this is how you describe consistent growth patterns when presenting data to stakeholders.
2 / 14
When you adjust a metric to account for differences in scale (e.g., per 1000 users instead of raw count), the metric is described as:
The metric is normalized to per-1000 users — normalization makes comparisons fair across groups of different sizes.
3 / 14
When a chart makes a small difference appear large because the vertical axis starts at 80% instead of 0%, the chart is described as:
The chart is misleading — the y-axis starts at 80% not 0%. Always check axis ranges when reviewing charts to avoid being deceived.
4 / 14
When a presentation begins with the key finding or conclusion before showing the underlying data, this approach is called:
The data story leads with the insight not the data — lead with 'We saw a 40% drop in conversion' then explain why, not the other way around.
5 / 14
When a metrics dashboard updates its charts automatically without manual refresh, it is described as:
The dashboard auto-refreshes — this ensures stakeholders always see current data without needing to manually reload the page.
6 / 14
Code Review Comment: Sarah points out, 'The visualization of user engagement is great, but the chart consistently shows a spike in new users every month. This might be misleading; perhaps we should consider presenting this data with a rolling average to smooth out these fluctuations?' What term best describes Sarah's suggestion?
Sarah is advocating for a 'smoothed' visualization. This means she wants to reduce the impact of outliers or short-term spikes by applying a technique like a rolling average. A 'skewed' distribution refers to statistical asymmetry; aggregation combines metrics, and insufficient implies there isn't enough data.
7 / 14
Slack Message: Alex writes in the #metrics channel, 'I've normalized the bounce rate to a percentage per 1000 visits. This gives us a better comparison across different product launches and marketing campaigns.' What does 'normalized' mean in this context?
'Normalized' means Alex has adjusted the bounce rate to account for variations in the underlying data. Simply scaling doesn't necessarily address this; aggregation combines metrics, and filtering removes data.
8 / 14
PR Description: You are adding a chart to the project's documentation. The description reads: 'This graph displays daily active users (DAU) over the past month. The Y-axis starts at 80% to highlight the significant growth.' What does 'starting the Y-axis at 80%' describe?
Starting the Y-axis at 80% creates an 'exaggerated scale.' This compresses the lower part of the chart, making smaller changes appear more impactful than they actually are. A truncated axis limits the range; logarithmic reflects exponential growth.
9 / 14
Standup Update: During the daily standup, David says, 'Our key finding is that user retention has improved by 15% since implementing Feature X.' What approach does David's statement exemplify?
David's statement represents a 'data-driven narrative,' which is a common and effective strategy. Presenting the key finding upfront immediately grabs attention and sets the context for the supporting data. A technical deep dive focuses on code; exploratory analysis begins with raw data.
10 / 14
Sarah comments on a code review: 'The dashboard shows a high average session duration. However, the chart only displays data for users who logged in more than once – it's not representative of overall user behavior.' What is Sarah primarily criticizing about the visualization?
Sarah's criticism focuses on the data selection. The visualization only includes users who logged in multiple times, skewing the 'average session duration' because these users likely engage more frequently. This creates a misleading impression of typical user behavior; simply showing raw metrics without context can be problematic.
11 / 14
Mark sends a message in the #data-insights Slack channel: 'I've converted the number of API calls to requests per second. This allows us to accurately compare performance across different server architectures.' What does Mark mean by 'requests per second'?
'Requests per second' is a common unit of measurement in performance monitoring. It directly reflects how frequently the API is being accessed – this is crucial when comparing systems with varying loads or architectures. Converting to this metric allows for a more accurate comparison of server performance.
12 / 14
You're updating the project's documentation with a new chart showing website conversion rates. The PR description reads: 'This graph shows the percentage of visitors who completed a purchase over the last week. The Y-axis starts at 5% to emphasize the dramatic increase in conversions after our recent marketing campaign.' What is the primary issue with this chart's presentation?
Starting the Y-axis at 5% instead of 0% creates a visual distortion. The small percentage difference between the baseline (before the campaign) and the peak (after) appears much larger than it actually is. This technique is known as an 'anchor bias' – the starting point influences perception.
13 / 14
During the daily standup, Emily says, 'Our key finding from last week's A/B test is that users who saw the redesigned navigation menu had a 20% higher click-through rate on product recommendations.' Which communication style does Emily exemplify?
Emily's statement exemplifies presenting a 'key finding' – a concise summary of the most important result. Crucially, she includes the quantitative data (20% higher click-through rate) to support her claim and demonstrate its relevance. This approach is valuable for quickly communicating insights during a standup.
14 / 14
You receive the following API response detailing website traffic: `{"date":"2024-10-27", "visits": 15000, "unique_visitors": 10000}`. Which of the following best describes how you could use 'unique visitors' in a report?
'Unique visitors' represents the number of *different* people who visited the website during that period. This is a key metric for understanding reach and engagement – it's more informative than simply counting total visits (which could include multiple views by the same person).
What will I practice in "Data Presentation Vocabulary"?
This is a Technical Presentations exercise set. It walks through 14 scenario-based multiple-choice questions built around real usage of technical presentations terminology that IT professionals encounter on the job.
Is this exercise free to use?
Yes. Every exercise on CoderSlingo, including this one, is free to complete with no account, sign-up, or paywall.
How many questions are in this exercise?
This set contains 14 questions. Each one shows immediate feedback and a detailed explanation after you answer, so you learn the correct usage right away rather than waiting for a final score.
Do I need prior experience to complete this exercise?
No prior experience is required. Each question includes a full explanation covering the reasoning behind the correct answer, so the exercise itself teaches the technical presentations vocabulary as you go.
Can I retry the exercise if I get questions wrong?
Yes — use the "Try again" button on the results screen to reset your answers and go through all the questions again. There is no limit on attempts.
Is my progress saved?
Your answers and score for the current session are tracked in the browser as you go. No account or login is needed, and there is nothing to install.
What if I don't understand a term used in a question?
Read the explanation shown after you answer each question — it breaks down the correct term in plain English with a real-world example. You can also check the site Glossary for quick definitions.
How is this different from reading a blog article on the topic?
Exercises like this one are interactive drills that test and reinforce specific vocabulary through multiple-choice questions, while blog articles explain concepts in prose. Practising here after reading builds active recall, not just passive recognition.
Where can I find more Technical Presentations exercises?
See the Technical Presentations exercises hub for the full set of related pages, or browse all exercise categories from the main Exercises index.
Can I use this exercise to prepare for a technical interview?
Yes — technical presentations vocabulary comes up often in technical discussions and interviews. Pair this exercise with our dedicated Interview Preparation section for role-specific practice.