Computer Science, asked by Lazarus, 10 months ago

What is an eight-bit two's complement form?Find it by converting -99 to eight-bit two's complement form​ PLS HELP GUYS..

Answers

Answered by siddhartharao77
7

Explanation:

Here, we want to represent -99 into binary using Eight-bit two's complement.

(i)

Convert 99 into 8 bit binary number. We get 01100011.

(ii)

Flip all the bits in the signed binary one's complement representation. Replace the bits set on 1's with 0's and the bits set on 0's with 1's.

1 0 0 1 1 1 0 0

(iii)

Add 1.

(iv)

Conversion:

1 0 0 1 1 1 0 0

                   1

--------------------

1 0 0 1 1 1 0 1

Therefore, -99 is 10011101 as an eight-bit, two's complement number.

Hope it helps!


Lazarus: thanks sir ur great!
siddhartharao77: Welcome :)
Answered by Kritee35
0

Answer:

Hope it will help you.

Plz mark me as brainliest.

Attachments:
Similar questions