This document discusses number representation in computer arithmetic. It begins with an overview of topics related to number representation that will be covered, including fixed-radix positional number systems, signed numbers, redundant and residue number systems. It then provides examples of different number representation formats using 4 bits, such as unsigned integers, signed integers, signed fractions, and floating point. Radix conversion between different number bases is also discussed. The document provides background information on key concepts in number representation to set the framework for further chapters on arithmetic operations and number systems.