Chapter 4
Chapter 4
Chapter 4
Computer Memory
At its heart, computer memory functions as the critical infrastructure of the
computing world, analogous to the human brain's role in the nervous system. It's
a vibrant and intricate arena where data dances and instructions orchestrate the
symphony of processes that constitute the computational experience. Let us
embark on a journey through the digital neurons and synapses that preserve the
essence of our digital interactions.
Diving Into the Types of Memory
Cache Memory Primary Memory Secondary Memory
A lightning flash in the matrix of The centerpiece of the system's The lasting library of the digital
memory types, cache memory memory, primary memory, also domain, secondary memory, or
operates at remarkable speeds, known as RAM, is where the storage, stands tall as the
serving as the CPU's shadow, active magic happens - where custodian of all data destined for
holding a mirage of frequently programs live when they breathe dormancy yet capable of recall.
accessed data for rapid retrieval. life into operations.
Cache Memory Features and Uses
Cache memory is a very high speed semiconductor
memory that acts as a buffer between the CPU and
the main memory. It is used to hold those parts of
data and program which are most frequently used by
the CPU. Cache memory has limited capacity and is
very expensive compared to main memory.
Cache Memory Features and Uses
Features of cache memory: Uses of cache memory:
Faster than main memory. Used to store temporary files.
SRAM (Static Random Access Memory) is a type of DRAM (Dynamic Random Access Memory) is a
volatile memory commonly used in CPUs for cache common type of volatile memory used in computers
memory and registers. It offers high-speed data and electronic devices for main memory. It stores
access and doesn't require refreshing like DRAM, data as electric charge in capacitors, requiring
making it faster but more expensive per bit. It retains constant refreshing to maintain data integrity. DRAM
data as long as power is supplied. offers higher storage density and lower cost
compared to SRAM, albeit at slower access speeds.
Types of ROM
PROM EPROM EEPROM
A PROM is a kind of ROM which An EPROM is such type of ROM EEPROM (Electrically Erasable
is manufactured as blank that allows a programmer to re Programmable Read-Only
memory. A programmer writes write the programs data on it by Memory) is non-volatile, used in
program or data in the PROM erasing the previous contents. microcontrollers and devices for
with the help of a special device The content of EPROM can be small data storage, allowing
called a PROM burner. The erased by exposing it to individual byte rewriting.
programs or data can be written ultraviolet light.
only once.
Secondary Memory
Secondary memory, such as hard disk drives (HDDs)
and solid-state drives (SSDs), stores data
permanently even when the power is off. It provides
high capacity for long-term storage, allowing users to
save files, programs, and system data. Secondary
memory is slower than primary memory but offers
non-volatile storage for computers.
Features of Secondary memory
3 It is volatile memory.