Computer Science, asked by ravishekhariti24, 2 months ago

Convert binary number 10000100 into decimal number??​

Answers

Answered by abishek3926
1

Answer:

Explanation:

Step 1: Write down the binary number:

10000100

Step 2: Multiply each digit of the binary number by the corresponding power of two:

1x27 + 0x26 + 0x25 + 0x24 + 0x23 + 1x22 + 0x21 + 0x20

Step 3: Solve the powers:

1x128 + 0x64 + 0x32 + 0x16 + 0x8 + 1x4 + 0x2 + 0x1 = 128 + 0 + 0 + 0 + 0 + 4 + 0 + 0

Step 4: Add up the numbers written above:

128 + 0 + 0 + 0 + 0 + 4 + 0 + 0 = 132.

So, 132 is the decimal equivalent of the binary number 10000100.

Similar questions