The Abcs Of Computer Memory
Computer memory is called Random Access Memory (RAM). The information stored in RAM can be accessed randomly, rather than sequentially. This means that data can be found in any location at the same rate of speed. Other storage media, such as CD-Rom and hard drives, must wait while the drive spins to the correct location before the data can be accessed. Computer memory is simply a storage area for the program code and the data that program uses. Computer programs use RAM to write and retrieve information, allowing for fast data retrieval and manipulation. How Much RAM is Enough?Simply stated, the answer is, as much as possible. Keep in mind, though, once you've reached a certain upper limit, which is determined by the computer program(...