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...