WHAT IS RAM?
Alternatively referred to as main memory, primary memory, or system memory, RAM (random-access memory) is a hardware device that allows information to be stored and retrieved on a computer. RAM is usually associated with DRAM(dynamic random access memory), which is a type of memory module. Because data is accessed randomly instead of sequentially like it is on a CD or hard drive, access times are much faster. However, unlike ROM(read only memory), RAM is a volatile memory and requires power to keep the data accessible. If the computer is turned off, all data contained in RAM is lost.
Over the evolution of the computer, there have been different variations of RAM. Some of the more common examples are DIMM(dual in-line memory module ), RIMM and SIMM(single inline memory module ). Below is an example image of a 512 MB DIMM computer memory module, a piece of RAM found in older desktop computers. This memory module would be installed into one of the memory slots on a motherboard.
As the computer boots, parts of the operating system and drivers are loaded into memory, which allows the CPU to process instructions faster and speed up the boot process. After the operating system is loaded, programs you open like the browser you're using to view this page are also loaded into memory. If too many programs are open, the computer swaps the data in the memory between the RAM and the hard disk drive.
A computer's performance is largely attributed to the amount of memory contained within it. If a computer does not have the recommended memory to run the operating system and its programs, it results in slower performance. The more memory a computer has, the more information and software it can load and process quickly.
RAM(Random access memory)
ROM(read only memory)