🕐 Symbol Clock Coding
Learn symbol clock coding where symbols map to clock positions for time representation — master hour/minute conversion and solve time-based word problems
Symbol Clock Coding
Symbol Clock Coding is a Mains-level pattern that combines coding with time calculation. In this type, each symbol is mapped to a specific position on a clock face (1 through 12). When two symbols appear together, the first represents the hour hand and the second represents the minute hand.
This topic appears in SBI PO Mains and IBPS PO Mains. Questions typically involve reading coded times, then performing time-based calculations (travel time, arrival time, duration).
Core Concept
A clock face has 12 positions (1 through 12). Each symbol in the question is assigned to one of these positions.
Two key rules:
- When two symbols appear together: First symbol = Hour, Second symbol = Minutes
- The minute hand position is read as: clock position x 5 (because each number on a clock represents 5 minutes)
| Clock Position | As Hour | As Minutes |
|---|---|---|
| 1 | 1 o'clock | 05 minutes |
| 2 | 2 o'clock | 10 minutes |
| 3 | 3 o'clock | 15 minutes |
| 4 | 4 o'clock | 20 minutes |
| 5 | 5 o'clock | 25 minutes |
| 6 | 6 o'clock | 30 minutes |
| 7 | 7 o'clock | 35 minutes |
| 8 | 8 o'clock | 40 minutes |
| 9 | 9 o'clock | 45 minutes |
| 10 | 10 o'clock | 50 minutes |
| 11 | 11 o'clock | 55 minutes |
| 12 | 12 o'clock | 60 minutes (= next hour, 00 min) |
Important: All times are considered PM unless the question states otherwise.
Pro Content Locked
Upgrade to Pro to access this lesson and all other premium content.
₹99 charged monthly · Cancel anytime
- All Agriculture & Banking Courses
- AI Lesson Questions (100/day)
- AI Doubt Solver (50/day)
- Glows & Grows Feedback (30/day)
- AI Section Quiz (20/day)
- 22-Language Translation (100/day)
- Recall Questions (20/day)
- AI Quiz (15/day)
- AI Quiz Paper Analysis (100/day)
- AI Step-by-Step Explanations (100/day)
- Spaced Repetition Recall (FSRS)
- AI Tutor
- Immersive Text Questions
- Audio Lessons — Hindi & English
- Mock Tests & Previous Year Papers
- Summary & Mind Maps
- XP, Levels, Leaderboard & Badges
- Generate New Classrooms
- Voice AI Teacher (AgriDots Live)
- AI Revision Assistant
- Knowledge Gap Analysis
- Interactive Revision (LangGraph)
🔒 Secure via Razorpay · Cancel anytime · No hidden fees
Symbol Clock Coding
Symbol Clock Coding is a Mains-level pattern that combines coding with time calculation. In this type, each symbol is mapped to a specific position on a clock face (1 through 12). When two symbols appear together, the first represents the hour hand and the second represents the minute hand.
This topic appears in SBI PO Mains and IBPS PO Mains. Questions typically involve reading coded times, then performing time-based calculations (travel time, arrival time, duration).
Core Concept
A clock face has 12 positions (1 through 12). Each symbol in the question is assigned to one of these positions.
Two key rules:
- When two symbols appear together: First symbol = Hour, Second symbol = Minutes
- The minute hand position is read as: clock position x 5 (because each number on a clock represents 5 minutes)
| Clock Position | As Hour | As Minutes |
|---|---|---|
| 1 | 1 o'clock | 05 minutes |
| 2 | 2 o'clock | 10 minutes |
| 3 | 3 o'clock | 15 minutes |
| 4 | 4 o'clock | 20 minutes |
| 5 | 5 o'clock | 25 minutes |
| 6 | 6 o'clock | 30 minutes |
| 7 | 7 o'clock | 35 minutes |
| 8 | 8 o'clock | 40 minutes |
| 9 | 9 o'clock | 45 minutes |
| 10 | 10 o'clock | 50 minutes |
| 11 | 11 o'clock | 55 minutes |
| 12 | 12 o'clock | 60 minutes (= next hour, 00 min) |
Important: All times are considered PM unless the question states otherwise.
Reading a Coded Time
Suppose the symbol mapping is:
| Symbol | & | % | # | $ | * | ! |
|---|---|---|---|---|---|---|
| Clock Position | 2 | 5 | 6 | 7 | 8 | 9 |
Reading %#:
- First symbol % = clock position 5 = hour 5
- Second symbol # = clock position 6 = 6 x 5 = 30 minutes
- Time = 5:30 PM
Reading #%:
- First symbol # = clock position 6 = hour 6
- Second symbol % = clock position 5 = 5 x 5 = 25 minutes
- Time = 6:25 PM
Reading !&:
- First symbol ! = clock position 9 = hour 9
- Second symbol & = clock position 2 = 2 x 5 = 10 minutes
- Time = 9:10 PM
Notice how the order matters. %# (5:30) is completely different from #% (6:25).
Solved Example 1
Symbol Mapping:
| Symbol | & | % | # | $ | * | ! |
|---|---|---|---|---|---|---|
| Clock Position | 2 | 5 | 6 | 7 | 8 | 9 |
Q: Ram has to catch a train that departs at #&. It takes him 40 minutes to reach the station from his office. He needs to arrive at the station 20 minutes before the train departs. At what coded time must Ram leave his office?
Solution:
Step 1 — Decode the train time:
- #& = hour at 6 (#), minute at 2 (&) = 6 hours, 2 x 5 = 10 minutes
- Train departs at 6:10 PM
Step 2 — When must he arrive at the station?
- 20 minutes before departure: 6:10 PM - 20 min = 5:50 PM
Step 3 — When must he leave the office?
- 40 minutes before station arrival: 5:50 PM - 40 min = 5:10 PM
Step 4 — Encode 5:10 PM:
- Hour = 5 → symbol %
- Minutes = 10 → 10/5 = clock position 2 → symbol &
- Code = %&
Answer: (c) %&
Solved Example 2
Symbol Mapping:
| Symbol | @ | + | ? | < | > | ~ |
|---|---|---|---|---|---|---|
| Clock Position | 2 | 5 | 3 | 4 | 12 | 8 |
Q: A train departs from Delhi at ><. The journey takes 120 minutes. Nitesh wants to reach the destination 5 minutes before the train arrives. At what coded time must Nitesh reach?
Solution:
Step 1 — Decode departure time:
- >< = hour at 12 (>), minute at 4 (<) = 12 hours, 4 x 5 = 20 minutes
- Train departs at 12:20 PM
Step 2 — Calculate arrival time:
- Journey = 120 minutes = 2 hours
- Train arrives: 12:20 PM + 2:00 = 2:20 PM
Step 3 — When must Nitesh reach?
- 5 minutes before train arrival: 2:20 PM - 5 min = 2:15 PM
Step 4 — Encode 2:15 PM:
- Hour = 2 → symbol @
- Minutes = 15 → 15/5 = clock position 3 → symbol ?
- Code = @?
Answer: (c) @?
Solved Example 3 (With Speed and Distance)
Symbol Mapping:
| Symbol | & | $ | # | @ | % | < |
|---|---|---|---|---|---|---|
| Clock Position | 9 | 6 | 11 | 12 | 7 | 8 |
Q: The distance from Kolkata to Delhi is 800 km. An express train starts from Kolkata at <@ PM. After covering half the distance in 5 hours, the train develops a fault and its speed is reduced to 3/4 of its original speed. At what coded time does the train reach Delhi?
Solution:
Step 1 — Decode departure time:
- <@ = hour at 8 (<), minute at 12 (@) = 8 hours, 12 x 5 = 60 minutes
- 60 minutes = 1 hour carry-over
- Departure: 8:00 + 1:00 = 9:00 PM
Note: When the minute value equals 60, it rolls over to the next hour with 00 minutes.
Step 2 — Calculate original speed:
- Half distance = 400 km in 5 hours
- Original speed = 400/5 = 80 km/h
Step 3 — Calculate remaining journey time:
- Remaining distance = 400 km
- Reduced speed = 3/4 x 80 = 60 km/h
- Time for remaining distance = 400/60 = 6 hours 40 minutes
Step 4 — Calculate total journey time:
- First half: 5 hours
- Second half: 6 hours 40 minutes
- Total: 11 hours 40 minutes
Step 5 — Calculate arrival time:
- Departure: 9:00 PM
- Add 11 hours 40 minutes: 9:00 PM + 11:40 = 8:40 AM (next day)
Step 6 — Encode 8:40 AM:
- Hour = 8 → symbol <
- Minutes = 40 → 40/5 = clock position 8 → symbol <
- Code = <<
Answer: (D) <<
Solved Example 4
Symbol Mapping:
| Symbol | @ | + | ? | < | > | ~ |
|---|---|---|---|---|---|---|
| Clock Position | 2 | 5 | 3 | 4 | 12 | 8 |
Q: A meeting starts at <+ and lasts for 2 hours 45 minutes. There is a 15-minute break halfway through. At what coded time does the meeting end?
Solution:
Step 1 — Decode start time:
- <+ = hour at 4 (<), minute at 5 (+) = 4 hours, 5 x 5 = 25 minutes
- Meeting starts at 4:25 PM
Step 2 — Calculate end time:
- Total duration = 2 hours 45 minutes + 15 minutes (break) = 3 hours 00 minutes
- Wait — the break is already part of the meeting duration. Re-read: "lasts for 2 hours 45 minutes" and "15-minute break halfway." The 2h 45m is the total duration including the break.
- End time = 4:25 PM + 2:45 = 7:10 PM
Step 3 — Encode 7:10 PM:
- Hour = 7 → Not in the table! No symbol for clock position 7.
- When a position has no assigned symbol, check if the question provides additional mapping or if this is a trick question.
- In this case, since 7 is not in our mapping, the answer would be "Cannot be determined" or we check the options.
Trap Alert: Sometimes the calculated time falls on a clock position that has no symbol in the given mapping. Always verify before encoding.
Solved Example 5 (Duration Calculation)
Symbol Mapping:
| Symbol | & | % | # | $ | * | ! |
|---|---|---|---|---|---|---|
| Clock Position | 2 | 5 | 6 | 7 | 8 | 9 |
Q: Priya starts studying at %& and stops at *#. How many minutes did she study?
Solution:
Step 1 — Decode start time:
- %& = hour 5, minute position 2 = 5:10 PM
Step 2 — Decode end time:
- *# = hour 8, minute position 6 = 8:30 PM
Step 3 — Calculate duration:
- From 5:10 PM to 8:30 PM = 3 hours 20 minutes = 200 minutes
Answer: 200 minutes
Step-by-Step Method Summary
For every symbol clock coding question:
- Build the mapping table — Write down each symbol and its clock position
- Decode the time — First symbol = hour, second symbol = minute (multiply clock position by 5)
- Watch for 60-minute overflow — If minute position is 12, that means 60 minutes = add 1 hour, set minutes to 00
- Perform the time calculation — Addition/subtraction of hours and minutes, speed-distance-time, etc.
- Encode the answer — Convert the hour back to its symbol, convert minutes to clock position (divide by 5), write as two symbols
Speed Tips for Exam
- Write the mapping table first. Spend 15 seconds creating a clean reference. It saves errors.
- Minute conversion shortcut: To convert minutes to clock position, just divide by 5. For 35 minutes: 35/5 = 7.
- Hour overflow: When adding time, if the hour exceeds 12, subtract 12 (and note AM/PM change).
- Pre-calculate all symbol times. If you have 6 symbols, write all 36 possible two-symbol combinations as actual times. For a set of 5 questions, this 2-minute investment saves time overall.
- Speed-distance-time formula: Distance = Speed x Time. Always convert to consistent units (km and hours, or km and minutes).
Common Traps
- Symbol order matters. %# and #% give completely different times. The first symbol is always the hour.
- 60-minute overflow. If the minute-symbol maps to position 12, the minutes are 60. This means the time is actually the next hour with 00 minutes. <> with < = 4 and > = 12 means 4:60, which is actually 5:00.
- AM/PM confusion. Questions assume PM unless stated otherwise. But if a calculation crosses midnight (12:00 AM), the time becomes AM. Pay attention to whether the answer asks for AM or PM.
- Missing positions. Not all 12 clock positions will have symbols. If your calculated time falls on an unmapped position, the answer may be "Cannot be determined" or "None of these."
- Time subtraction errors. When subtracting, remember: 5:10 - 40 min is NOT 4:70. It is 4:30. Borrow 1 hour (= 60 min) from the hours column when needed.
- Speed reduction problems. Read carefully whether the speed is reduced to 3/4 or reduced by 3/4. "Reduced to 3/4" means new speed = 3/4 of original. "Reduced by 3/4" means new speed = 1/4 of original.