You spend 30 minutes writing a letter on your computer, then close the program. When you open the program again, the letter is gone. What most likely caused this?
AThe computer deleted the file to save storage space
BThe file was saved in the wrong folder
CThe letter was never saved before the program closed
DThe program has a bug that loses files randomly
When you work on a computer, your work lives in temporary memory (RAM) — it disappears the moment the program closes unless you explicitly saved it to permanent storage. Closing a program does NOT automatically save your work. The letter existed only in temporary memory and was never written to a file on the drive.
Question 2 Multiple Choice
A student finishes a drawing, clicks File > Save, names it 'mypicture.png', and chooses the Desktop folder. Then the power goes out. When the power comes back, what happens to the drawing?
AThe drawing is lost because the power outage erased it
BThe drawing is still on the Desktop because it was saved to permanent storage
CThe drawing must be recreated because RAM stores files
DThe drawing was backed up automatically to the cloud
Once a file is saved, it is written to permanent storage (the computer's hard drive or SSD). Permanent storage keeps files even when power is cut — that is the whole point of saving. RAM (temporary memory) clears when power is lost, but the drawing was already moved from RAM to the drive at the moment of saving.
Question 3 True / False
Closing a program automatically saves your work.
TTrue
FFalse
Answer: False
This is the most common and costly misconception about file saving. Programs store your current work in temporary memory (RAM), which is erased when the program closes. Saving is a separate, deliberate action that writes your work to permanent storage. Many programs will prompt 'Do you want to save?' when you close without saving — which is precisely because closing does not save automatically.
Question 4 True / False
Using File > Save As creates a separate copy of the file with a new name or location, leaving the original file unchanged.
TTrue
FFalse
Answer: True
Save As writes a copy of the current file to a new name or folder, leaving the original file unchanged. This is useful when you want to keep two versions of a document — for example, 'essay-draft.docx' and 'essay-final.docx'. Regular Save updates the existing file in place; Save As creates a new, independent copy.
Question 5 Short Answer
Why does it matter where you save a file, not just that you saved it?
Think about your answer, then reveal below.
Model answer: Knowing where a file was saved is necessary to find and open it again. If you save a file but don't know which folder it went into, the file still exists but is effectively lost until you search for it. Choosing a meaningful folder name and consistent location makes it possible to retrieve files reliably.
Saving preserves work permanently, but if you don't know the location, you can't find it again. A common experience for new computer users is saving a file successfully but then being unable to open it because they didn't pay attention to which folder was selected. The two steps — saving and remembering where — are both necessary.