Concept
One's Complement 0
One's complement is a binary representation of signed integers where the negative of a number is formed by inverting all bits. This system has the downside of representing zero in two different ways, which complicates arithmetic operations like addition and subtraction.
Relevant Degrees