Question:

If in a certain code MONKEY is written as ZFLOPN, then in the same code how is CHARACTER written?

Show Hint

When a sample code looks irregular, test simple transformations like \emph{reverse} and a uniform alphabet shift (\(+1\), \(-1\), etc.).
Updated On: Sep 3, 2025
  • SFUDBSCID
  • SFUDBEBID
  • SFUBIDDBS
  • SFUDBSBID
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Rule from the example.
MONKEY \(\rightarrow\) ZFLOPN: Reverse the word and shift each letter one ahead in the alphabet.
Check: \(\text{MONKEY} \xrightarrow{\text{reverse}} \text{YEKNOM} \xrightarrow{+1} \text{ZFLOPN}\). Apply to CHARACTER.
\[ \text{CHARACTER} \xrightarrow{\text{reverse}} \text{RETCARAHC} \xrightarrow{+1} \text{S F U D B S B I D}. \] Thus the code is \(\boxed{\text{SFUDBSBID}}\).
Was this answer helpful?
0
0