Process Overview
RAM (Random Access Memory) is the computer's temporary memory where data and programs are stored while the computer is on. It allows quick access to information needed right now, but loses everything when the power is off.
RAM (Random Access Memory) is the computer's temporary memory where data and programs are stored while the computer is on. It allows quick access to information needed right now, but loses everything when the power is off.
+-------------------+ +-------------------+ +-------------------+
| | | | | |
| CPU (Processor) |<---->| RAM |<---->| Storage (Disk) |
| | | | | |
+-------------------+ +-------------------+ +-------------------+
^ ^ ^
| | |
| | |
Fetches instructions Stores temporary Stores permanent
and data quickly data and programs data and files long-term