Computer Science, asked by mohdovesh9331, 1 year ago

How to subtract binary numbers using 2's complement?

Answers

Answered by amritanshu6
0
In mathematics, positive numbers (including zero) are represented as unsigned numbers. That is we do not put the +ve sign in front of them to show that they are positive numbers.

However, when dealing with negative numbers we do use a -ve sign in front of the number to show that the number is negative in value and different from a positive unsigned value, and the same is true with signed binary numbers.

Similar questions