Primary Memory

Contents
  1. Primary Memory (RAM)

1. Primary Memory (RAM)

Primary Memory is a computer's short term memory. Any applications running on a computer will be transferred to Primary Memory. Once an application is no longer running it will be removed from memory.

We refer to the Primary Memory is computers to as RAM (Random Access Memory). RAM is Volatile this means that in order to store data it needs power.

Upgradability

On some computers RAM can be upgraded. On newer computers and smaller devices RAM is often soldered directly to the motherboard and cannot be upgraded.

Errors

Sometimes if a computer has an issue turning it on and off solves the issue because it clears the RAM where the issue may have been.

Why do we need RAM?

The CPU processes instructions and executes instructions. We must get the data and instructions to the CPU, and if we can’t do this fast enough the CPU will “idle” and not have anything to do.

Instructions and data are stored long term on secondary storage but accessing them directly from secondary storage can be a slow process. RAM on the other hand is much faster than secondary storage, but cannot store as much data.

Pre-loading the data and instructions into RAM allows the CPU to access them faster and can reduce possible bottlenecks.