Chapter 3: Storage
Simple Guide & Exam Questions
Part 1: Simple Explanation
1. Storage Media vs. Devices
Think of it like a book and a bookshelf. The Medium is where the data is
actually kept (like a DVD or a Flash Drive). The Device is the hardware that
reads that data (like a DVD drive or a USB port).
2. Hard Drives
This is the primary storage for most computers. There are two main types:
• Magnetic Hard Drives: Use spinning metal disks to store data. They
are cheaper but can break if dropped.
• Solid-State Drives (SSD): Use flash memory (no moving parts). they
are much faster, quieter, and more durable, but cost more.
3. Optical Discs
These are discs read by lasers. Common types include CDs, DVDs, and Blu-
ray Discs. They can be "Read-only" (ROM), "Recordable" (R), or "Rewritable"
(RW).
4. Flash Memory
This is tiny, fast storage with no moving parts. Examples include USB Flash
Drives and SD Cards used in cameras and phones.
5. Cloud Storage
Storing your files on the Internet instead of your own computer (like Google
Drive or iCloud). It allows you to access files from any device.
Part 2: Exam Questions & Answers
Q1: What is the main difference between a storage "medium" and a
storage "device"?
Answer: The medium is the actual hardware where data is stored (e.g., a
DVD), while the device is the hardware that reads or writes to that medium
(e.g., a DVD drive).
Q2: Why are Solid-State Drives (SSDs) generally better than traditional
magnetic hard drives?
Answer: SSDs are faster, use less power, are quieter, and are more durable
because they have no moving parts.
Q3: What does the term "Nonvolatile" mean in the context of storage?
Answer: It means the data stays saved even when the computer's power is
turned off.
Q4: Name three common types of optical discs.
Answer: CD, DVD, and Blu-ray Disc (BD).
Q5: What is "Cloud Storage"?
Answer: It is a storage system where data is accessed via the Internet rather
than being stored locally on a physical device in front of the user.
Q6: What is a "Smart Card"?
Answer: A credit card-sized piece of plastic that contains a computer chip
capable of storing and processing data.
Q7: What is RAID used for?
Answer: RAID (Redundant Array of Independent Disks) is used to combine
several hard drives into one unit to increase performance and protect data if
one drive fails.
Reference: Understanding Computers: Today and Tomorrow, 15th Edition