Computer programs use data types to store and process different types of data. This document defines and provides examples of common data types including integers, reals, strings, Booleans, one-dimensional arrays, and records. Integers store whole numbers, reals store decimal numbers, strings store alphanumeric text, Booleans store true/false values, arrays store multiple elements of the same type indexed by number, and records store grouped data of different types.