Be able to save files in a planned hierarchical directory/folder structure
11 File Management
Objective
Be able to save files in a planned hierarchical directory/folder structure.
Why a Hierarchical Structure Matters
Think of your computer as a big library. Folders are like shelves, and files are the books on those shelves. If you put every book on the same shelf, it becomes impossible to find the one you need. A well‑planned hierarchy keeps everything tidy and easy to locate. 📚
Key Concepts
- Root Directory – the top‑level folder (e.g.,
C:\on Windows or/on macOS/Linux). - Sub‑directories – folders inside other folders, creating a tree structure.
- File Naming Conventions – use clear, consistent names (e.g.,
Math_Unit3_Notes.docx). - File Extensions – indicate file type (e.g.,
.docx,.xlsx,.pdf).
Planning Your Folder Tree
Start with a main folder for the subject, then create sub‑folders for each unit or topic. Example for an ICT project:
| Folder Level | Folder Name |
|---|---|
| 1 | ICT_Projects |
| 2 | Project_A |
| 3 | Design_Documents |
| 3 | Code |
| 3 | Reports |
Each sub‑folder contains only related files, so you can find anything in just a few clicks. 🚀
Saving Files Correctly
- Open the application you’re using (Word, Excel, etc.).
- Click Save As and navigate to the appropriate folder in your tree.
- Enter a clear file name that describes the content.
- Check the file extension matches the file type.
- Click Save and verify the file appears in the folder.
Exam Tips
Tip 1: In the exam, you may be asked to draw a folder tree. Use a clear, labelled diagram and remember the root directory is the starting point.
Tip 2: When naming files, avoid spaces and special characters. Use underscores (_) or hyphens (-) instead.
Tip 3: Always double‑check the file extension – a missing .pdf can cost marks.
Tip 4: Practice creating a folder structure on your own before the exam; the more you do it, the faster you’ll be. ⏱️
Quick Quiz
Which of the following is the best way to name a file for the final report of Unit 3?
- A)
Unit3FinalReport.docx - B)
Final Report.docx - C)
report_unit3.docx - D)
Unit3_Report_Final.docx
Answer: A) Unit3FinalReport.docx – it’s clear, concise, and follows the naming convention. ??
Revision
Log in to practice.