If the code for LAMP is MZNO, the rule is that
- A. every letter moves forward one place
- B. consonants move forward and vowels move backward one place
- C. every letter moves backward one place
- D. the word is reversed
Explanation
L becomes M and M becomes N, both forward, but A becomes Z and P becomes O, which is backward, so the rule depends on whether the letter is a vowel. Mixed rules of this kind are common at the harder end of coding questions. Testing each letter separately rather than assuming one uniform shift is essential.
Related questions
In a certain code, MEDICAL is written as NFEJDBM. How is HEART written in that code?
If ROSE is coded as QNRD, how is LILY coded?
In a code, if A is 1, B is 2 and so on, what is the sum of the letters in the word CAB?
If in a code TEACHER is written as VGCEJGT, then what is the shift applied?
In a certain code, PAPER is written as REPAP. What is the rule?