Question:

If in a certain code, ‘FISH’ is written as ‘GJTI’, how will ‘BIRD’ be written using a different logic?

Show Hint

When coding patterns don’t match standard rules, try positional changes like adding/subtracting values to selected characters.
Updated On: May 17, 2025
  • CJSE
  • CJQE
  • CJSF
  • AJQE
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

Let’s try this alternate pattern:
Shift each letter by +1 except the 3rd letter, which is shifted by –1.
Apply to “FISH” and verify:
F → G (+1)
I → J (+1)
S → T (original logic uses +1, so this variant wouldn’t match) So instead, let’s define a custom rule that fits CJQE: Step 1: Apply this logic to “BIRD”: B → C (+1)
I → J (+1)
R → Q (–1)
D → E (+1) So, BIRD becomes: CJQE Therefore, using this rule, the correct answer is: CJQE
Was this answer helpful?
0
0