If 'pen' is called 'pencil', 'pencil' is called 'chalk', and 'chalk' is called 'marker', what is traditionally used to write on a blackboard? MCQ with Answer and Explanation

If 'pen' is called 'pencil', 'pencil' is called 'chalk', and 'chalk' is called 'marker', what is traditionally used to write on a blackboard?
A. Pen
B. Marker
C. Chalk
D. Pencil
Answer: Option B
Solution (By JKExamLibrary)
'Chalk' is traditionally used to write on a blackboard. In the code, 'chalk' is called 'marker'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'red' is called 'yellow', 'yellow' is called 'green', and 'green' is called 'black', what is the color of grass?
A. Yellow
B. Green
C. Red
D. Black

Correct Answer: Option D


Explanation:
The actual color of grass is green. In the given code, 'green' is called 'black'.

This question belongs to: Reasoning Coding-Decoding
Question #2
If in a certain code language A=26, B=25, and so on (reverse alphabet), what is the code for 'DONE'?
A. 72
B. 68
C. 74
D. 70

Correct Answer: Option D


Explanation:
Sum of reverse alphabetical positions. D(23) + O(12) + N(13) + E(22) = 70.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'circle' is called 'square', 'square' is called 'triangle', and 'triangle' is called 'rectangle', which shape has exactly three sides?
A. Rectangle
B. Triangle
C. Circle
D. Square

Correct Answer: Option A


Explanation:
A 'triangle' has three sides. In this code language, 'triangle' is called 'rectangle'.

This question belongs to: Reasoning Coding-Decoding