We got off our last 1960's [Honeyboxen][1] sometime last year, which made it our oldest machine on site. It was two's complement. This isn't to say knowing or being aware of one's complement is a bad thing. Just, You will probably never run into one's complement issues today, no matter how much computer archeology they have you do at work. The issues you are more likely to run into on the integer side are [endian][2] issues (I'm looking at you [PDP][3]). Also, you'll run into more "real world" (i.e. today) issues with [floating][4] [point][5] [formats][6] than you will integer formats. [1]: http://en.wikipedia.org/wiki/Honeywell [2]: http://en.wikipedia.org/wiki/Endianness [3]: http://en.wikipedia.org/wiki/PDP-11 [4]: http://en.wikipedia.org/wiki/VAX [5]: http://en.wikipedia.org/wiki/IEEE_754-2008 [6]: http://en.wikipedia.org/wiki/IBM_Floating_Point_Architecture