Question: What is the decimal equivalent of the binary number 1011?
Options:
Correct Answer: 11
Solution:
The binary number 1011 is equal to 1*2^3 + 0*2^2 + 1*2^1 + 1*2^0 = 8 + 0 + 2 + 1 = 11.