Discussion: The 2's Complement Representation is used in almost all modern computers to represent -ive numbers, in addition to +ive ones. Once you understand it well, please share here some insight or...

1 answer below »
Discussion:
The 2's Complement Representation is used in almost all modern computers to represent -ive numbers, in addition to +ive ones. Once you understand it well, please share here some insight or interesting property of it. Or even a brief comparison of it with something, such as some other possible way of representing -ive numbers, or the difference between the 2's Complement "Representation" vs "Operation", or a comparison with Ten's Complement in the Decimal System, etc.


"Assembly language"
Answered Same DayAug 24, 2021

Answer To: Discussion: The 2's Complement Representation is used in almost all modern computers to represent...

Abhishek Kumar answered on Aug 30 2021
143 Votes
Properties of 2's complement:
1. In 2's complement arithmetic, subtration of one number from anothe
r or addition of a negative number to a positive number is identical to the operation of addition between unsigned numbers. That is, we do not have to take special care of the sign of numbers in arithmetic operations; they take care of themselves.
2. Using 2's complement notation, half of all numbers that can be represented using a certain number of bits are negative and the other half non-negative. A number is non-negative if its most significant bit is 0, negative if it is 1.
3. It is possible to represent a given number using extra number of bits. You just need to sign-extend...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here