Using Ten’s Complement to Represent Negative Numbers
A look at how mechanical computation devices deal with negative numbers
Binary digital computers represent negative numbers using something called two’s complement. The reason is simple: Memory cells can store zeros and ones, but not a negative sign. But instead of explaining two’s complement, I am going to explain ten’s…