Primary Storage – RAM, ROM & Secondary Storage

Primary Storage

  • Consists of RAMRAM and ROMROM located on the motherboard.
  • Offers fast, direct access for the CPU.
  • Split into volatile (needs power) and non-volatile (keeps data without power) memory.

RAMRAM (Random Access Memory)

  • Volatile main memory; data lost when power is removed.
  • Holds the operating system, active programs and data currently in use.
  • Read/Write access; contents change constantly.
  • Capacity affects multitasking and overall speed.

ROMROM (Read Only Memory)

  • Non-volatile firmware chip; retains data permanently.
  • Stores the bootstrap program / BIOSBIOS that starts the computer.
  • Read-only under normal operation; rarely updated.
  • Much smaller than RAMRAM but essential for startup.

Secondary Storage

  • Non-volatile mass storage (e.g.
    • Hard Disk Drive
    • Solid State Drive)
  • Holds OS, applications and user files when not in active use.
  • Higher capacity, slower than RAMRAM.
  • Data persists after shutdown.

Tertiary Storage

  • Removable/off-site backup media (tape, optical disk, cloud).
  • Very high capacity, used for archiving and disaster recovery.

Power-On & Memory Use Sequence

  1. Computer powers on; BIOSBIOS in ROMROM executes.
  2. BIOSBIOS finds the operating system on secondary storage.
  3. OS kernel is copied into RAMRAM and starts running.
  4. Opening an application: program code loaded from secondary storage into RAMRAM.
  5. Active files reside in RAMRAM until saved.
  6. Clicking Save writes data back to secondary storage.
  7. Powering off clears RAMRAM; data remains only on non-volatile devices.

Quick Comparison

  • Volatility: RAMRAM – volatile | ROMROM & secondary – non-volatile.
  • Capacity: secondary > RAMRAM > ROMROM.
  • Access: RAMRAM – read/write | ROMROM – read-only | secondary – read/write.
  • Purpose: ROMROM boots • RAMRAM works • secondary stores.

Three Storage Categories

  • PrimaryPrimary: RAMRAM, ROMROM.
  • SecondarySecondary: HDD, SSD, USB, SD cards.
  • TertiaryTertiary: Tape, optical jukebox, cloud backup.