Signed Binary Coding
A coding scheme in which the MSB (Most Significant Bit) represents the sign (positive or negative) of a binary number. In this scheme, -2 is represented by 10000010 and 2 is represented by 00000010.
See also: Binary Coded Decimal.
Subjects: Electronics


