Be able to save files using appropriate file names

📁 11 File Management – Save Files with the Right Names

Why File Names Matter

Imagine you have a huge collection of stickers. If you just throw them all in a box without labels, you’ll never find the one you want. The same happens with files on a computer. Good file names help you find, share, and keep track of your work.

Rules for Great File Names

  1. Be Descriptive: Use words that tell you what the file is about. Example: Math_Quiz_Answers_2024.pdf
  2. Use Dates: Write dates in the format YYYY-MM-DD so they sort chronologically. Example: Project_Report_2024-04-26.docx
  3. Avoid Spaces: Replace spaces with underscores (_) or hyphens (-). Example: Science_Project-Outline.docx
  4. No Special Characters: Stick to letters, numbers, underscores, and hyphens. Characters like \/:*?"<> can break file paths.
  5. Keep it Short: Aim for < 50 characters. Long names can be hard to read and may be truncated by some systems.
  6. Use Consistent Naming: Pick a style and stick to it. Example: Subject_Topic_Date.ext or Topic_Subject_Date.ext.

Analogy: The Library System

Think of your computer like a library. Each file is a book. The title (file name) tells you what the book is about. The author (you) and the publication date (the date you saved it) help you locate it quickly. Just as libraries use call numbers, you can use dates and subject codes to keep your files organized.

Practical Exercise

Create three files for a school project:

  1. Title page – ProjectTitle_2024-04-26_TitlePage.docx
  2. Research notes – ProjectTitle_2024-04-26_ResearchNotes.docx
  3. Final report – ProjectTitle_2024-04-26_FinalReport.docx

Save them in a folder named 2024-04-26_ProjectTitle and check that the names follow the rules above.

Quick Reference Table

Component Example
Subject Math
Topic QuizAnswers
Date (YYYY-MM-DD) 2024-04-26
Extension .pdf
Full Name Math_QuizAnswers_2024-04-26.pdf

Common Mistakes to Avoid

  • Using spaces or emojis in file names.
  • Including the word “draft” or “final” in the same file – keep separate files.
  • Using very long names that exceed 255 characters.
  • Changing file names after sharing – it breaks links.

Remember!

Good file names are like good labels on a backpack: they let you and others find what you need quickly and keep everything tidy. Try to follow the rules every time you save a file, and you’ll never lose track of your work again. 🚀

Revision

Log in to practice.

2 views 0 suggestions