If 'train' is called 'bus', 'bus' is called 'tractor', and 'tractor' is called 'car', what is used to plow a field? MCQ with Answer and Explanation

If 'train' is called 'bus', 'bus' is called 'tractor', and 'tractor' is called 'car', what is used to plow a field?
A. Tractor
B. Bus
C. Train
D. Car
Answer: Option D
Solution (By JKExamLibrary)
A 'tractor' is used to plow a field. In this code, 'tractor' is called 'car'.

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, '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. 2
B. 3
C. 5
D. 1

Correct Answer: Option B


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
Question #2
If 'F' = 6, 'G' = 7, 'H' = 8, what is 'I'?
A. 11
B. 9
C. 8
D. 10

Correct Answer: Option B


Explanation:
Direct positional value: I=9.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'SQUARE' is coded as 'ARESQU', how is 'CIRCLE' coded?
A. CLEICR
B. CLECIR
C. CLRCIE
D. ELCCIR

Correct Answer: Option B


Explanation:
The word is split into two halves (SQU, ARE), and their positions are swapped. CIRCLE -> CIR, CLE -> CLECIR.

This question belongs to: Reasoning Coding-Decoding