If 'M' = 13, 'A' = 1, 'T' = 20, what is 'MAT'? MCQ with Answer and Explanation

If 'M' = 13, 'A' = 1, 'T' = 20, what is 'MAT'?
A. 11320
B. 13201
C. 13120
D. 20113
Answer: Option C
Solution (By JKSSB Mock Tests)
Concatenation: 13, 1, 20 -> 13120.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If MAN = 28, what is the code for GIRL?
A. 44
B. 46
C. 45
D. 48

Correct Answer: Option B


Explanation:
Sum of positions. M(13) + A(1) + N(14) = 28. G(7) + I(9) + R(18) + L(12) = 46.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'red' is called 'blue', 'blue' is called 'white', 'white' is called 'black', what is the color of milk?
A. Blue
B. Red
C. White
D. Black

Correct Answer: Option D


Explanation:
The actual color of milk is white. In this code language, 'white' is called 'black'. Therefore, the color of milk is black.

This question belongs to: Reasoning Coding-Decoding
Question #3
If in a certain code, 'PAINT' is coded as 'RCKPV', how will 'BRUSH' be coded in the same language?
A. ESXWK
B. DUXVJ
C. DTWUJ
D. CSVTG

Correct Answer: Option C


Explanation:
Each letter is shifted +2 steps forward. B(+2)=D, R(+2)=T, U(+2)=W, S(+2)=U, H(+2)=J. BRUSH becomes DTWUJ.

This question belongs to: Reasoning Coding-Decoding