This document describes how different types of data are stored in computers. It discusses five main data types - integers, reals, text, audio, and images. For integers, it explains three representations: unsigned, sign-and-magnitude, and two's complement. It states that two's complement is most commonly used. For reals, it describes floating-point representation, which stores numbers in a sign, exponent, and mantissa. It provides examples of converting decimal numbers to this scientific notation format. The document also briefly mentions text, audio, and image storage methods.