Computer Science, asked by Anonymous, 1 month ago

Q-2 convert these binary numbers into a decimal number -1101,1101110 Q-3; convert these decimal number into binary numbers

Answers

Answered by 18001007011
1

Answer:

-13,110

Explanation:

(1101110)2 = (110)10

Step by step solution

Step 1: Write down the binary number:

1101110

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

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

Step 3: Solve the powers:

1x64 + 1x32 + 0x16 + 1x8 + 1x4 + 1x2 + 0x1 = 64 + 32 + 0 + 8 + 4 + 2 + 0

Step 4: Add up the numbers written above:

64 + 32 + 0 + 8 + 4 + 2 + 0 = 110.

So, 110 is the decimal equivalent of the binary number 1101110.

Similar questions