Question: If \'A\' is coded as \'1\', \'B\' as \'2\', and so on, what is the code for \'BAD\'?
Options:
Correct Answer: 21
Solution:
B=2, A=1, D=4; thus BAD is coded as 214.