If 'circle' is called 'square', 'square' is called 'triangle', and 'triangle' is called 'rectangle', which shape has exactly three sides? MCQ with Answer and Explanation

If 'circle' is called 'square', 'square' is called 'triangle', and 'triangle' is called 'rectangle', which shape has exactly three sides?
A. Triangle
B. Square
C. Circle
D. Rectangle
Answer: Option D
Solution (By JKExamLibrary)
A 'triangle' has three sides. In this code language, 'triangle' is called 'rectangle'.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'ACTION' is coded as 'TCANOI', what is the code for 'CINEMA'?
A. NICAEM
B. NCIAME
C. NICAME
D. INCAME

Correct Answer: Option C


Explanation:
The word is divided into two equal halves (ACT, ION). Both halves are reversed (TCA, NOI) and joined. CINEMA -> CIN (NIC) and EMA (AME). Joined: NICAME.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'A' = 1, 'CAT' = 60, then 'BAT' = ?
A. 45
B. 50
C. 55
D. 40

Correct Answer: Option D


Explanation:
Positions: C(3)x A(1)x T(20) = 60. B(2)x A(1)x T(20) = 40.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A' = 2, 'B' = 3, 'C' = 4, what is 'Z'?
A. 27
B. 28
C. 25
D. 26

Correct Answer: Option A


Explanation:
Positional value + 1. Z(26)+1 = 27.

This question belongs to: Reasoning Coding-Decoding