Computer Science, asked by meenakshiverma78, 6 hours ago

Convert binary number (100011)2 to decimal number.​

Answers

Answered by djagotiya
5

Explanation:

100011)2 = (35)10

Step by step solution

Step 1: Write down the binary number:

100011

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

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

Step 3: Solve the powers:

1x32 + 0x16 + 0x8 + 0x4 + 1x2 + 1x1 = 32 + 0 + 0 + 0 + 2 + 1

Step 4: Add up the numbers written above:

32 + 0 + 0 + 0 + 2 + 1 = 35.

So, 35 is the decimal equivalent of the binary number 100011.

Answered by samthesmart28
5

Answer:

I hope this helps☺️

Explanation:

Please mark me brainliest and take a screenshot of the attached picture. It will help you in the future.

Attachments:
Similar questions