IN a certain code MOUSE is written as PRUQC. How is SHIFT written in that code ?
2024
IN a certain code MOUSE is written as PRUQC. How is SHIFT written in that code ?
- A.
VJIDR
- B.
VIKRD
- C.
RKIVD
- D.
VKIDR
Attempted by 77 students.
Show answer & explanation
Correct answer: D
Pattern: The first two letters are shifted forward by 3 positions, the third letter remains the same, and the last two letters are shifted backward by 2 positions.
S -> V (shift forward by 3)
H -> K (shift forward by 3)
I -> I (no change)
F -> D (shift backward by 2)
T -> R (shift backward by 2)
Final answer: VKIDR