Alphabetical Letter Shifting problems - explanations - answers

Alphabetical Letter Shifting questions are usually asked in a puzzle/riddle format, where the transformation logic must be deduced. Questions are presented in exam-style, along with clear explanations and answers:


📝 Alphabetical Letter Shifting Test – 20 Exam-Style Questions with Explanation


🔹 1.

Q: If DOG is written as EPH, how is CAT written in that code?
Explanation: D→E (+1), O→P (+1), G→H (+1) → Rule: +1 shift
Apply to CAT: C→D, A→B, T→U
Answer: DBU


🔹 2.

Q: If CAT is coded as BZS, how is DOG written in that code?
Explanation: C→B (-1), A→Z (-1), T→S (-1) → Rule: -1 shift
DOG: D→C, O→N, G→F
Answer: CNF


🔹 3.

Q: If BOOK is written as DQQM, how will LOOK be written?
Explanation: B→D (+2), O→Q, O→Q, K→M → Rule: +2
LOOK: L→N, O→Q, O→Q, K→M
Answer: NQQM


🔹 4.

Q: In a certain code, LION is written as JGML. How is TIGER written?
Explanation: L→J (-2), I→G, O→M, N→L → Rule: -2
TIGER: T→R, I→G, G→E, E→C, R→P
Answer: RG ECP


🔹 5.

Q: If GAME is coded as JDPH, how will PLAY be written?
Explanation: G→J (+3), A→D, M→P, E→H → Rule: +3
P→S, L→O, A→D, Y→B
Answer: SODB


🔹 6.

Q: If KING is written as HFKD, how is QUEEN coded in the same manner?
Explanation: K→H (-3), I→F, N→K, G→D → Rule: -3
Q→N, U→R, E→B, E→B, N→K
Answer: NRBBK


🔹 7.

Q: If TREE becomes USFF, what is the code for BUSH?
Explanation: T→U (+1), R→S, E→F, E→F → Rule: +1
B→C, U→V, S→T, H→I
Answer: CVTI


🔹 8.

Q: In a certain language, FISH is written as EHRG. What is the code for BOAT?
Explanation: F→E (-1), I→H, S→R, H→G → Rule: -1
B→A, O→N, A→Z, T→S
Answer: ANZS


🔹 9.

Q: If ZEBRA is written as BGDTC, then how is HORSE written?
Explanation: Z→B (+2), E→G, B→D, R→T, A→C → Rule: +2
H→J, O→Q, R→T, S→U, E→G
Answer: JQTUG


🔹 10.

Q: If HOUSE is coded as FMSQC, what is the code for MOUSE?
Explanation: H→F (-2), O→M, U→S, S→Q, E→C → Rule: -2
M→K, O→M, U→S, S→Q, E→C
Answer: KMSQC


🔹 11.

Q: If APPLE becomes BQQMF, how is GRAPE written?
Explanation: A→B (+1), P→Q, P→Q, L→M, E→F → Rule: +1
G→H, R→S, A→B, P→Q, E→F
Answer: HSBQF


🔹 12.

Q: If STUDY is coded as RSTCX, then how is HARDY written?
Explanation: Each letter shifted -1
H→G, A→Z, R→Q, D→C, Y→X
Answer: GZQCX


🔹 13.

Q: If TABLE is written as VCDNG, how is CHAIR written?
Explanation: T→V (+2), A→C, B→D, L→N, E→G
C→E, H→J, A→C, I→K, R→T
Answer: EJCKT


🔹 14.

Q: If CHAIR is written as AFYGP, how is BENCH written?
Explanation: C→A (-2), H→F, A→Y, I→G, R→P → Rule: -2
B→Z, E→C, N→L, C→A, H→F
Answer: ZCLAF


🔹 15.

Q: If WATER is coded as ZDWHU, then how is WHEEL coded?
Explanation: W→Z (+3), A→D, T→W, E→H, R→U → Rule: +3
W→Z, H→K, E→H, E→H, L→O
Answer: ZKHHO


🔹 16.

Q: If NIGHT becomes KFDEQ, what is the code for RIGHT?
Explanation: N→K (-3), I→F, G→D, H→E, T→Q → Rule: -3
R→O, I→F, G→D, H→E, T→Q
Answer: OFDEQ


🔹 17.

Q: If HELLO is written as IDMKP (alternate +1, -1…), how is WORLD written?
Explanation: H→I (+1), E→D (-1), L→M (+1), L→K (-1), O→P (+1)
Same pattern: W→X, O→N, R→S, L→K, D→E
Answer: XNSKE


🔹 18.

Q: If PLANE becomes QMBOF, what is the code for PLANT?
Explanation: +1 for all letters
P→Q, L→M, A→B, N→O, E→F
T→U
Answer: QMBOU


🔹 19.

Q: If EARTH is coded as CYP RF, how is PLUTO written?
Explanation: -2 from each letter
E→C, A→Y, R→P, T→R, H→F
P→N, L→J, U→S, T→R, O→M
Answer: NJSRM


🔹 20.

Q: If SMILE is coded as UKKJG using alternate shifting (+2, -2, +2, -2, +2), how is LAUGH coded?
Explanation:
S→U (+2), M→K (-2), I→K (+2), L→J (-2), E→G (+2)
L→N (+2), A→Y (-2), U→W (+2), G→E (-2), H→J (+2)
Answer: NYWEJ



Comments

|