Primary storage (main memory) is the computer's workspace for actively running programs. It provides fast access to data and instructions currently in use by the CPU. Without primary storage, the CPU would need to constantly retrieve data from much slower secondary storage.
Key points
Definition:Primary Storage: fast memory directly accessible by the CPU that holds data and instructions currently in use.
Primary storage usually consists of RAM and ROM.
It provides FAST access compared to secondary storage, allowing the CPU to process instructions quickly.
Without primary storage, the CPU would have to read from slower secondary storage (e.g. hard drive) for every instruction, making the computer extremely slow.
Exam Tip:The key reason for primary storage is SPEED — it provides fast access to currently needed data and instructions.