If 'red' is called 'blue', 'blue' is called 'white', 'white' is called 'black', what is the color of milk? MCQ with Answer and Explanation

If 'red' is called 'blue', 'blue' is called 'white', 'white' is called 'black', what is the color of milk?
A. White
B. Black
C. Red
D. Blue
Answer: Option B
Solution (By JKExamLibrary)
The actual color of milk is white. In this code language, 'white' is called 'black'. Therefore, the color of milk is black.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If EAR = 24, what is the code for EYE?
A. 35
B. 34
C. 36
D. 32

Correct Answer: Option A


Explanation:
Sum of positions. E(5) + A(1) + R(18) = 24. E(5) + Y(25) + E(5) = 35.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'SUGAR' is written as 'VXJDU', how is 'SALT' written in that code?
A. VDOW
B. VBNU
C. UDNV
D. VCNV

Correct Answer: Option A


Explanation:
Each letter is shifted +3 steps forward. S(+3)=V, A(+3)=D, L(+3)=O, T(+3)=W. SALT becomes VDOW.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A1' = 2, 'B2' = 4, 'C3' = 6, what is 'D4'?
A. 8
B. 9
C. 6
D. 7

Correct Answer: Option A


Explanation:
Code = 2*pos. D(4)*2=8.

This question belongs to: Reasoning Coding-Decoding