This document provides information about computer memory. It discusses the different types of memory including primary memory (RAM and ROM), secondary memory, and cache memory. Primary memory is the main memory located on the motherboard that is directly accessible by the CPU. It is faster than secondary memory but volatile, meaning data is lost when power is removed. The document also defines the basic units of memory such as bits, bytes, kilobytes, megabytes, and gigabytes. RAM is the type of primary memory that temporarily stores active data and needs constant power, while ROM permanently stores basic startup instructions.