In a code language, 'MARCH' is written as 'LZQBG'. How is 'APRIL' written in that language? MCQ with Answer and Explanation

In a code language, 'MARCH' is written as 'LZQBG'. How is 'APRIL' written in that language?
A. ZOQHK
B. ZPQHL
C. YOPGK
D. YNPQJ
Answer: Option A
Solution (By JKExamLibrary)
Each letter is shifted -1 step backward in the alphabet. A(-1)=Z, P(-1)=O, R(-1)=Q, I(-1)=H, L(-1)=K. APRIL is ZOQHK.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Coding-Decoding Questions

Question #1
If '1' = 1, '2' = 8, '3' = 27, what is '4'?
A. 64
B. 32
C. 128
D. 16

Correct Answer: Option A


Explanation:
Code = n³. 4³ = 64.

This question belongs to: Reasoning Coding-Decoding
Question #2
In a certain code language, 'PAPER' is written as 'SDUHU'. How is 'PEN' written in that code?
A. SHQ
B. SHP
C. RGP
D. RGO

Correct Answer: Option A


Explanation:
Each letter in the word is shifted +3 steps forward in the alphabetical order. P(+3)=S, E(+3)=H, N(+3)=Q. Thus, PEN becomes SHQ.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'RED' = 6720, 'GREEN' = ? (R=18, E=5, D=4)
A. 185514
B. 755514
C. 185514
D. 7551814

Correct Answer: Option B


Explanation:
Concatenation of position: G(7)R(18)E(5)E(5)N(14) -> 7185514. If coded 755514, maybe G(7)E(5)E(5)N(14)?

This question belongs to: Reasoning Coding-Decoding