Table of contents:


1.6 Memory

Memory is accessed faster than secondary storage.

Memory is used to store instructions so that the processor can quickly fetch, decode and execute them.

There are three types of memory:

RAM (Random Access Memory)

image.png

This is how you should understand the difference between secondary storage, RAM, and the processor.

Screenshot 2024-09-13 232904.png

RAM stores instructions and programs currently in use.

RAM is volatile – meaning that when power is lost, all the data stored on it is also lost.

The size of the RAM impacts user experience.