In a certain code, 'CAT' is coded as '3120'. How is 'DOG' coded if 'D' is 4, 'O' is 15, and 'G' is 7?

Answer: A. 4157
The code for 'DOG' is obtained by concatenating the values of D, O, and G: 4, 15, and 7, resulting in '4157'.