Question: If the number 1011 in binary is converted to decimal, what is its value?
Options:
Correct Answer: 11
Solution:
The binary number 1011 converts to decimal as follows: 1*2^3 + 0*2^2 + 1*2^1 + 1*2^0 = 8 + 0 + 2 + 1 = 11.