Computer Science, asked by diyajadvani123, 5 hours ago

Write a rules to subtract two binary number.
give the right answer fast ​

Answers

Answered by ns3059338
2

Explanation:

Procedures for Binary Subtraction by 1's Complement

Write the 1's complement of the subtrahend.

Then add the 1's complement subtrahend with the minuend.

If the result has a carryover, then add that carry over in the least significant bit.

Answered by CHAUDHARYLUCKY
0

Procedures for Binary Subtraction by 1's Complement

(1),--- Write the 1's complement of the subtrahend.

Then add the 1's complement subtrahend with the minuend.

(2)---If the result has a carryover, then add that carry over in the least significant bit.

Similar questions