Computer Science, asked by shouryasolanki88, 5 days ago

Illustrate binary subtraction using table on two binary numbers.​

Answers

Answered by jitendarm78
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?

  1. 0 – 0 = 0.
  2. 0 – 1 = 1 ( with a borrow of 1)
  3. 1 – 0 = 1.
  4. 1 – 1 = 0.
Similar questions