Machine Architectures (stating the obvious) A common computer has three main areas to store data - physical memory, cache and registers. Memory is usually large, and is made of a linear set of cells (bytes/words). The memory is partially-mirrored by a cache, which is simply a faster memory, used to contain temporary copy of often-used data, that is also kept in the physical memory.