S3-SA3-0228
What is Presentation of Data?
Grade Level:
Class 8
AI/ML, Data Science, Physics, Economics, Cryptography, Computer Science, Engineering
Definition
What is it?
Presentation of Data is the process of arranging raw data in an organised and meaningful way so that it is easy to understand and analyse. It helps us to quickly grasp important information and draw conclusions from a large set of numbers or facts.
Simple Example
Quick Example
Imagine your teacher tells you the marks of all 30 students in your class for a Maths test. If she just reads out 30 random numbers, it's hard to know who scored highest or how many failed. But if she writes the marks in a table, from highest to lowest, it becomes much clearer!
Worked Example
Step-by-Step
Let's say a small chai shop recorded the number of cups of chai sold each hour from 6 AM to 1 PM:
6 AM: 15 cups
7 AM: 25 cups
8 AM: 40 cups
9 AM: 30 cups
10 AM: 20 cups
11 AM: 18 cups
12 PM: 22 cups
1 PM: 10 cups
---Step 1: Identify the data. We have hours and number of chai cups sold.
---Step 2: Choose a suitable way to present it. A simple table is good for this.
---Step 3: Create two columns: 'Time' and 'Chai Cups Sold'.
---Step 4: Fill in the data systematically.
| Time | Chai Cups Sold |
|----------|----------------|
| 6 AM | 15 |
| 7 AM | 25 |
| 8 AM | 40 |
| 9 AM | 30 |
| 10 AM | 20 |
| 11 AM | 18 |
| 12 PM | 22 |
| 1 PM | 10 |
---Answer: The data is now presented in a clear table, making it easy to see that 8 AM was the busiest hour for chai sales.
Why It Matters
Understanding data presentation is crucial for careers like Data Scientists who make sense of huge datasets, or Economists who analyse market trends. Even in AI/ML, data needs to be presented clearly to train models effectively. It helps us make smart decisions in many fields!
Common Mistakes
MISTAKE: Just listing data randomly without any order or labels. | CORRECTION: Always arrange data in a logical order (like ascending/descending) and use clear headings or categories.
MISTAKE: Using too much text or too many numbers without summarising. | CORRECTION: The goal is simplicity. Use tables, graphs, or charts to summarise large amounts of data visually.
MISTAKE: Not specifying the units (e.g., just '50' instead of '50 kg' or '50 rupees'). | CORRECTION: Always include units of measurement (e.g., rupees, kilograms, students, hours) so the data is meaningful.
Practice Questions
Try It Yourself
QUESTION: A vegetable seller sold 12 kg potatoes, 8 kg onions, 5 kg tomatoes, and 10 kg carrots today. Present this data in a simple table. | ANSWER:
| Vegetable | Weight Sold (kg) |
|-----------|------------------|
| Potatoes | 12 |
| Onions | 8 |
| Tomatoes | 5 |
| Carrots | 10 |
QUESTION: Your mobile phone has 10 GB data. You used 2 GB on Monday, 3 GB on Tuesday, 1 GB on Wednesday, and 4 GB on Thursday. Present the daily data usage in a table and find out on which day you used the most data. | ANSWER:
| Day | Data Used (GB) |
|-----------|----------------|
| Monday | 2 |
| Tuesday | 3 |
| Wednesday | 1 |
| Thursday | 4 |
Most data was used on Thursday (4 GB).
QUESTION: A school recorded the number of students who chose different sports: Cricket - 45, Football - 30, Badminton - 25, Kho-Kho - 20. Arrange this data in a table, showing the sports in decreasing order of popularity. | ANSWER:
| Sport | Number of Students |
|-----------|--------------------|
| Cricket | 45 |
| Football | 30 |
| Badminton | 25 |
| Kho-Kho | 20 |
MCQ
Quick Quiz
Which of the following is NOT a good reason for presenting data?
To make data easier to understand
To hide important information
To summarise large datasets
To draw conclusions quickly
The Correct Answer Is:
B
The main purpose of data presentation is to make data clearer and easier to understand, not to hide information. Options A, C, and D are all benefits of good data presentation.
Real World Connection
In the Real World
Think about the IPL cricket matches. During a match, you see scorecards, run rates, and player statistics displayed clearly on your TV screen or mobile app. This is a perfect example of data presentation! It helps you understand how well each team and player is performing, who is likely to win, and key moments in the game, all in real-time.
Key Vocabulary
Key Terms
DATA: Raw facts and figures collected for analysis | RAW DATA: Data that has not been processed or organised | TABLE: A structured arrangement of data in rows and columns | ORGANISATION: Arranging data in a systematic and logical order | ANALYSIS: Examining data to find patterns and draw conclusions
What's Next
What to Learn Next
Now that you know how to present data, the next step is to learn about different types of graphical representations like Bar Graphs and Pictographs. These will help you visualise your presented data even better and make it more engaging!


