Illustrate binary subtraction using table on two binary numbers.
Answers
Answered by
1
Binary subtraction is one of the four binary operations, where we perform the subtraction method for two binary numbers (comprising only two digits, 0 and 1).
...
What are the Rules of Binary Subtraction?
- 0 – 0 = 0.
- 0 – 1 = 1 ( with a borrow of 1)
- 1 – 0 = 1.
- 1 – 1 = 0.
Similar questions