If 'red' is called 'yellow', 'yellow' is called 'green', and 'green' is called 'black', what is the color of grass? MCQ with Answer and Explanation

If 'red' is called 'yellow', 'yellow' is called 'green', and 'green' is called 'black', what is the color of grass?
A. Black
B. Red
C. Yellow
D. Green
Answer: Option A
Solution (By JKExamLibrary)
The actual color of grass is green. In the given code, 'green' is called 'black'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'X' = 10, 'Y' = 11, 'Z' = 12, what is 'W'?
A. 11
B. 8
C. 10
D. 9

Correct Answer: Option D


Explanation:
Code = pos - 14. W(23)-14=9.

This question belongs to: Reasoning Coding-Decoding
Question #2
In a certain code, 'PHONE' is written as 'RJQPG'. How is 'CALL' written in that code?
A. ECNN
B. EBMM
C. DBMM
D. FDOO

Correct Answer: Option A


Explanation:
Each letter is shifted +2 steps forward. C(+2)=E, A(+2)=C, L(+2)=N, L(+2)=N. CALL becomes ECNN.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'J' = 10, 'K' = 11, 'L' = 12, what is 'M'?
A. 12
B. 14
C. 13
D. 15

Correct Answer: Option C


Explanation:
Direct position: M=13.

This question belongs to: Reasoning Coding-Decoding