Chapter 2
Chapter 2
Chapter 2
.
In simple terms, primary memory (RAM) is
like your workspace for current tasks, while
secondary memory (HDD/SSD) is like your
long-term storage for files and programs
2.2.2 differentiate among Random Access
Memory (RAM), ReadOnly Memory (ROM) and
internal processor memory;
.
2. **L2 Cache (Level-2 Cache)**:
- L2 cache is larger than L1 and sits
between L1 and main memory (RAM).
- It stores data and instructions for slightly
longer-term use.
- It offers a balance between speed and
capacity, helping reduce the time the CPU
spends waiting for data.
3. **L3 Cache (Level-3 Cache)**:
- L3 cache is the largest and located
further away from the CPU, often shared by
multiple CPU cores.
- It serves as a buffer between RAM and
the CPU, storing data that isn't frequently
used.
- It provides a compromise between
capacity and speed, further reducing
memory access latency for the CPU
compare L1, L2, and L3 cache with simple
real-life examples:
**CD Formats:**
1. **CD-ROM (Compact Disc - Read-Only Memory)**:
- Read-only, can't be written to.
- Example: Software installation discs.
**DVD Formats:**
4. **DVD-ROM (Digital Versatile Disc - Read-Only
Memory)**:
- Read-only, used for movies or software.
- Example: Movie DVDs or software installation
discs.
5. **DVD-R (Digital Versatile Disc - Recordable)**:
- Write once, read multiple times.
- Example: Creating a DVD with your home
videos.