signed number representation
encoding of negative numbers in binary number systems
ones' complement
value obtained by inverting all the bits in the binary representation of the number
Offset binary
method for signed number representation
Signed magnitude representation
representation of signed integers in which one bit is dedicated to the sign (the sign bit), with two representations (±0) of zero
two's complement
operation on binary numbers, and number representation based on this operation