Computer Science, asked by m4747649, 2 months ago

explain the steps to convert a binary numbers into decimal number with example​

Answers

Answered by yadomprakash
0

Explanation:

explain the steps to convert a binary numbers into decimal

Answered by sumaya5858
3

Explanation:

(1001)2 = (9)10

Step by step solution

Step 1: Write down the binary number:

1001

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

1x23 + 0x22 + 0x21 + 1x20

Step 3: Solve the powers:

1x8 + 0x4 + 0x2 + 1x1 = 8 + 0 + 0 + 1

Step 4: Add up the numbers written above:

8 + 0 + 0 + 1 = 9.

So, 9 is the decimal equivalent of the binary number 1001.

I hope it help you

Similar questions