The document discusses different methods of representing data in computers, including:
1. Binary representation of numbers using 0s and 1s. This allows integers and floating point numbers to be stored.
2. Text representation using character encoding standards like ASCII and Unicode which assign binary codes to letters, numbers and symbols.
3. Graphic representations including bitmapped images and vector graphics. Bitmaps store color values for each pixel while vectors store mathematical descriptions of shapes.