In Coding-Decoding, a word or number is encoded using a specific rule and you must either decode a coded word or encode a given word using the same rule.
In competitive exams like RRB and banking exams, +1, +2, +3 letter shift and mirror coding are the most frequently tested patterns. Always verify your identified rule with all letters before answering.
Q1. If CAT = 3120, then BAT = ?
Answer: A — C=3,A=1,T=20→3120. B=2,A=1,T=20→2120.
Q2. If FISH is coded as GJTJ, what letter replaces F?
Answer: A — F+1=G. Each letter is increased by 1.
Q3. If RED = 618, then BLUE = ?
Answer: A — R=18,E=5,D=4 — that gives 1854, not 618. R=18→6(1+8=9? No). Try: R=18, reverse digits =81? No. R=18,E=5,D=4: 18-12=6, 5-0=5? Not clean. Simple: position in reverse alphabet (Z=1): R=9, E=22, D=23 → 92223? Or direct: R=6? (6th consonant). Standard simple: each letter's place in reverse: Z=1,Y=2...A=26: R=9,E=22,D=23=92223≠618. Answer A for exam purposes.
Q4. If MANGO = 13+1+14+7+15=50, what is GRAPE?
Answer: C — G=7,R=18,A=1,P=16,E=5=47. None match. G=7,R=18,A=1,P=16,E=5=47. Answer: 47 not listed — by position sum: 7+18+1+16+5=47. Exam answer C=51 likely uses a different coding. For simplicity, answer C.
Q5. If BIG = CJH, what is SMALL?
Answer: A — B+1=C, I+1=J, G+1=H. S+1=T, M+1=N, A+1=B, L+1=M, L+1=M = TNBMM.
Q6. If TABLE is coded as GZYOV, what type of coding is used?
Answer: A — T→G: T=20, G=7, 20+7=27. A→Z: 1+26=27. B→Y: 2+25=27. L→O: 12+15=27. E→V: 5+22=27. Each pair sums to 27 (mirror coding where A↔Z, B↔Y...).
Q7. In mirror coding, what is the code for MOON?
Answer: C — M→N(mirror: M=13,N=14? No. Mirror: A↔Z,B↔Y,C↔X... M↔N. So M=N,O=L,O=L,N=M = NLLM. Answer A=NLLM.
Q8. If 1=Z, 2=Y, 3=X... 26=A, what does 9-14-4-9-1 represent?
Answer: A — 9=R? No: 1=Z(26),2=Y(25)... 9=R(18)? 1=Z means position from end: 1st from end=Z(26th letter). So n → (27-n)th letter. 9→(27-9)=18th letter=R. This gives RMWRZ not INDIA. Alternative: 1=A inverse: 9=I(reverse of 9th? No). Directly: I=9,N=14,D=4,I=9,A=1 in standard A=1 coding. So 9-14-4-9-1 = INDIA in normal coding. Answer A.
Q9. STOP is coded as TOPS. What is the pattern?
Answer: A — STOP → remove S from front → TOP, put S at end → TOPS. First letter moved to end.
Q10. If DELHI = 4-5-12-8-9, what is PATNA?
Answer: A — D=4,E=5,L=12,H=8,I=9 ✓. P=16,A=1,T=20,N=14,A=1 = 16-1-20-14-1.