If 'pen' is called 'pencil', 'pencil' is called 'eraser', 'eraser' is called 'book', what is used to erase mistakes? MCQ with Answer and Explanation

If 'pen' is called 'pencil', 'pencil' is called 'eraser', 'eraser' is called 'book', what is used to erase mistakes?
A. Pencil
B. Book
C. Pen
D. Eraser
Answer: Option B
Solution (By JKExamLibrary)
An 'eraser' is used to erase mistakes. In the code, 'eraser' is called 'book'.

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, 'SMART' is written as 'UKCTV'. How is 'DUMB' written in that code?
A. EVNC
B. FXPE
C. FWOD
D. GVNE

Correct Answer: Option C


Explanation:
Each letter is shifted +2 steps forward. D(+2)=F, U(+2)=W, M(+2)=O, B(+2)=D. DUMB becomes FWOD.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'bird' is 'fish', 'fish' is 'insect', 'insect' is 'bird', what flies?
A. Cat
B. Insect
C. Fish
D. Bird

Correct Answer: Option B


Explanation:
Birds fly. Bird is coded as fish. Wait, if bird is fish, and insect is bird, insects fly? Let's check logic.

This question belongs to: Reasoning Coding-Decoding
Question #3
If PEN = 35, what is the code for INK?
A. 35
B. 34
C. 36
D. 32

Correct Answer: Option B


Explanation:
Sum of positions. P(16) + E(5) + N(14) = 35. I(9) + N(14) + K(11) = 34.

This question belongs to: Reasoning Coding-Decoding