[ram] Acronym for random access memory (sometimes read-and-write memory), a type of computer memory, usually integrated circuits, which can be read from and written to. RAM is used in all computers; data contained in RAM is lost when the electrical power is removed. Random access memory (usually known by its acronym, RAM) is a type of data store used in computers. It takes the form of integrated circuits that allow the stored data to be accessed in any order — that is, at random and without the physical movement of the storage medium or a physical reading head. The word "random" refers to the fact that any piece of data can be returned quickly, and in a constant time, regardless of its physical location and whether or not it is related to the previous piece of data. This contrasts with storage mechanisms such as tapes, magnetic disks and optical disks, which rely on the physical movement of the recording medium or a reading head. In these devices, the movement takes longer than the data transfer, and the retrieval time varies depending on the physical location of the next item.
