Question 77397
Convert the numeral 1011 base 2 to base 10
----------
=1*2^3 + 0*2^2 + 1*2^1 + 1*2*0

= 8 + 0 + 2 + 1

= 11 (base 10)
==========
Cheers,
Stan H.