In a code language, 'HAPPY' is written as 'SZKKI'. How is 'SAD' written in that language? MCQ with Answer and Explanation

In a code language, 'HAPPY' is written as 'SZKKI'. How is 'SAD' written in that language?
A. HZX
B. JAX
C. HZW
D. GYV
Answer: Option C
Solution (By JKExamLibrary)
Each letter is replaced by its opposite letter. S->H, A->Z, D->W. SAD becomes HZW.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'C' = 3, 'BED' = 7, what is 'CAB'?
A. 6
B. 8
C. 7
D. 5

Correct Answer: Option A


Explanation:
Sum of positions: C(3)=3. B(2)+E(5)+D(4)=11? No, 7. Maybe B(2)+D(4)+A(1)=7. CAB=3+1+2=6.

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

Correct Answer: Option C


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
Question #3
If 'sky' is called 'star', 'star' is called 'cloud', 'cloud' is called 'earth', where do birds fly?
A. Star
B. Cloud
C. Sky
D. Earth

Correct Answer: Option A


Explanation:
Birds fly in the 'sky'. In this code, 'sky' is called 'star'. Therefore, birds fly in the 'star'.

This question belongs to: Reasoning Coding-Decoding