This document discusses different number systems used in computing including decimal, binary, hexadecimal, and binary-coded decimal (BCD). It explains how each system uses a positional notation with a radix or base. Binary uses a base of 2 with digits of 0 and 1. Hexadecimal uses a base of 16 with digits 0-9 and A-F. Conversion between decimal, binary, and hexadecimal is described. Signed numbers can be represented using two's complement where the most significant bit indicates the sign. Fixed precision numbers have a limited range determined by the number of bits used.