Question:

Differentiate between Primary Memory (RAM/ROM) and Secondary Memory (HDD/SSD).

Show Hint

\textbf{Primary memory} is fast and directly used by the CPU (RAM/ROM), while \textbf{secondary memory} provides large, permanent storage (HDD/SSD).
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

Concept:
Memory in a computer system is used to store data and instructions. It is broadly classified into Primary Memory and Secondary Memory. Primary memory is directly accessible by the CPU and is used for temporary storage during processing, while secondary memory is used for long-term storage of data.

Difference between Primary Memory and Secondary Memory:

Basis of DifferencePrimary Memory (RAM/ROM)Secondary Memory (HDD/SSD)
PurposeUsed to store data and instructions that are currently being processed by the CPU.Used to store large amounts of data permanently for future use.
SpeedPrimary memory is very fast because it is directly connected to the CPU.Secondary memory is slower compared to primary memory.
Storage CapacityIt has limited storage capacity.It has much larger storage capacity.
Nature of StorageRAM is volatile (data is lost when power is off), while ROM is non-volatile.Secondary memory is non-volatile and retains data even when power is turned off.

Explanation:

Primary Memory:
Primary memory includes RAM (Random Access Memory) and ROM (Read Only Memory). It is used by the CPU to store instructions and data temporarily during processing.

Secondary Memory:
Secondary memory includes storage devices such as Hard Disk Drives (HDD) and Solid State Drives (SSD). It is used for long-term storage of files, software, and operating systems.

Was this answer helpful?
0
0