Memory & Storage
Introduction to Memory & Storage Units
Memory and storage are the components used to retain data in a computer. While memory (RAM) is a temporary workspace for the CPU, storage (HDD/SSD) is the permanent home for files and software. Understanding the hierarchy of data units is essential for assessing system performance.
Classification: Types of Memory
- Primary Memory (Internal): Directly accessible by the CPU. Fast but expensive (RAM, ROM, Cache).
- Secondary Memory (External): Used for permanent storage. Slower but high capacity (HDD, SSD, Flash drives).
- Volatile Memory: Loses its contents when power is turned off (e.g., RAM).
- Non-Volatile Memory: Retains data even without power (e.g., ROM, Hard Drives).
The Data Units Master Table
| Unit | Size / Equivalent | Key Fact |
|---|---|---|
| Bit | 0 or 1 | The smallest unit of data |
| Nibble | 4 Bits | Half of a byte |
| Byte | 8 Bits | Represents one character |
| Kilobyte (KB) | 1024 Bytes | Approx. one page of text |
| Megabyte (MB) | 1024 KB | Approx. one high-quality photo |
| Gigabyte (GB) | 1024 MB | Common unit for RAM/Phones |
| Terabyte (TB) | 1024 GB | Common unit for Hard Drives |
| Petabyte (PB) | 1024 TB | Used in large data centers |
Key Scientific Facts
- Cache Memory is the fastest type of memory in a computer, located either inside or very close to the CPU chip to speed up data access.
- SSDs (Solid State Drives) are significantly faster than HDDs (Hard Disk Drives) because they have no moving parts and use flash memory.
- ROM (Read-Only Memory) contains the firmware (BIOS) required to start the computer; it cannot be easily rewritten by the user.
- Optical Storage (CDs, DVDs) uses lasers to read and write data, whereas Magnetic storage (HDDs) uses magnetized surfaces.
- The speed of RAM is measured in Megahertz (MHz) or Gigahertz (GHz).
Subject Card Prompts (Flashcards)
- Q: How many bits are in one Byte?
- A: 8 bits.
- Q: Which memory is known as the "Working Memory" of the computer?
- A: RAM (Random Access Memory).
- Q: Is a Hard Disk an example of volatile or non-volatile storage?
- A: Non-volatile.
- Q: 1024 Megabytes is equal to exactly what?
- A: 1 Gigabyte (GB).
Practice MCQ
"Which type of memory is used to store the permanent startup instructions of a computer (BIOS)?"
A) RAM
B) Cache
C) ROM
D) Register
(Correct: C - ROM)