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. Black
B. Blue
C. Red
D. White
Answer: Option A
Solution (By JKSSB Mock Tests)
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 'BOTTLE' is coded as 'ELTTOB', how is 'LIQUID' coded?
A. DUIQIL
B. DQUILI
C. DIUQIL
D. DIQUIL

Correct Answer: Option C


Explanation:
The word is entirely reversed. LIQUID reversed is DIUQIL.

This question belongs to: Reasoning Coding-Decoding
Question #2
If CAT is coded as 24 and DOG is coded as 26, how will FOX be coded?
A. 50
B. 40
C. 39
D. 45

Correct Answer: Option D


Explanation:
The code is the sum of the alphabetical positions of the letters. C(3) + A(1) + T(20) = 24. D(4) + O(15) + G(7) = 26. F(6) + O(15) + X(24) = 45.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'red' is '1', 'blue' is '2', 'green' is '3', what is 'red blue green'?
A. 123
B. 321
C. 213
D. 132

Correct Answer: Option A


Explanation:
Concatenation: 123.

This question belongs to: Reasoning Coding-Decoding