Question: If \'A\' is coded as \'1\', \'B\' as \'2\', and so on, what is the sum of the code for \'BAD\'?
Options:
Correct Answer: 7
Solution:
\'B\' is 2, \'A\' is 1, \'D\' is 4. The sum is 2 + 1 + 4 = 7.