CS Fundamentals
Learn about computer storage devices — hard drives, SSDs, USB drives, optical discs, and cloud storage. Understand how data is stored permanently.
Introduction
When you save a file, where does it go? Into a storage device — hardware designed to keep data permanently even when the computer is turned off. Unlike RAM (which loses everything on power-off), storage devices retain your photos, documents, programs, and operating system for months, years, or decades.
Why We Need Storage
- Permanence — Your files persist across restarts and power outages
- Capacity — Store thousands of movies, millions of documents, entire music libraries
- Transfer — Move data between computers using portable storage
- Backup — Keep copies of important data safe from hardware failure
Hard Disk Drive (HDD)
The traditional storage device, used since the 1950s and still common today.
How it works: Inside the sealed metal case, one or more circular magnetic disks (platters) spin at high speed (5,400 or 7,200 RPM). A tiny read/write head floats nanometers above the surface, magnetizing spots on the platter to store 0s and 1s.
Characteristics:
- Capacity: 500 GB to 20 TB (massive storage)
- Speed: 80–250 MB/s (limited by physical spinning)
- Cost: Very affordable ($20–30 per terabyte)
- Durability: Sensitive to drops and vibrations (moving parts)
- Noise: Audible spinning and clicking sounds
Best for: Bulk storage, backups, media libraries (where capacity matters more than speed)
Solid State Drive (SSD)
The modern replacement for HDDs, using flash memory chips with no moving parts.
How it works: Data is stored in interconnected flash memory cells using electrical charges trapped in floating-gate transistors. No spinning, no moving parts.
Characteristics:
- Capacity: 128 GB to 8 TB (growing rapidly)
- Speed: 500–7,000 MB/s (dramatically faster than HDDs)
- Cost: More expensive ($40–80 per terabyte)
- Durability: Resistant to drops and vibration (no moving parts)
- Noise: Completely silent
- Power: Uses less electricity, generates less heat
Types of SSDs:
- SATA SSD — Uses the same connector as HDDs. Speeds up to 550 MB/s. Good upgrade for old laptops.
- NVMe SSD — Uses M.2 slot directly on motherboard. Speeds up to 7,000 MB/s. Standard in modern computers.
Best for: Operating system drive, applications, games — anything where speed matters
HDD vs SSD Comparison
| Feature | HDD | SSD |
|---|---|---|
| Speed | Slow (80-250 MB/s) | Fast (500-7000 MB/s) |
| Price per TB | Low ($20-30) | Higher ($40-80) |
| Capacity | Up to 20 TB | Up to 8 TB |
| Noise | Audible | Silent |
| Durability | Fragile (moving parts) | Robust (no moving parts) |
| Weight | Heavier | Lighter |
| Power usage | More | Less |
| Boot time | 30-60 seconds | 5-15 seconds |
USB Flash Drives
Small, portable storage devices that plug into USB ports.
How they work: Use the same flash memory technology as SSDs, but in a compact, removable form factor.
Characteristics:
- Capacity: 4 GB to 2 TB (commonly 16-128 GB)
- Speed: 10–300 MB/s (varies greatly by model)
- Ultra-portable — fits on a keychain
- No external power needed — powered by USB port
Best for: Transferring files between computers, portable document access, quick backups
Optical Discs
Store data using laser technology on a flat, circular disc.
Types:
- CD (Compact Disc) — 700 MB capacity. Originally for music, now mostly obsolete.
- DVD (Digital Versatile Disc) — 4.7 GB (single layer) or 8.5 GB (dual layer). Used for movies and software distribution.
- Blu-ray — 25 GB (single layer) or 50 GB (dual layer). Used for HD movies and large data archival.
How they work: A laser beam reads microscopic pits and lands on the disc surface. Writable discs have a dye layer that the laser can permanently alter to write data.
Status: Largely obsolete for everyday use (replaced by USB drives and downloads), but still used for movie distribution and long-term archival.
Memory Cards
Tiny flash memory cards used primarily in cameras, phones, and portable devices.
Types:
- SD card — Standard size, used in cameras and laptops
- microSD — Tiny, used in smartphones, drones, action cameras
- CompactFlash — Used in professional cameras
Capacity: 16 GB to 1 TB
Cloud Storage
Storing data on remote servers accessed via the internet.
How it works: Your files are uploaded to data centers (massive buildings filled with thousands of hard drives) managed by companies like Google, Microsoft, or Amazon. You access your files from any device with internet.
Examples: Google Drive, Microsoft OneDrive, Dropbox, iCloud, Amazon S3
Advantages: Access from anywhere, automatic backup, no physical device to lose Disadvantages: Requires internet, monthly cost for large storage, privacy concerns, dependent on service provider
Key Takeaways
- Storage devices keep data permanently, unlike RAM which is temporary
- HDDs offer large capacity cheaply; SSDs offer speed and durability
- Most modern computers use an SSD for the operating system and either a second SSD or HDD for extra storage
- USB flash drives are ideal for portable file transfer
- Cloud storage provides anywhere-access and backup but requires internet
- Choose storage based on your priorities: speed, capacity, portability, or cost
Exam Focus
Revise definitions, diagrams, examples, and short-answer points for Storage Devices.
Interview Use
Prepare one clear explanation, one practical example, and one common mistake for this Computer Fundamentals topic.
Search Terms
computer-fundamentals, computer fundamentals, computer, fundamentals, hardware, storage, devices, storage devices
Related Computer Fundamentals Topics