Computer Science, asked by gugu9220, 3 days ago

110-111 Please solve this. This is binary subtraction​

Answers

Answered by Anonymous
4

Binary subtraction

While solving these types of questions which are related to binary subtraction, always keep in mind the rules listed below, the four rules of binary subtraction are:

  • 0 - 0 = 0
  • 1 - 0 = 1
  • 1 - 1 = 0
  • 0 - 1 = 1

In the question, two binary numbers has been given and we've been asked to subtract that two binary numbers. The Brainly numbers for subtraction are:

  • 110 - 111

There are two methods or ways to solve this question, first method is binary notation and second method is decimal notation.

In binary notation,

= 110 - 111

= \boxed{-1}

In decimal notation,

We know that, 110 = 6 and 111 = 7. Therefore,

= 110 - 111

= 6 - 7

= \boxed{-1}

Thus, -1 is the answer for this binary subtraction.

Similar questions