Question: In a certain code, if \'CAT\' is coded as \'3120\', what would \'DOG\' be coded as?
Options:
Correct Answer: 4157
Solution:
The code assigns numbers based on the position of letters in the alphabet: C=3, A=1, T=20; D=4, O=15, G=7 gives 4157.