You're working on a document and your computer unexpectedly shuts off without saving. When you restart, the document is gone but your installed programs are still there. Which explanation is correct?
ABoth RAM and the hard drive lost their data — you just didn't notice the programs were gone yet
BThe unsaved document was in RAM (temporary memory that clears when power is lost); installed programs are on the hard drive (permanent storage that persists through shutdown)
CThe hard drive stores current work; RAM stores permanent data like installed programs
DNothing is ever permanently lost — the document is in a different folder
RAM holds what the computer is actively working on right now — your open, unsaved document. RAM is temporary: when power is cut, it clears entirely. The hard drive holds permanent files — installed programs, saved documents, the operating system — and keeps them through power loss. When you click Save, the document moves from RAM to the hard drive. An unsaved document exists only in RAM, which is why it disappears when the computer shuts off unexpectedly.
Question 2 Multiple Choice
Your computer runs fine with one or two programs open, but slows down noticeably when you have ten programs open at once. Which component is most likely the bottleneck?
AThe monitor — it has to display more windows simultaneously
BThe CPU — it gets confused when many programs are running
CRAM — it runs out of space to hold all the active programs at once, forcing the computer to use slower alternatives
DThe hard drive — it wears out from too many programs being installed on it
RAM is the computer's active workspace — it holds everything currently running. Each open program occupies RAM. When RAM fills up, the computer must use the hard drive as overflow (called virtual memory), which is far slower — this is the classic cause of sluggishness with many open programs. More RAM lets you have more things open at once without this slowdown. CPU bottlenecks appear differently (slow individual tasks, not just many-program slowness).
Question 3 True / False
The CPU (central processing unit) executes instructions and performs calculations — it is the component doing the actual 'thinking' of the computer.
TTrue
FFalse
Answer: True
The CPU is the brain of the computer. Every instruction a program issues — display this image, respond to this click, add these numbers — is processed by the CPU. Its speed (measured in gigahertz) determines how fast those instructions execute. Without a functioning CPU, the computer cannot do anything at all.
Question 4 True / False
The hard drive stores what the computer is currently working on, which is why its contents are lost when you turn the computer off.
TTrue
FFalse
Answer: False
This confuses RAM and the hard drive. RAM stores what the computer is currently working on — and RAM does clear when power is lost. The hard drive is permanent storage: it keeps your saved files, installed programs, and the operating system through shutdown and restarts. The hard drive does NOT clear on shutdown. RAM does. This distinction explains why unsaved work disappears but installed programs do not.
Question 5 Short Answer
What is the difference between RAM and a hard drive, and why does it matter for how you use a computer?
Think about your answer, then reveal below.
Model answer: RAM is temporary workspace — it holds what the computer is actively doing right now, and it clears when the computer is turned off. A hard drive is permanent storage — it keeps files and programs even when power is off. The practical implication: always save your work to the hard drive before shutting down, or any unsaved changes (which exist only in RAM) will be lost.
Understanding this distinction explains most 'where did my work go?' moments. Open programs, unsaved documents, and active processes exist only in RAM. Clicking Save moves your work from RAM to the hard drive where it persists. This is also why adding more RAM improves multitasking — you are giving the computer more active workspace so it does not have to fall back on the much slower hard drive for overflow.