Computer Science, asked by mohitsinghsaini2854, 5 hours ago

Binary number system (1011011)2convert into decimal

Answers

Answered by sd6044701
1

Explanation:-

=> Write down the binary number

1011011

=> Multiple each digit of the binary number by the corresponding power of two:-

1 × 26 + 0 × 25 + 1 × 24 + 1 × 23 + 0 × 22 + 1 × 21 + 1 × 20

=> Solve the powers:-

1 × 64 + 0 × 32 + 1 × 16 + 1 × 8 + 0 × 4 + 1 × 2 + 1 × 1 = 64 + 0 + 16 + 8 + 0 + 2 + 1

=> Add up the numbers written above

64 + 0 + 16 + 8 + 0 + 2 + 1 = 96. This is the decimal equivalent of the binary number 1011011.

Similar questions