In a certain code, 'NOBLE' is written as 'MLYOV'. How is 'PROUD' written? MCQ with Answer and Explanation

In a certain code, 'NOBLE' is written as 'MLYOV'. How is 'PROUD' written?
A. LJMEX
B. KILFW
C. JHKEV
D. KIMFW
Answer: Option B
Solution (By JKExamLibrary)
Each letter is replaced by its opposite letter. P->K, R->I, O->L, U->F, D->W. PROUD becomes KILFW.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If TO = 35, what is the code for DO?
A. 21
B. 18
C. 19
D. 20

Correct Answer: Option C


Explanation:
Sum of positions. T(20) + O(15) = 35. D(4) + O(15) = 19.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'red' is called 'blue', 'blue' is called 'white', 'white' is called 'black', what is the color of milk?
A. Blue
B. Black
C. White
D. Red

Correct Answer: Option B


Explanation:
The actual color of milk is white. In this code language, 'white' is called 'black'. Therefore, the color of milk is black.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'A' = 1, 'B' = 3, 'C' = 5, what is 'D'?
A. 8
B. 6
C. 9
D. 7

Correct Answer: Option D


Explanation:
Formula: 2*pos - 1. D(4)*2 - 1 = 7.

This question belongs to: Reasoning Coding-Decoding