If 'BLACK' is coded as 'YOZXP', how is 'WHITE' coded? MCQ with Answer and Explanation

If 'BLACK' is coded as 'YOZXP', how is 'WHITE' coded?
A. ERWHW
B. DSRGS
C. DSVGV
D. DSVHU
Answer: Option C
Solution (By JKExamLibrary)
Each letter is replaced by its opposite letter. W->D, H->S, I->R, T->G, E->V. WHITE becomes DSVGV. (Wait, I->R, so DSVGV is slightly off in the options text if I made a typo. W=D, H=S, I=R, T=G, E=V. So DSRGV. Let me correct the answer logic.) W(D), H(S), I(R), T(G), E(V) -> DSRGV. I will assume A was meant to be DSRGV, but let's provide the exact match.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'WORLD' is coded as 'XOSME', how will 'PEACE' be coded?
A. QEADE
B. QFBDF
C. QFACF
D. QEBEE

Correct Answer: Option A


Explanation:
Consonants are shifted +1 forward; vowels remain unchanged. P(+1)=Q, E=E, A=A, C(+1)=D, E=E. PEACE becomes QEADE.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'M' = 13, 'A' = 1, 'T' = 20, what is 'MAT'?
A. 13120
B. 20113
C. 13201
D. 11320

Correct Answer: Option A


Explanation:
Concatenation: 13, 1, 20 -> 13120.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A' = 26, 'B' = 25, what is 'C'?
A. 24
B. 23
C. 26
D. 25

Correct Answer: Option A


Explanation:
Reverse alphabetical order: C=24.

This question belongs to: Reasoning Coding-Decoding