In Binary subtraction, 0-1 equals
Answers
Answered by
22
in binary subtraction
0 - 0 = 0
1 - 0 = 1
1 - 1 = 0
0 - 1 = 1
hope it helps
please mark me brainliest
Answered by
5
In Binary subtraction, 0-1 equals 1.
- To subtract binary numbers is quite similar to subtracting base ten numbers.
- In the traditional sense, the outcome of adding 1 + 1 + 1 is 3, but in a binary system the value of 1 + 1 + 1 is 11.
- In binary subtraction, only the numbers 0 and 1 are accepted.
- Consequently, the rules for binary subtraction are as follows.
- 1 - 1 = 0
- 1 - 0 = 1
- 0 - 1 = 1
- 0 - 0 = 0
- For cross comparisons, we can always convert binary numbers to decimal and make sure the subtraction is correct.
Similar questions