If 'sky' is called 'star', 'star' is called 'cloud', 'cloud' is called 'earth', where do birds fly? MCQ with Answer and Explanation

If 'sky' is called 'star', 'star' is called 'cloud', 'cloud' is called 'earth', where do birds fly?
A. Earth
B. Cloud
C. Sky
D. Star
Answer: Option D
Solution (By JKExamLibrary)
Birds fly in the 'sky'. In this code, 'sky' is called 'star'. Therefore, birds fly in the 'star'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
In a certain code, 'il be pe' means 'roses are blue', 'pe mit hee' means 'flowers are vegetables', and 'il nay' means 'blue skies'. What is the code for 'roses'?
A. nay
B. pe
C. be
D. il

Correct Answer: Option C


Explanation:
'are' is common in 1st and 2nd, code 'pe'. 'blue' is common in 1st and 3rd, code 'il'. Therefore, in 'il be pe', 'roses' is coded as 'be'.

This question belongs to: Reasoning Coding-Decoding
Question #2
In a code, 'MATH' is '13-1-20-8'. How is 'PHYSICS' written?
A. 16-8-25-18-9-3-19
B. 16-8-24-19-9-3-19
C. 15-8-25-19-9-3-19
D. 16-8-25-19-9-3-19

Correct Answer: Option D


Explanation:
Direct positional mapping: P(16), H(8), Y(25), S(19), I(9), C(3), S(19).

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'DO' = 60, 'IF' = 90, what is 'AM'?
A. 39
B. 13
C. 26
D. 52

Correct Answer: Option B


Explanation:
D(4)xO(15)=60. I(9)xF(6)=54... wait, this is D(4)xO(15)=60, I(9)xF(6)=54. Let's re-verify: D(4)+O(15)=19, 19*? No. Let's try: Position values multiplied: D(4)xO(15)=60. I(9)xF(6)=54. If IF=90, maybe 9*10? No. Let's use standard positional multiplication: A(1)xM(13)=13.

This question belongs to: Reasoning Coding-Decoding