If 'red' is '1', 'blue' is '2', 'green' is '3', what is 'red blue green'? MCQ with Answer and Explanation

If 'red' is '1', 'blue' is '2', 'green' is '3', what is 'red blue green'?
A. 213
B. 132
C. 321
D. 123
Answer: Option D
Solution (By JKExamLibrary)
Concatenation: 123.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If FEAR = 30, what will be the code for HAIR?
A. 35
B. 36
C. 34
D. 38

Correct Answer: Option B


Explanation:
Sum of positions. F(6) + E(5) + A(1) + R(18) = 30. H(8) + A(1) + I(9) + R(18) = 36.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'WATER' is coded as 'YCVGT', how will 'FIRE' be coded?
A. HLUH
B. GJQF
C. IKSH
D. HKTG

Correct Answer: Option D


Explanation:
Each letter is shifted +2 steps forward. F(+2)=H, I(+2)=K, R(+2)=T, E(+2)=G. FIRE becomes HKTG.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'CLOCK' is coded as 'BKNBJ', what is the code for 'TIME'?
A. UJNQ
B. SJME
C. RHKC
D. SHLD

Correct Answer: Option D


Explanation:
Each letter is shifted -1 step backward. T(-1)=S, I(-1)=H, M(-1)=L, E(-1)=D. TIME becomes SHLD.

This question belongs to: Reasoning Coding-Decoding