Computer Science, asked by pradhanhemanta1975, 17 days ago

Convent binary subtraction
100111101- 101111​

Answers

Answered by Salmonpanna2022
1

Explanation:

Concept:- Subtracting binary numbers is very similar to subtracting decimal numbers, but it also uses only two digits 0 and 1.

There are four basic rules of binary subtracting:

  1. 0 - 0 = 0
  2. 0 - 1 = 1 (borrow from nearest left side digit)
  3. 1 - 0 = 0
  4. 1 - 1 = 0 (1)

Correct Question:- Subtract 1011011₂ - 100111₂

1011011

-100111

110100

So, 1011011₂ - 100111₂ = 110100 Ans.

:)

Similar questions