If 'cat' is 'dog', 'dog' is 'rat', 'rat' is 'cat', what says meow? MCQ with Answer and Explanation

If 'cat' is 'dog', 'dog' is 'rat', 'rat' is 'cat', what says meow?
A. Cat
B. Rat
C. Lion
D. Dog
Answer: Option B
Solution (By JKSSB Mock Tests)
Cat says meow. Cat is coded as dog. Wait, cat is dog. Rat is cat. Let's re-read: Rat says meow? If Rat=cat, yes.

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. 23
B. 25
C. 24
D. 26

Correct Answer: Option B


Explanation:
Positional value: Y=25.

This question belongs to: Reasoning Coding-Decoding
Question #2
If '1' = 2, '2' = 4, '3' = 6, what is '4'?
A. 8
B. 6
C. 10
D. 12

Correct Answer: Option A


Explanation:
Value = 2 * n. 4 * 2 = 8.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A' = 1, 'B' = 3, 'C' = 5, what is 'D'?
A. 8
B. 7
C. 6
D. 9

Correct Answer: Option B


Explanation:
Formula: 2*pos - 1. D(4)*2 - 1 = 7.

This question belongs to: Reasoning Coding-Decoding