Question: What is the sum of the numbers 1010 (binary) and 1101 (binary) in decimal?
Options:
Correct Answer: 20
Solution:
First convert to decimal: 1010 = 10 and 1101 = 13. The sum is 10 + 13 = 23.