In a code language, 'MOUSE' is written as 'KPTQC'. How is 'KEYBOARD' written in that language? MCQ with Answer and Explanation

In a code language, 'MOUSE' is written as 'KPTQC'. How is 'KEYBOARD' written in that language?
A. ICWZNYPE
B. HCWZMYPE
C. JDXANBQF
D. ICWZMYPE
Answer: Option D
Solution (By JKExamLibrary)
Each letter is shifted -2 steps backward in the alphabet. K(-2)=I, E(-2)=C, Y(-2)=W, B(-2)=Z, O(-2)=M, A(-2)=Y, R(-2)=P, D(-2)=E. KEYBOARD is ICWZMYPE.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If RED = 27 and BLUE = 40, what is the code for GREEN?
A. 49
B. 52
C. 47
D. 50

Correct Answer: Option A


Explanation:
Sum of alphabetical positions. R(18) + E(5) + D(4) = 27. G(7) + R(18) + E(5) + E(5) + N(14) = 49.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'MODULE' is coded as 'OMUDEL', how is 'COURSE' coded?
A. OCRUES
B. OCRSUE
C. OCREUS
D. OCUSRE

Correct Answer: Option A


Explanation:
Adjacent pairs are swapped. CO->OC, UR->RU, SE->ES. It becomes OCRUES.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A1' = 2, 'B2' = 4, 'C3' = 6, what is 'D4'?
A. 9
B. 7
C. 8
D. 6

Correct Answer: Option C


Explanation:
Code = 2*pos. D(4)*2=8.

This question belongs to: Reasoning Coding-Decoding