Computer Science, asked by sabhyata2006, 1 month ago

10110÷101(binary decimal) with full process on copy.​

Answers

Answered by Anonymous
1

10110÷101(binary decimal

Answer:

Answer will be 111

mark me brainliest

Answered by Anonymous
1

Step by step solution

Step 1: Write down the binary number:

10110

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

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

Step 3: Solve the powers:

1x16 + 0x8 + 1x4 + 1x2 + 0x1 = 16 + 0 + 4 + 2 + 0

Step 4: Add up the numbers written above:

16 + 0 + 4 + 2 + 0 = 22.

So, 22 is the decimal equivalent of the binary number 10110.

Similar questions