Computer Science, asked by ubssingh, 3 months ago

write a rules to subtract two binary number​

Answers

Answered by Shreya762133
3

\huge\mathcal{\fcolorbox{lime}{black}{\red{Answer}}}

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.

HOPE SO IT HELPS YOU

Answered by ItzAnkii
1

Binary Subtraction

0 – 0 = 0

1 – 0 = 1

1 – 1 = 0

0 – 1 = 1 (Borrow 1)

Similar questions