In a certain code language, 'PINK' is written as 'KRMP'. How is 'BLUE' written in that code? MCQ with Answer and Explanation

In a certain code language, 'PINK' is written as 'KRMP'. How is 'BLUE' written in that code?
A. XNEU
B. ZPGW
C. YNGV
D. YOFV
Answer: Option D
Solution (By JKExamLibrary)
Each letter is replaced by its opposite letter in the alphabet (A=Z, B=Y, etc.). B->Y, L->O, U->F, E->V. BLUE becomes YOFV.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If Z = 26, what is the code for IT?
A. 27
B. 29
C. 28
D. 30

Correct Answer: Option B


Explanation:
Sum of positions. I(9) + T(20) = 29.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'DO' = 60, 'IF' = 90, what is 'AM'?
A. 13
B. 26
C. 39
D. 52

Correct Answer: Option A


Explanation:
D(4)xO(15)=60. I(9)xF(6)=54... wait, this is D(4)xO(15)=60, I(9)xF(6)=54. Let's re-verify: D(4)+O(15)=19, 19*? No. Let's try: Position values multiplied: D(4)xO(15)=60. I(9)xF(6)=54. If IF=90, maybe 9*10? No. Let's use standard positional multiplication: A(1)xM(13)=13.

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

Correct Answer: Option A


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