In a certain code, 'WORK' is written as '4-12-9-16'. How is 'JUMP' written in the same code? MCQ with Answer and Explanation

In a certain code, 'WORK' is written as '4-12-9-16'. How is 'JUMP' written in the same code?
A. 16-6-14-11
B. 17-6-14-11
C. 17-7-14-11
D. 17-6-15-11
Answer: Option B
Solution (By JKExamLibrary)
The code uses the reverse alphabetical position: W(4), O(12), R(9), K(16). For JUMP: J(17), U(6), M(14), P(11).

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
In a code language, 'MOUSE' is written as 'KPTQC'. How is 'KEYBOARD' written in that language?
A. HCWZMYPE
B. JDXANBQF
C. ICWZNYPE
D. ICWZMYPE

Correct Answer: Option D


Explanation:
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.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'dog' is called 'cat', 'cat' is called 'lion', 'lion' is called 'tiger', which animal is known as the king of the jungle?
A. Lion
B. Cat
C. Tiger
D. Dog

Correct Answer: Option C


Explanation:
The 'lion' is the king of the jungle. In this code, 'lion' is called 'tiger'.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'YELLOW' is written as 'LEYWOL', how is 'PURPLE' written?
A. RPUELP
B. RUPELP
C. URPELP
D. RUPLEP

Correct Answer: Option B


Explanation:
The word is split in half (YEL, LOW). Each half is reversed (LEY, WOL) and joined. PURPLE -> PUR, PLE -> RUP, ELP -> RUPELP.

This question belongs to: Reasoning Coding-Decoding