This document discusses different methods of representing data in a computer, including numeric data types, number systems, and encoding schemes. It covers binary, decimal, octal, and hexadecimal number systems. Methods for representing signed and unsigned integers are described, such as signed-magnitude, 1's complement, and 2's complement representations. Floating point number representation with a sign bit, exponent field, and significand is also summarized. Conversion between different number bases and data encodings like binary-coded decimal are explained through examples.