Know and understand differences between backing storage and internal memory

1. Types and Components of Computer Systems

Internal Memory (RAM)

📚 Internal memory is the computer’s short‑term memory. Think of it as a desk where you keep the papers you’re currently working on. It is fast, but it forgets everything when the power is turned off.

  • Volatile: loses data when power is lost.
  • Fast access: milliseconds.
  • Limited capacity: usually a few GBs.
  • Used by the CPU to store instructions and data while running programs.

Backing Storage (HDD, SSD, USB, etc.)

💾 Backing storage is the computer’s long‑term memory. Imagine it as a filing cabinet or a library where you keep all your books and documents for years. It keeps data even when the computer is turned off.

  • Non‑volatile: retains data after power loss.
  • Slower than RAM: milliseconds to seconds.
  • Large capacity: from hundreds of GBs to several TBs.
  • Stores operating system, applications, and personal files.

Key Differences

Feature Internal Memory (RAM) Backing Storage (HDD/SSD)
Volatility Volatile Non‑volatile
Speed Fast ($\sim$10–100 ns) Slower ($\sim$0.1–10 ms)
Capacity Small (1–32 GB) Large (500 GB–4 TB)
Cost per GB Higher Lower

Exam Tips

  1. Remember: Backing storage is non‑volatile – it keeps data even when the computer is off.
  2. Internal memory (RAM) is volatile – it loses data when power is lost.
  3. Use the desk vs. filing cabinet analogy to explain the difference quickly.
  4. When asked to compare, list volatility, speed, capacity, and cost in a table or bullet points.
  5. Include examples: RAM = 8 GB, SSD = 512 GB to show typical sizes.

Revision

Log in to practice.

2 views 0 suggestions