INTRODUCTION
Computer systems depend heavily on memory to function effectively. Memory allows
computers to store data, instructions, and programs needed for processing and decision-
making. Without memory, computers would not be able to execute tasks, store information,
or even start up. Computer memory plays a central role in system performance, speed,
reliability, and efficiency.
In computer repair and maintenance, understanding different types of memory is very
important. A technician must know how memory works, the differences between memory
types, and how memory affects system performance. This knowledge helps in
troubleshooting, upgrading systems, diagnosing faults, and recommending suitable
hardware solutions. This assignment explains computer memory in general, its
classifications, differences between HDD and SSD, differences between RAM and ROM, and
differences between Static RAM and Dynamic RAM.
DEFINITIONS
(a) Computer Memory
Computer memory is any physical device or component that is used to store data,
instructions, and information for processing by a computer system. It enables the CPU
(Central Processing Unit) to access data quickly so that tasks can be performed efficiently.
Memory can be temporary (volatile) or permanent (non-volatile), depending on the type of
storage used.
Memory supports all computer operations including running applications, loading operating
systems, processing user commands, and saving information. Without memory, computers
would not be able to operate logically or consistently.
(b) Primary Memory
Primary memory, also known as main memory, is the memory that is directly accessible by
the CPU. It stores data and instructions that the computer is currently using. Primary
memory is very fast, but it has limited storage capacity.
Examples of primary memory include RAM and ROM. Primary memory is essential for
system operation because it allows the processor to retrieve information quickly. Most
primary memory is volatile, meaning data is lost when power is turned off, especially in the
case of RAM.
Characteristics of Primary Memory:
High speed
Direct access by CPU
Limited storage capacity
Mostly volatile
Expensive per unit of storage
(c) Secondary Memory
Secondary memory is storage that is not directly accessed by the CPU. Data must first be
transferred from secondary memory to primary memory before the CPU can process it.
Secondary memory is used for long-term data storage.
Examples include HDDs, SSDs, USB flash drives, memory cards, and external hard drives.
Secondary memory is non-volatile, meaning it retains data even when power is switched off.
Characteristics of Secondary Memory:
Large storage capacity
Slower than primary memory
Non-volatile
Low cost per unit of storage
Used for long-term storage
DIFFERENCES BETWEEN HDD AND SSD
Hard Disk Drive (HDD) and Solid State Drive (SSD) are both secondary storage devices, but
they differ in structure, performance, and reliability.
Hard Disk Drive (HDD): HDD uses rotating magnetic disks (platters) and mechanical arms to
read and write data. Because it has moving parts, it is slower and more prone to physical
damage.
Solid State Drive (SSD): SSD uses flash memory technology with no moving parts. Data is
stored electronically, making it faster, quieter, and more durable.
The main difference between HDD and SSD is how they store and access data.
🔹 HDD (Hard Disk Drive)
A Hard Disk Drive (HDD) uses spinning magnetic disks (platters) and a mechanical arm to
read and write data. It works somewhat like a record player.
Has moving parts
Slower data access speed
Makes slight noise due to spinning disks
Usually cheaper
More prone to physical damage because of mechanical parts
🔹 SSD (Solid State Drive)
A Solid State Drive (SSD) uses flash memory (like a large USB drive) to store data. It has no
moving parts.
No moving parts
Much faster than HDD
Silent operation
More durable and shock-resistant
Usually more expensive than HDD
Key Difference in Simple Words:
HDD stores data on spinning disks.
SSD stores data on memory chips.
SSD is faster, quieter, and more durable than HDD.
HDD is cheaper and offers more storage for the price.