Computer Science, asked by amitmahi123, 16 days ago

URGENT

NEED STEP BY STEP

Convert the given binary number into decimal number. (1000000)2 = (?)10

Answers

Answered by poushalichatterjee14
1

Explanation:

(1000000)2 = (64)10

Step by step solution

Step 1: Write down the binary number:

1000000

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

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

Step 3: Solve the powers:

1x64 + 0x32 + 0x16 + 0x8 + 0x4 + 0x2 + 0x1 = 64 + 0 + 0 + 0 + 0 + 0 + 0

Step 4: Add up the numbers written above:

64 + 0 + 0 + 0 + 0 + 0 + 0 = 64. This is the decimal equivalent of the binary number 1000000.

Hope it helps.. If so mark the bainliest pls

Similar questions