If the code for 'CAT' is 3120, what is the code for 'DOG' if 'D' is 4, 'O' is 15, and 'G' is 7?

Answer: A. 4157
The code for 'DOG' is formed by concatenating the numerical values of each letter: D=4, O=15, G=7, which gives 4157.