Watch the video and make notes. You can pause the video at any time.
Keywords 🗝️
ROM, RAM, read‑only memory, random access memory, volatile, non‑volatile, start‑up, boot, operating system, storage, memory, CPU, instruction set, permanent, temporary.
Summary 📝
ROM (Read‑Only Memory) holds permanent data such as the computer’s start‑up instructions and control software. It cannot be changed during normal use.Â
ROM boots the computer and ensures it starts properly (bootstrap).Â
RAM (Random Access Memory) stores programs and data currently in use. It is temporary and all information is lost when the computer switches off.Â
RAM allows the CPU to access data quickly while programs are running.Â
RAM is fast and large but volatile; ROM is small, slower and non‑volatile.
Together, they support the computer’s start‑up and everyday operation.