Question: If the base-2 number 1101 is converted to base-10, what is the result?
Options:
Correct Answer: 13
Solution:
To convert from base-2 to decimal, calculate 1*2^3 + 1*2^2 + 0*2^1 + 1*2^0 = 8 + 4 + 0 + 1 = 13.