If CAR = 22, what is the code for BUS? MCQ with Answer and Explanation

If CAR = 22, what is the code for BUS?
A. 42
B. 40
C. 44
D. 46
Answer: Option A
Solution (By JKExamLibrary)
Sum of positions. C(3) + A(1) + R(18) = 22. B(2) + U(21) + S(19) = 42.

Discuss this Question (0)

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

Practice More Coding-Decoding Questions

Question #1
If 'LAPTOP' is coded as 'ALTPPO', how is 'MOBILE' coded?
A. OMIELB
B. OMBIEL
C. OMIBEL
D. MOBIEL

Correct Answer: Option C


Explanation:
Adjacent pairs of letters are swapped. LA->AL, PT->TP, OP->PO. For MOBILE: MO->OM, BI->IB, LE->EL. It becomes OMIBEL.

This question belongs to: Reasoning Coding-Decoding
Question #2
If CAT is coded as 24 and DOG is coded as 26, how will FOX be coded?
A. 39
B. 50
C. 45
D. 40

Correct Answer: Option C


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

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

Correct Answer: Option A


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

This question belongs to: Reasoning Coding-Decoding