Computer Science, asked by nalanpandimadurai, 4 months ago

1's compliment and 2's compliment for -98​

Answers

Answered by Anonymous
0

➡️➡️1st complement uses only NOT gate

➡️➡️2nd complement uses NOT gate along with full adder...

Answered by sabi0228
1

To get 1's complement of a binary number , simply

invert the given number . To get 2's complement of a binary number, simply

invert the given number and add 1 to the least significant bit (LSB) of given result. ... end-around-carry-bit addition occurs in 1's complement arithmetic operations. It added to the LSB of result.....

Similar questions