If '1'='A', '2'='B', '3'='C', what is '4'? MCQ with Answer and Explanation

If '1'='A', '2'='B', '3'='C', what is '4'?
A. F
B. D
C. C
D. E
Answer: Option B
Solution (By JKExamLibrary)
Standard mapping 1=A, 2=B, 3=C, 4=D.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'O' = 15, 'T' = 20, what is 'Y'?
A. 26
B. 25
C. 24
D. 23

Correct Answer: Option B


Explanation:
Positional value: Y=25.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'red' is called 'yellow', 'yellow' is called 'green', and 'green' is called 'black', what is the color of grass?
A. Red
B. Black
C. Green
D. Yellow

Correct Answer: Option B


Explanation:
The actual color of grass is green. In the given code, 'green' is called 'black'.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'X' = 10, 'Y' = 11, 'Z' = 12, what is 'W'?
A. 10
B. 8
C. 9
D. 11

Correct Answer: Option C


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

This question belongs to: Reasoning Coding-Decoding