RAM (Random Access Memory)

RAM is the main temporary memory of a computer that stores data and instructions currently in use.

It allows the CPU to quickly access active programs and information.

What RAM does

RAM temporarily stores:

  • Running applications
  • Open files
  • System processes
  • Background services

The more RAM available, the more tasks the system can handle at the same time.

How it works

When you open a program:

  1. The operating system loads it from storage (SSD/HDD).
  2. The program is placed into RAM.
  3. The CPU accesses data from RAM for fast execution.

RAM is much faster than storage but much smaller in size.

Why it is temporary

RAM is volatile memory.

This means:

  • Data is stored only while the computer is powered on.
  • When the system shuts down, all data in RAM is erased.

That’s why unsaved work is lost after a power failure.

RAM vs Storage

  • RAM = temporary and fast
  • Storage (SSD/HDD) = permanent but slower

Storage keeps files long-term.

RAM supports active tasks in real time.

Capacity and Performance

RAM is measured in gigabytes (GB).

More RAM allows:

  • Better multitasking
  • Faster application switching
  • Reduced system slowdowns

If RAM is full, the system uses Virtual Memory, which is slower.

Types of RAM

DRAM

Common system memory used in most computers.

 

SRAM

Faster and more expensive memory used mainly for CPU cache.

 

Modern computers use DDR (Double Data Rate) versions such as DDR4 or DDR5.

Why it is important

  • Directly affects system responsiveness
  • Supports multitasking
  • Improves overall performance
  • Reduces reliance on slower storage

Without RAM, the CPU would not have a fast workspace to process data.

A simple example

Think of RAM as a desk workspace. Storage is a filing cabinet.

You take documents from the cabinet and place them on the desk to work on them quickly.

Related terms

Source

Information simplified from the Wikipedia article “Random-access memory”.

Nach oben scrollen