If TO = 35, what is the code for DO? MCQ with Answer and Explanation

If TO = 35, what is the code for DO?
A. 20
B. 18
C. 21
D. 19
Answer: Option D
Solution (By JKExamLibrary)
Sum of positions. T(20) + O(15) = 35. D(4) + O(15) = 19.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'MIRROR' is coded as 'RORRIM', how is 'GLASS' coded?
A. SSAGL
B. SSGLA
C. SSALG
D. SALSG

Correct Answer: Option C


Explanation:
The word is completely reversed. GLASS reversed is SSALG.

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. Black
B. Yellow
C. Red
D. Green

Correct Answer: Option A


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 A = 2, B = 4, and C = 6, what is the code for JUMP?
A. 120
B. 110
C. 115
D. 125

Correct Answer: Option A


Explanation:
Each letter's position is multiplied by 2. J(10*2=20) + U(21*2=42) + M(13*2=26) + P(16*2=32) = 120.

This question belongs to: Reasoning Coding-Decoding