If 'dog' is 'god', 'cat' is 'tac', 'rat' is 'tar', what is 'bat'? MCQ with Answer and Explanation

If 'dog' is 'god', 'cat' is 'tac', 'rat' is 'tar', what is 'bat'?
A. abt
B. atb
C. bat
D. tab
Answer: Option D
Solution (By JKExamLibrary)
Reverse the word: bat -> tab.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'A' = 10, 'B' = 20, 'C' = 30, what is 'D'?
A. 50
B. 60
C. 40
D. 30

Correct Answer: Option C


Explanation:
Code = pos * 10. D(4)*10 = 40.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'BEAT' is coded as 'TAEB', how is 'MIND' coded?
A. DNMI
B. NMID
C. DMNI
D. DNIM

Correct Answer: Option D


Explanation:
The word is simply reversed. BEAT -> TAEB. MIND -> DNIM.

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

Correct Answer: Option D


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

This question belongs to: Reasoning Coding-Decoding