A student has 200 files on her desktop. She creates 10 subfolders and moves all the files into them. What happens to her total storage usage?
AIt doubles because each file now exists in two places — the folder and the original location
BIt increases slightly because each folder itself takes up disk space
CIt stays essentially the same because folders are organizational labels, not data containers
DIt decreases because organized files are compressed by the operating system
Folders are just labels the computer uses to group files — they don't copy, duplicate, or store data themselves. Creating 10 folders or 100 folders adds negligible storage overhead. Moving files into folders doesn't create new copies; it changes their location. This is one of the most common misconceptions beginners have: they treat folders as if they add weight, when they add only structure.
Question 2 Multiple Choice
A student accidentally drags an entire 'Projects' folder to the Trash (Mac) but hasn't emptied the Trash yet. Which statement is correct?
AAll files inside are permanently deleted because deleting the parent folder is irreversible
BThe files can be recovered because the Trash holds deleted items until it is emptied
CThe files are safe in a backup, but the folder structure is gone permanently
DThe files still exist in their original locations because folders and files are deleted separately
Deleting a folder moves its contents to the Recycle Bin (Windows) or Trash (Mac), not permanently away — until you empty that bin. This is a safety net that exists precisely because accidental deletions are common. The misconception that 'deleting a folder means permanent loss' leads to unnecessary panic; the correct response is to check the Trash before assuming anything is gone.
Question 3 True / False
Moving a file from one folder to another does not change the contents of the file — only its location.
TTrue
FFalse
Answer: True
Moving is a relocation operation, not a copy-and-delete of the data inside. The file's content is unchanged; only the path (the address the computer uses to find it) changes. This means organizing your files by moving them around is always safe from a data-integrity perspective — you are just updating the file's address, not touching what's inside it.
Question 4 True / False
Creating many nested subfolders within a folder significantly increases the total storage space used on a computer.
TTrue
FFalse
Answer: False
Folders themselves contain almost no data — they are metadata structures that tell the operating system how to group files. Creating 50 nested subfolders adds trivial overhead, not proportional to the number of files inside them. The misconception likely comes from thinking of folders as physical containers; digitally, they are more like labels or addresses.
Question 5 Short Answer
Why is the act of choosing where to save a file described as an 'organizational decision,' not just a technical step?
Think about your answer, then reveal below.
Model answer: When you save a file, you are deciding which category it belongs to and which other files it should be grouped with. That decision shapes whether you — or someone else — can find it later. Saving a document named 'notes.docx' to the desktop without thinking about where it belongs is the same as dropping a piece of paper on the floor instead of filing it. The organizational system only works if saving is treated as deliberately as naming — both are choices about where this file lives in your structure.
This gets at the deeper purpose of folder organization: it's not about performing a technical action but about making information findable over time. Students who understand this will develop naming and location habits that serve them; students who treat saving as a technicality will accumulate clutter regardless of how good their folder structure is in principle.