Why do computers have both main memory and backing storage?
Sophia Bowman
Updated on May 04, 2026
Subsequently, one may also ask, why do computers need both primary and secondary memory?
It is because of the relative high cost of RAM compared to secondary memory types that most computer systems use both primary and secondary memory. Data that is required for imminent processing is moved to RAM where it can be accessed and modified very quickly, so that the CPU is not kept waiting.
Also Know, why does a computer need to have memory as well as storage? Computer memory needs to be quick. It is constantly feeding the CPU with data to process. This type of memory is volatile which means that the actual data disappears when the computer loses power. Because memory needs to be much faster than storage, it is rather more expensive than storage per GB.
Similarly, what are the difference between main memory and backing storage?
RAM is the main type of main memory and is VOLATILE. This means it wipes itself whenever the power turns off. This is where data is stored long term, it is NON-VOLATILE so it does not wipe when the power goes off. You hard drive, CDs and USB sticks are all backing storage.
Is ROM a secondary memory?
Memory Basics
Computer memory is of two basic type – Primary memory(RAM and ROM) and Secondary memory(hard drive,CD,etc.). Random Access Memory (RAM) is primary-volatile memory and Read Only Memory (ROM) is primary-non-volatile memory.
Related Question Answers
What is difference between primary and secondary memory?
Primary memory is directly accessible by Processor/CPU. Secondary memory is not directly accessible by the CPU. The memory devices used for primary memory are semiconductor memories. The secondary memory devices are magnetic and optical memories.Is an example of secondary memory?
Secondary memory refers to storage devices, such as hard drives and solid state drives. It may also refer to removable storage media, such as USB flash drives, CDs, and DVDs. For example, a computer may have a one terabyte hard drive, but only 16 gigabytes of RAM.What are the two types of secondary storage?
Secondary storage devices are generally separated into three types:- magnetic storage devices, such as hard disk drives.
- optical storage devices, such as CD, DVD and Blu-ray discs.
- solid state storage devices, such as solid state drives and USB memory sticks.
Why is primary memory faster than the secondary memory?
Primary Memory is the main memory of the computer system. Accessing data from primary memory is faster because it is an internal memory of the computer. It is costlier compared with secondary memory. The capacity of primary memory is very much limited and is always smaller compares to secondary memory.What are the three types of primary storage?
Primary storage- read only memory (ROM)
- random access memory (RAM)
- flash memory.
- cache memory.