Use the order of operations to determine the steps to convert the binary number 10112 to a decimal number. Put the items in the order
that they would be performed.
32 + 16 + 8 + 0 + 2 + 1
8 + 0 + 2 + 1
11 (in the decimal system)
1 x 25+ 1 x 24 + 1 x 23 +0x 22 + 1x 21+ 1
x 20
59 (in the decimal system)
1x 23 +0% 22.1 21 + 1 x 20
10112

Respuesta :

Answer:

(11) in base 10(decimal)

Explanation:

1011 in base 2

1 * 2^3 + 0 * 2^2 + 1 * 2^1 + 1 * 2^0

= 1 * 8 + 0 * 4 + 1 * 2  + 1 * 1

= 8 + 0 + 2 + 1

= (11) in base 10(decimal)