If CAT is coded as 24 and DOG is coded as 26, how will FOX be coded? MCQ with Answer and Explanation

If CAT is coded as 24 and DOG is coded as 26, how will FOX be coded?
A. 45
B. 39
C. 50
D. 40
Answer: Option A
Solution (By JKExamLibrary)
The code is the sum of the alphabetical positions of the letters. C(3) + A(1) + T(20) = 24. D(4) + O(15) + G(7) = 26. F(6) + O(15) + X(24) = 45.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
In a certain code, 'CAMEL' is written as 'XZNVO'. How is 'HORSE' written?
A. RKGGU
B. SLIHV
C. TMJIW
D. SLHJU

Correct Answer: Option B


Explanation:
Each letter is replaced by its opposite letter. H->S, O->L, R->I, S->H, E->V. HORSE becomes SLIHV.

This question belongs to: Reasoning Coding-Decoding
Question #2
If 'M' = 13, 'A' = 1, 'T' = 20, what is 'MAT'?
A. 11320
B. 13201
C. 13120
D. 20113

Correct Answer: Option C


Explanation:
Concatenation: 13, 1, 20 -> 13120.

This question belongs to: Reasoning Coding-Decoding
Question #3
If 'F' = 6, 'G' = 7, 'H' = 8, what is 'I'?
A. 10
B. 8
C. 9
D. 11

Correct Answer: Option C


Explanation:
Direct positional value: I=9.

This question belongs to: Reasoning Coding-Decoding