Learn About Desktop Memory

Desktop memory quick guide

What is it?

Also known as random access memory (RAM). It is one of many types of memory in computers. RAM is a volatile memory, which means it will lose all stored data when power is turned off. Its main role is to store the operating system and currently active applications. This way, the CPU can access them quickly to reduce the bottleneck from the much slower non-volatile memory (Storage). Think of it like your desk's surface. You get your files from the file cabinet (non-volatile memory). Then, you can only place a limited amount of open files or notebooks on your desk that you can work on. If your desk surface is bigger, you can place more files that you can work on. Similarly, if you have more memory, then you can have more applications open at the same time. Memory comes mainly in the following 2 shapes:

Learn more

How does it work?

Memory works by doing the following (over simplified) steps:

  1. Retrieves data from non-volatile memory
  2. Sends requested data to CPU
  3. Receives processed data from CPU

Look for

Avoid