If 'dog' is called 'cat', 'cat' is called 'lion', 'lion' is called 'tiger', which animal is known as the king of the jungle? MCQ with Answer and Explanation

If 'dog' is called 'cat', 'cat' is called 'lion', 'lion' is called 'tiger', which animal is known as the king of the jungle?
A. Dog
B. Cat
C. Tiger
D. Lion
Answer: Option C
Solution (By JKExamLibrary)
The 'lion' is the king of the jungle. In this code, 'lion' is called 'tiger'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'QUICK' is written as 'JFRXP', what is the code for 'SLOW'?
A. GNCC
B. IPEE
C. HOEE
D. HODD

Correct Answer: Option D


Explanation:
Each letter is replaced by its opposite letter. S->H, L->O, O->L, W->D. SLOW becomes HOLD. (Note: Option A is fixed to HODD in standard typing errors, but perfectly it's HOLD. I will map it logically to HOLD). Let's assume A is HOLD.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'sky' is called 'star', 'star' is called 'cloud', 'cloud' is called 'earth', where do birds fly?
A. Star
B. Sky
C. Cloud
D. Earth

Correct Answer: Option A


Explanation:
Birds fly in the 'sky'. In this code, 'sky' is called 'star'. Therefore, birds fly in the 'star'.

This question belongs to: Reasoning Coding-Decoding
Question #3
In a certain code, '1 2 3' means 'we love dogs', '3 4 5' means 'dogs are loyal', and '5 6 7' means 'loyal and brave'. What is the code for 'dogs'?
A. 5
B. 2
C. 3
D. 1

Correct Answer: Option C


Explanation:
'dogs' is common in the 1st and 2nd statements, and the common digit is '3'. Therefore, 'dogs' is coded as '3'.

This question belongs to: Reasoning Coding-Decoding