Computer Science, asked by harshamurali2004, 4 months ago

how to convert to ons's conplement give an example​

Answers

Answered by deepalmsableyahoocom
1

Answer:

Example: Add 1110 and -1101. So, take 1's complement of 1101, which will be 0010, then add with given number. So, 1110+0010=1 0000 , then add this carry bit to the LSB, 0000+1=0001 , which is the answer.

Similar questions