what is the Difference between Signed and unsigned binary numbers and How 2"complement works explain shortly
Answers
Answered by
0
Answer:
The positive numbers are represented in both ways- signed and unsigned, but the negative numbers can only be described in a signed way. The difference between unsigned and signed numbers is that unsigned numbers do not use any sign bit for positive and negative numbers identification, but the signed number used.
Similar questions