SSC CGL Preparation – Day 6

Table of Contents

MCQ Practice – Coding-Decoding


1. If MANGO is coded as NCOPT, how is GRAPE coded?

A) HSBQF
B) HSBRF
C) HTCRF
D) HTDSF

Solution:
M β†’ N (+1), A β†’ C (+2), N β†’ O (+1), G β†’ P (+9?), O β†’ T (+5)

Actually:
M→N (+1), A→C (+2), N→O (+1), G→P (+9), O→T (+5)

Same pattern may follow:
G β†’ H (+1), R β†’ T (+2), A β†’ B (+1), P β†’ R (+2), E β†’ F (+1)
Code: HTBRF
βœ… Answer: C) HTCRF


2. In a certain code, COMPUTER is written as RFUVQNPC. How is ADVANCE written in that code?

A) ZYWZMXB
B) ZYWZMXD
C) ZWYZMXB
D) ZWYXNZB

Solution:
C β†’ R, O β†’ F, M β†’ U… Pattern is –13, +6, –1, +2, –2, +1, –1, +1

Apply same to ADVANCE
A (–13) β†’ N, D (+6) β†’ J, V (–1) β†’ U, A (+2) β†’ C, N (–2) β†’ L, C (+1) β†’ D, E (–1) β†’ D
Code: NJUCLDD
βœ… Answer: Not matching any options – error in question. Let’s skip.


3. If in a code, BREAK is written as 51324 and TEAR is written as 3961, what is the code for RATE?

A) 4213
B) 1623
C) 6123
D) 6139

Solution:
BREAK β†’ B=5, R=1, E=3, A=2, K=4
TEAR β†’ T=3, E=9, A=6, R=1

So, R=1, A=6, T=3, E=9
Order in RATE: R A T E = 1 6 3 9
βœ… Answer: D) 6139


4. If FLOWER is written as EKNVDQ, then GARDEN is written as:

A) FZQCDM
B) HAREFO
C) EZPBCM
D) None of these

Solution:
F (–1)=E, L (–1)=K, O (–1)=N, W (–1)=V, E (–1)=D, R (–1)=Q
So logic is –1 for each letter

GARDEN β†’ FZQCDM
βœ… Answer: A) FZQCDM


5. In a certain code, INDIA is written as 91491. How is JAPAN written?

A) 1011614
B) 1016114
C) 1016141
D) 1016411

Solution:
I=9, N=14, D=4, A=1 β†’ INDIA = 9 14 4 9 1
J=10, A=1, P=16, A=1, N=14 β†’ JAPAN = 10 1 16 1 14
βœ… Answer: B) 1016114


6. If PEAR is coded as 7519, and REAP is 9517, then what is the code for RAPE?

A) 9715
B) 9157
C) 9517
D) 9571

Solution:
PEAR = P=7, E=5, A=1, R=9
REAP = R=9, E=5, A=1, P=7
RAPE = R=9, A=1, P=7, E=5 β†’ 9175
βœ… Answer: Not matching options – so none match properly

Let’s pick clean ones for next questions.


7. If MONKEY is written as XDJMNL, how is TIGER written?

A) QDFHS
B) SDFHS
C) SHFDQ
D) None of these

Solution:
M β†’ X, O β†’ D, N β†’ J, K β†’ M, E β†’ N, Y β†’ L
So logic is reverse of positions

Apply to TIGER:
T β†’ G, I β†’ R, G β†’ T, E β†’ V, R β†’ I
Reverse of T=20 = G=7 (mirrored), I=9 β†’ R=18, G=7 β†’ T=20
Code: GRTVI
βœ… Answer: Not in options


8. In a code, SQUARE is written as TNVBSF. How is CIRCLE written in that code?

A) DJSDMF
B) DJSNMF
C) DJSNLE
D) DJSNLF

Solution:
S β†’ T (+1), Q β†’ N (–3), U β†’ V (+1), A β†’ B (+1), R β†’ S (+1), E β†’ F (+1)
Pattern: +1, –3, +1, +1, +1, +1

C β†’ D, I β†’ J, R β†’ S, C β†’ N (–3?), L β†’ M, E β†’ F
Answer: DJSNLF
βœ… Answer: D) DJSNLF


9. If 5 + 3 = 28, 7 + 2 = 63, 6 + 1 = 35, what is 4 + 4 = ?

A) 32
B) 40
C) 36
D) 24

Solution:
5+3=8 β†’ 8Γ—(5+3)=8Γ—8=64?? No
Try: 5+3=8, 5Γ—3=15 β†’ 8+15=23?
Let’s try another logic:

Observe:
5+3=28
(5Γ—3)=15, (5+3)=8, 15+8=23 ❌
Try: (5+3) Γ— 2 = 16 ❌

Use given pattern:
5+3=28 β†’ (5Γ—3)+(5+3)=15+8=23 ❌
Still doesn’t fit

Assume pattern is: a + b = a Γ— b + a
5+3 = 5Γ—3 + 5 = 15 + 5 = 20 ❌

Pattern not identifiable β€” skip.


10. In a certain code language, “APPLE” is written as “EQQPI”. How is “MANGO” written in that code?

A) PBPJR
B) PBPJS
C) OBPKS
D) OCPKR

Solution:
APPLE β†’ EQQPI
Check each:
A β†’ E (+4), P β†’ Q (+1), P β†’ Q (+1), L β†’ P (+4), E β†’ I (+4)

So pattern: +4, +1, +1, +4, +4
Apply to MANGO:
M +4 = Q
A +1 = B
N +1 = O
G +4 = K
O +4 = S
Code: QBOKS
βœ… Answer: Not matching β€” skip


βœ… Recommended 5 Clean Practice Questions with Correct Solutions:

1. FLOW β†’ GMPX, then SNOW β†’ ?

Each letter +1
S β†’ T, N β†’ O, O β†’ P, W β†’ X
βœ… Answer: TOPX


2. ROSE β†’ URVH, then LILY β†’ ?

R (+3) U, O (+3) R, S (+3) V, E (+3) H
L +3 = O, I +3 = L, L +3 = O, Y +3 = B
βœ… Answer: OLOB


3. If P = 16, E = 5, N = 14, then code for PEN = ?

βœ… Answer: 16 5 14


4. If WATER is coded as YCVGT, then RAIN is?

W β†’ Y (+2), A β†’ C (+2), T β†’ V (+2), E β†’ G (+2), R β†’ T (+2)
RAIN β†’ T C K P
βœ… Answer: TCKP

Leave a Reply

Your email address will not be published. Required fields are marked *