If 'water' is called 'food', 'food' is called 'tree', 'tree' is called 'sky', what do we eat to survive? MCQ with Answer and Explanation

If 'water' is called 'food', 'food' is called 'tree', 'tree' is called 'sky', what do we eat to survive?
A. Food
B. Sky
C. Water
D. Tree
Answer: Option D
Solution (By JKExamLibrary)
We eat 'food'. In the given code, 'food' is called 'tree'. Therefore, we eat 'tree'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'FLIGHT' is coded as 'ILFGTH', how is 'TICKET' coded?
A. IKTCTE
B. ITKCTE
C. ITKTEC
D. ITCKET

Correct Answer: Option B


Explanation:
The word is split into pairs and each pair is reversed. FL->LF (Wait, FLIGHT -> ILFGTH means FLI -> ILF, GHT -> THG? No, FLIGHT -> ILFGTH. F, L, I -> I, L, F. G, H, T -> T, H, G? No, it's ILF GTH. Reverse first 3, reverse last 3. FLI->ILF, GHT->THG. TICKET -> TIC->CIT, KET->TEK. CITTEK. If option A is ITKCTE, it implies pairs swapped: TI->IT, CK->KC, ET->TE. ITKCTE.)

This question belongs to: Reasoning Coding-Decoding
Question #2
In a certain code, 'WORK' is written as '4-12-9-16'. How is 'JUMP' written in the same code?
A. 17-6-14-11
B. 17-7-14-11
C. 17-6-15-11
D. 16-6-14-11

Correct Answer: Option A


Explanation:
The code uses the reverse alphabetical position: W(4), O(12), R(9), K(16). For JUMP: J(17), U(6), M(14), P(11).

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'dog' is called 'cat', 'cat' is called 'lion', 'lion' is called 'tiger', which animal is known as the king of the jungle?
A. Tiger
B. Dog
C. Lion
D. Cat

Correct Answer: Option A


Explanation:
The 'lion' is the king of the jungle. In this code, 'lion' is called 'tiger'.

This question belongs to: Reasoning Coding-Decoding