Data Handling and Pictographs for CTET Paper I (Class 1–5 Maths)

beginner 18 min read

Concept

Data handling is the process of collecting, organising, and interpreting information so that patterns and conclusions can be drawn from it. In the Class 1–5 curriculum, this is where children first encounter the idea that raw numbers alone are not enough — they need to be structured visually before they reveal meaning.

Think of it this way: if you ask 30 children what fruit they brought to school, you get a chaotic list. A tally chart groups that list by category. A pictograph then replaces the tally marks with small pictures that a six-year-old can immediately "see." A bar graph takes that one step further, using the height of a bar to show magnitude. Each form of representation serves the same underlying purpose — turning noise into signal.

For CTET Paper I, data handling questions test two things simultaneously. First, the content knowledge: can you read a pictograph or bar graph and extract the correct number? Second, the pedagogical layer: how would you teach this concept to a Class 3 student? Questions are usually framed around the first type, but your answer should always be informed by the second.

The core data representations you need at your fingertips:

The "half symbol" in a pictograph is the single most tested concept in this chapter. Ignore it and you drop a near-certain mark.


Deep Dive

Pictographs: The Half-Symbol Trap

A pictograph has exactly one piece of metadata that changes every question: the key, which tells you how many units one symbol represents. Every calculation flows from it.

Full symbol: count = number of symbols × key value

Half symbol: count = (whole symbols × key value) + (key value ÷ 2)

Or equivalently, treat the half as 0.5 and multiply directly: count = symbols (as decimal) × key value.

Example — if each symbol = 6 students and a row shows 3.5 symbols: 3.5 × 6 = 21 students

This works cleanly because the key value is always chosen to be even in Class 1–5 pictographs, so half a symbol produces a whole number. The CTET question-setters know this too, which is why you will sometimes see two rows each carrying a half symbol — when added together, the halves merge into a whole and the total is still an integer.

Comparing two rows with half symbols: When a question asks for the combined count of two categories that each contain 0.5 symbols, add the decimals first: (a + 0.5 + b + 0.5) × key = (a + b + 1) × key This is faster than computing each separately and adding.

Bar Graphs: The Scale Factor

Bar graph questions are structurally identical to pictograph questions — you are still multiplying a "visual unit" by a scale factor. The difference is:

Formula: actual value = bar height in units × scale

For difference questions: (height₁ − height₂) × scale. Do not compute each separately and then subtract — compute the height difference first, then multiply. One step, not two.

Tally Charts and Mode

A tally chart presents data as:

| Category | Tally | Frequency | |----------|-------|-----------| | 1 book | |||| ||| | 8 | | 2 books | |||| |||| || | 12 |

The mode is the category with the highest frequency. You read it directly off the frequency column — no calculation required. The common trap is confusing "the category with the most tally marks" with "the number of tally marks itself." In the example above, the mode is 2 (the number of books), not 12 (the frequency count).

Median from a Raw Data Set

When you are given a small list of scores (typically 7–11 values):

  1. Arrange all values in ascending order. Write them out — do not skip this step under time pressure.
  2. Identify the middle position: for n values, the median is the ((n+1)/2)th value.
  3. For n = 9: median is the 5th value.

The CTET trap here is deliberately placing the unsorted data so that the most repeated value (the mode) is not in the middle position. You must sort first.

Back-Calculation in Pictographs

Some questions work in reverse: they give you a new total and ask how many symbols are needed. The logic is:

symbols needed = new total ÷ key value

If the result is a decimal ending in .5, the answer is a half symbol. If it is a whole number, no half symbol is needed. The question will always be designed so that the answer is either a whole number or a .5 — you will never get .3 or .7 in a well-formed Class 1–5 pictograph question.


Memory Tricks & Shortcuts

patternHalf-Symbol Decimal Swap

Whenever you see a half symbol in a pictograph, immediately rewrite the count as a decimal before multiplying. So "4 full + 1 half symbols" becomes 4.5, and you compute 4.5 × key in one step. Standard method: convert half to fraction, multiply, add to full count — 3 steps. Decimal swap: 1 multiplication — 1 step. With key = 20: 4.5 × 20 = 90 in under 5 seconds vs. (4 × 20) + (20 ÷ 2) = 80 + 10 = 90 in about 15 seconds.

patternCombined Half-Symbol Merge

When two categories each have a half symbol and you need their combined total, add the symbol counts as decimals first: (5.5 + 6.5) = 12, then multiply by key once. This avoids two separate multiplications. For key = 9: 12 × 9 = 108 in one step vs. (5.5 × 9) + (6.5 × 9) = 49.5 + 58.5 = 108 in four steps. Step savings: 3 operations to 1.

eliminationBar Graph Difference Shortcut

For "how many more" bar graph questions, subtract the bar heights first, then multiply by the scale. Never multiply both heights and then subtract. Example — heights 18 and 10, scale = 5: (18 − 10) × 5 = 8 × 5 = 40. The wrong path: (18 × 5) − (10 × 5) = 90 − 50 = 40 — same answer, but two multiplications instead of one. In the exam hall under time pressure, fewer multiplications means fewer errors. Time difference: roughly 10s vs 20s.

patternMode = Tallest Frequency Column, Not the Frequency Count Itself

Mode confusion kills marks. Fix this in your head: in a frequency table, the mode is the row label of the tallest frequency, not the frequency number itself. If "2 books" has frequency 12 and "3 books" has frequency 5, the mode is 2, not 12. Write it as a rule: "I report the input (x), not the count (f)." One mental check, zero calculation — prevents the single most common wrong answer in tally-chart questions.

patternMedian Position Formula: (n+1)/2

For any sorted list of n values, write the position as (n+1)/2 and circle that element. For n=9: position = 5, circle the 5th number. For n=7: position = 4, circle the 4th. This takes 3 seconds and eliminates the "did I count right?" recount. Compare to counting from both ends until you meet in the middle — that approach invites off-by-one errors under pressure. Position formula: 1 division, immediately to the answer.


Fast-Solving Framework

When you see a data handling question in the exam, run this decision tree:

Step 1 — Identify the representation type. Is it a pictograph, bar graph, tally chart, or raw data list?

Step 2 — Extract the scale.

Step 3 — Identify the operation.

Step 4 — Watch for half symbols. Rewrite as 0.5 immediately. Check whether the question asks for combined rows — if so, add decimals first.

Step 5 — Sanity check. Is your answer a whole number? For Class 1–5 pictographs it always should be. If you got a decimal in your final answer, recheck whether you missed a half-symbol.


Solved PYQs

Why this question: Tests the fundamental half-symbol multiplication — the most basic pictograph skill and the one most likely to appear.

Previous Year Questionपिछले वर्ष का प्रश्न
In a pictograph, each 🍎 represents 6 students. The data shows students who brought fruits to school: Mango – 4.5 symbols, Apple – 7 symbols, Banana – 3.5 symbols, Guava – 5 symbols. How many students brought Banana?
एक चित्रालेख में, प्रत्येक 🍎 6 छात्रों को दर्शाता है। स्कूल में फल लाने वाले छात्रों का डेटा: आम – 4.5 चिह्न, सेब – 7 चिह्न, केला – 3.5 चिह्न, अमरूद – 5 चिह्न। केला लाने वाले कितने छात्र थे?
  1. 24
  2. 18
  3. 21
  4. 27
  1. 24
  2. 18
  3. 21
  4. 27
Solutionसमाधान
Banana = 3.5 × 6 = 21 students. Each symbol represents 6, so half a symbol = 3. Therefore 3 × 6 + 3 = 18 + 3 = 21.
केला = 3.5 × 6 = 21 छात्र। प्रत्येक चिह्न 6 को दर्शाता है, इसलिए आधा चिह्न = 3। अतः 3 × 6 + 3 = 18 + 3 = 21।

Solving path: Key = 6. Banana = 3.5 symbols. Rewrite as decimal immediately: 3.5 × 6. Compute 3 × 6 = 18, then 0.5 × 6 = 3, total = 21. Or directly: 3.5 × 6 = 21. Answer: 21 (option C).


Why this question: Mode from a tally chart — tests whether you distinguish "the label of the most frequent category" from "the frequency count itself."

Previous Year Questionपिछले वर्ष का प्रश्न
A tally chart shows the number of books read by students in a month: 1 book – 8 students, 2 books – 12 students, 3 books – 5 students, 4 books – 3 students, 5 books – 2 students. What is the mode number of books read?
एक टैली चार्ट एक महीने में छात्रों द्वारा पढ़ी गई पुस्तकों की संख्या दर्शाता है: 1 पुस्तक – 8 छात्र, 2 पुस्तकें – 12 छात्र, 3 पुस्तकें – 5 छात्र, 4 पुस्तकें – 3 छात्र, 5 पुस्तकें – 2 छात्र। पढ़ी गई पुस्तकों की बहुलक (mode) संख्या क्या है?
  1. 1
  2. 3
  3. 4
  4. 2
  1. 1
  2. 3
  3. 4
  4. 2
Solutionसमाधान
The mode is the value that occurs most frequently. 2 books was read by 12 students, which is the highest frequency. So mode = 2.
बहुलक वह मान है जो सबसे अधिक बार आता है। 2 पुस्तकें 12 छात्रों ने पढ़ीं, जो सबसे अधिक आवृत्ति है। अतः बहुलक = 2।

Solving path: Scan the frequency column: 8, 12, 5, 3, 2. Highest = 12, and that row is labelled "2 books." Mode = 2, not 12. Answer: 2 (option D).


Why this question: Combined total of two rows each containing half symbols — the "merging halves" pattern.

Previous Year Questionपिछले वर्ष का प्रश्न
In a pictograph, each 🚗 = 10 vehicles. The data for vehicles parked in a market: Monday – 5.5 symbols, Tuesday – 8 symbols, Wednesday – 6 symbols, Thursday – 4.5 symbols. What is the total number of vehicles parked on Monday and Thursday together?
एक चित्रालेख में, प्रत्येक 🚗 = 10 वाहन। एक बाज़ार में खड़े वाहनों का डेटा: सोमवार – 5.5 चिह्न, मंगलवार – 8 चिह्न, बुधवार – 6 चिह्न, गुरुवार – 4.5 चिह्न। सोमवार और गुरुवार को एक साथ खड़े वाहनों की कुल संख्या क्या है?
  1. 110
  2. 105
  3. 90
  4. 100
  1. 110
  2. 105
  3. 90
  4. 100
Solutionसमाधान
Monday = 5.5 × 10 = 55 vehicles. Thursday = 4.5 × 10 = 45 vehicles. Total = 55 + 45 = 100 vehicles.
सोमवार = 5.5 × 10 = 55 वाहन। गुरुवार = 4.5 × 10 = 45 वाहन। कुल = 55 + 45 = 100 वाहन।

Solving path: Key = 10. Monday = 5.5, Thursday = 4.5. Add first: 5.5 + 4.5 = 10. Multiply: 10 × 10 = 100. Answer: 100 (option D). Note how the two half symbols merged to one whole, making the final multiplication clean.


Why this question: Bar graph difference question — tests whether you use the one-multiplication shortcut or waste time on two separate multiplications.

Previous Year Questionपिछले वर्ष का प्रश्न
In a bar graph, the scale used is 1 unit = 5 students. The heights of bars are: Science – 14 units, Maths – 18 units, English – 10 units, Hindi – 12 units. How many more students prefer Maths over English?
एक बार ग्राफ में, प्रयुक्त पैमाना 1 इकाई = 5 छात्र है। बारों की ऊँचाई: विज्ञान – 14 इकाई, गणित – 18 इकाई, अंग्रेज़ी – 10 इकाई, हिंदी – 12 इकाई। गणित को पसंद करने वाले छात्र अंग्रेज़ी की तुलना में कितने अधिक हैं?
  1. 30
  2. 20
  3. 40
  4. 8
  1. 30
  2. 20
  3. 40
  4. 8
Solutionसमाधान
Maths students = 18 × 5 = 90. English students = 10 × 5 = 50. Difference = 90 − 50 = 40 more students prefer Maths.
गणित के छात्र = 18 × 5 = 90। अंग्रेज़ी के छात्र = 10 × 5 = 50। अंतर = 90 − 50 = 40 छात्र गणित को अधिक पसंद करते हैं।

Solving path: Scale = 5. Maths bar = 18, English bar = 10. Difference in heights = 18 − 10 = 8. Multiply: 8 × 5 = 40. Answer: 40 (option C).


Why this question: Combined total where each category has a half symbol and the key is 9 — tests the combined-half-symbol merge trick and multiplication with an odd key.

Previous Year Questionपिछले वर्ष का प्रश्न
In a pictograph showing favourite sports, each 🏅 = 9 students. Football has 7 symbols, Cricket has 5.5 symbols, Kabaddi has 4 symbols, Hockey has 6.5 symbols. What is the total number of students who prefer Cricket or Hockey?
पसंदीदा खेलों को दर्शाने वाले चित्रालेख में, प्रत्येक 🏅 = 9 छात्र। फुटबॉल – 7 चिह्न, क्रिकेट – 5.5 चिह्न, कबड्डी – 4 चिह्न, हॉकी – 6.5 चिह्न। क्रिकेट या हॉकी पसंद करने वाले छात्रों की कुल संख्या क्या है?
  1. 90
  2. 99
  3. 117
  4. 108
  1. 90
  2. 99
  3. 117
  4. 108
Solutionसमाधान
Cricket = 5.5 × 9 = 49.5, Hockey = 6.5 × 9 = 58.5. Total = 49.5 + 58.5 = 108 students. The half symbols combine to give a whole number total.
क्रिकेट = 5.5 × 9 = 49.5, हॉकी = 6.5 × 9 = 58.5। कुल = 49.5 + 58.5 = 108 छात्र। आधे चिह्न मिलकर एक पूर्ण संख्या देते हैं।

Solving path: Key = 9. Cricket = 5.5, Hockey = 6.5. Add: 5.5 + 6.5 = 12. Multiply: 12 × 9 = 108. Answer: 108 (option D).


Why this question: Back-calculation — given a new total after an addition, find the number of symbols needed. Tests reverse-direction thinking.

Previous Year Questionपिछले वर्ष का प्रश्न
In a pictograph, each symbol 🌻 = 15 flowers. A garden has four sections: Rose – 4 symbols, Lotus – 2.5 symbols, Jasmine – 6 symbols, Sunflower – 3.5 symbols. If 30 more flowers bloom in the Lotus section, how many total symbols would be needed to represent the new Lotus count?
एक चित्रालेख में, प्रत्येक चिह्न 🌻 = 15 फूल। एक बगीचे में चार खंड हैं: गुलाब – 4 चिह्न, कमल – 2.5 चिह्न, चमेली – 6 चिह्न, सूरजमुखी – 3.5 चिह्न। यदि कमल खंड में 30 और फूल खिलते हैं, तो नई कमल गणना को दर्शाने के लिए कितने चिह्न चाहिए होंगे?
  1. 4
  2. 4.5
  3. 3.5
  4. 5
  1. 4
  2. 4.5
  3. 3.5
  4. 5
Solutionसमाधान
Current Lotus = 2.5 × 15 = 37.5 — non-integer; recalculate: 2.5 × 15 = 37.5. After adding 30: 37.5 + 30 = 67.5. Symbols needed = 67.5 / 15 = 4.5 symbols.
वर्तमान कमल = 2.5 × 15 = 37.5। 30 जोड़ने के बाद: 37.5 + 30 = 67.5। आवश्यक चिह्न = 67.5 / 15 = 4.5 चिह्न।

Solving path: Key = 15. Current Lotus = 2.5 × 15 = 37.5. After 30 more: 37.5 + 30 = 67.5. Symbols needed = 67.5 ÷ 15 = 4.5. Answer: 4.5 symbols (option B).


Why this question: Median from an unsorted raw data list — tests whether you sort before locating the middle value.

Previous Year Questionपिछले वर्ष का प्रश्न
The scores of 9 students in a test are: 72, 85, 68, 90, 72, 88, 95, 72, 60. What is the difference between the highest score and the median score?
एक परीक्षा में 9 छात्रों के अंक हैं: 72, 85, 68, 90, 72, 88, 95, 72, 60। सबसे अधिक अंक और माध्यिका (median) अंक का अंतर क्या है?
  1. 20
  2. 23
  3. 18
  4. 27
  1. 20
  2. 23
  3. 18
  4. 27
Solutionसमाधान
Arranged: 60, 68, 72, 72, 72, 85, 88, 90, 95. Median = 5th value = 72. Highest score = 95. Difference = 95 − 72 = 23.
क्रमबद्ध: 60, 68, 72, 72, 72, 85, 88, 90, 95। माध्यिका = पाँचवाँ मान = 72। सबसे अधिक अंक = 95। अंतर = 95 − 72 = 23।

Solving path: Sort: 60, 68, 72, 72, 72, 85, 88, 90, 95. n = 9, so median position = (9+1)/2 = 5. Fifth value = 72. Highest = 95. Difference = 95 − 72 = 23. Answer: 23 (option B).


Common Mistakes


Related Topics

Practice on SarkariRise

Sign up + get 3 free mocks →