The document discusses different methods of representing numeric and non-numeric data in digital computers. It covers numeric data types like integer and real numbers. It explains why positional number systems like binary are used over non-positional systems for efficiency. Different number bases like binary, octal, hexadecimal and their representations are described. Methods to convert between bases like binary to decimal are provided, along with examples. Fixed point and floating point numeric representations are introduced. Signed number representations using signed magnitude, 1's complement and 2's complement are also summarized.