If 'SCHOOL' is written as 'CSOHLO', how is 'COLLEGE' written? MCQ with Answer and Explanation

If 'SCHOOL' is written as 'CSOHLO', how is 'COLLEGE' written?
A. OCLELGE
B. OCLLGEE
C. OLLCGEE
D. OCLLEEG
Answer: Option B
Solution (By JKExamLibrary)
Adjacent pairs of letters are swapped. CO->OC, LL->LL, EG->GE, E remains E. It becomes OCLLGEE.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'circle' is called 'square', 'square' is called 'triangle', and 'triangle' is called 'rectangle', which shape has exactly three sides?
A. Circle
B. Square
C. Rectangle
D. Triangle

Correct Answer: Option C


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

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'water' is 'fire', 'fire' is 'air', 'air' is 'water', what do we breathe?
A. Water
B. Air
C. Earth
D. Fire

Correct Answer: Option A


Explanation:
We breathe air. Air is coded as water.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'RED' = 6720, 'GREEN' = ? (R=18, E=5, D=4)
A. 185514
B. 7551814
C. 755514
D. 185514

Correct Answer: Option C


Explanation:
Concatenation of position: G(7)R(18)E(5)E(5)N(14) -> 7185514. If coded 755514, maybe G(7)E(5)E(5)N(14)?

This question belongs to: Reasoning Coding-Decoding