SSC CGL Coding-Decoding Questions, Formulas & Tricks
Prepare Coding-Decoding for SSC CGL with formulas, short tricks, solved examples, practice questions, PYQs, and free PDF notes for faster exam preparation.
Coding-Decoding is a foundational pillar of the Reasoning section. It tests your ability to identify the encryption logic applied to a word or message and apply that same logic to decode a new one. Efficiency here comes from memorizing alphabet ranks and reverse pairs.
Learning path
- Letter Coding (Shifts & Reverses)
- Number & Symbol Coding
- Chinese Coding (Message Deciphering)
- 20 Exam-Pattern Questions
1. Letter-to-Letter Coding
Letters are replaced by other letters based on a fixed rule. The rule can involve shifting positions forward/backward or using opposite letters.
Positional Shift
- Forward: APPLE → BQQMF (+1 shift)
- Backward: TIGER → SHFDQ (-1 shift)
- Skipping: A → C (+2), B → E (+3) etc.
Reverse Pairs
- A is 1st, Z is 1st from end.
- B is 2nd, Y is 2nd from end.
- Sum of ranks of reverse pairs is always 27.
- Example: KING → PRMT.
2. Number & Message Deciphering
In number coding, words are converted into digits based on their ranks. Message deciphering (Chinese coding) involves finding common words and codes across multiple statements.
Direct Rank Coding
CAT → 3-1-20 (C=3, A=1, T=20). Sometimes these are summed: 3+1+20 = 24.
Message Comparison
"sky is blue" → "pa ma ga"
"is it red" → "ga ta sa"
Common word "is" → Common code "ga".
3. 20 Practice Questions (Solved)
In a certain code, TEACHER is written as VGCEJGT. How is CHILDREN written in that code?
Solution
In a certain code language, COMPUTER is written as RFUVQNPC. How is MEDICINE written in that code?
Solution
If RED is coded as 6720, then how would GREEN be coded?
Solution
In a code, 'lee ra de' means 'what was it', 'mo nil' means 'you go', and 'nil lee' means 'you what'. What is the code for 'was'?
Solution
If WATER is coded as 47, how is DRINK coded?
Solution
If GLOSSARY is coded as 97533562 and GEOGRAPHY is coded as 91596278, how is GEOLOGY coded?
Solution
If MACHINE is coded as 19-7-9-14-15-20-11, how is DANGER coded?
Solution
In a code language, 'FRUIT' is written as 'HTWKV'. How is 'FLOWER' written?
Solution
If 'sky' is 'star', 'star' is 'cloud', 'cloud' is 'earth', 'earth' is 'tree', and 'tree' is 'book', where do the birds fly?
Solution
In a code, 'A' is coded as 1, 'B' as 2, and so on. If 'BID' is coded as 294, what is the code for 'DOG'?
Solution
If CERTAIN is coded as XVIGZRM, how is MUNDANE coded?
Solution
If DRIVER = 12, PEDESTRIAN = 20, ACCIDENT = 16, what is CAR?
Solution
In a certain code language, '321' means 'hot filtered coffee', '532' means 'very hot day', and '589' means 'day and night'. Which digit means 'very'?
Solution
In a code, '253' means 'books are old', '546' means 'man is old', and '378' means 'buy good books'. What is the code for 'are'?
Solution
If BRAIN is written as *%#^x and TIER is written as @$#+, how is RENT written?
Solution
If Z=26 and NET=39, then NUT = ?
Solution
If A=2, M=26, Z=52, what is the code for BET?
Solution
In a code, 'S' is coded as 'T', 'T' as 'S', 'U' as 'V', 'V' as 'U'. How is 'STUDENT' written?
Solution
If HONESTY is coded as 5132468, how is TONY coded?
Solution
If HEART is coded as 85132 and FEAST is coded as 45162, how is FARTHEST coded?
Solution
In a code, 'HOUSE' is coded as 'INVTF', how is 'CHAIR' coded?
Solution
If A=1, ACE=9, then ART = ?
Solution
If 'green' means 'red', 'red' means 'blue', 'blue' means 'white', and 'white' means 'yellow', what is the color of clear sky?
Solution
In a code, 'E' is 5 and 'HOTEL' is 12, how is 'LAMB' coded?
Solution
If 'COFFEE' is coded as 40, what is the code for 'TEA'?
Solution
If 1 is coded as A, 2 as B, ... and 0 as J, then what is the code for 1230?
Solution
Strategy errors to avoid
Mixing Up Reverse Ranks
Always remember: Rank + Reverse Rank = 27. If you know G=7, its reverse rank is 20 (T). Don't try to count backwards from Z.
Ignoring Common Words
In message coding (Chinese coding), look for the word that appears most frequently first. Eliminating common words quickly reveals the rest of the code.