Welcome to File Management!

Imagine walking into a massive library where all the books are thrown in a giant pile on the floor. Even if the books are great, you would never be able to find what you need! In ICT, File Management is the system we use to keep our digital library organized, easy to search, and safe from accidents.

This chapter is part of Topic 6: Software Skills. While it might seem simple, mastering these skills is essential for your Paper 2 Practical Exam, where you will need to find source files quickly and save your work correctly to get marks.


1. Saving Work and Security

One of the most important habits an ICT student can have is saving work regularly. Computers can crash, batteries can die, or software can glitch. If you haven't saved, your hard work disappears!

Save vs. Save As

  • Save: This updates the file you are currently working on with your latest changes.
  • Save As: This allows you to create a new version of the file or change its name, location, or format. In your exam, you will often use "Save As" at the start to move a file from the "Source Files" folder to your own "Working" folder.

Keeping Information Secure

File management isn't just about organization; it's about Security. As you learned in Topic 2 and 3, keeping data safe is a priority. In terms of file management, this includes:

  • Access Rights: Ensuring only the right people can open or edit a file.
  • Passwords: Protecting sensitive files so they cannot be opened without a key.
  • Backups: Keeping a copy of your files in a separate location (like on a different drive or in the cloud). If the original is lost or corrupted, the backup saves the day!

Quick Tip: During your 3-hour practical exam, try to hit Ctrl + S (the shortcut for Save) every 10 minutes. You'll thank yourself later!


2. Sensible Filenames and Formats

If you name every file "work" or "assignment", you will quickly get confused. Using sensible filenames helps you and others identify what is inside a file without opening it.

What makes a filename "Sensible"?

A good filename should be descriptive and consistent. Look at these examples:

  • Bad: image1.jpg, final_v2_REAL_FINAL.docx, stuff.pdf
  • Good: Logo_Draft_V1.png, ICT_June2024_Spreadsheet.xlsx, Newsletter_Customer_Copy.pdf

Understanding File Formats

The format (or file extension) tells the computer which software to use to open the file. While you don't need to memorize every extension, you should recognize the generic types used in your software skills topics:

  • Word Processing: .docx, .rtf (Rich Text Format), .txt (Plain Text)
  • Spreadsheets: .xlsx, .csv (Comma Separated Values)
  • Images: .jpg, .png, .gif, .bmp
  • Web Pages: .html, .htm

Did you know? A CSV file is a very common format in ICT exams. It stands for Comma Separated Values. It’s a simple text file that can be opened by almost any spreadsheet or database program!


3. Managing Files and Folders

To keep your digital life tidy, we use a hierarchical structure. This is a fancy way of saying "folders inside folders."

Folder Structures

Think of a folder structure like a tree. The "Root" is the main drive, and the "Branches" are the folders and sub-folders.

Example of a good exam structure:
Main Folder: [Your Name_Candidate Number]
  └── Sub-folder 1: Graphics_Images
  └── Sub-folder 2: Spreadsheets_Section
  └── Sub-folder 3: Final_Outputs_For_Printing

Why use Folders?

  • Efficiency: You spend less time searching and more time working.
  • Clarity: It’s easy to see which files are "work in progress" and which are "final."
  • Requirement: In the Paper 2 exam, the instructions might specifically tell you to "create a new folder" to store your work.

4. Data Sizes: A Quick Review

While you learned this in Topic 1, it’s relevant here because your file manager shows you how "heavy" your files are. Remember the Edexcel convention for storage capacity:

\(1 \text{ KiB (Kibibyte)} = 1024 \text{ bytes}\)

\(1 \text{ MiB (Mebibyte)} = 1024 \text{ KiB}\)

\(1 \text{ GiB (Gibibyte)} = 1024 \text{ MiB}\)

Common Mistake: Don't assume \(1000\) bytes is a KiB in this syllabus! Always use \(1024\) for your calculations.


Chapter Summary: Key Takeaways

To succeed in your ICT course, remember these three golden rules of File Management:

  1. Save Early, Save Often: Use "Save As" to organize and "Save" to protect your progress.
  2. Be Descriptive: Give your files names that actually mean something so you can find them under pressure.
  3. Stay Structured: Use folders and sub-folders to keep your project areas separate and tidy.

Next Step: Now that you know how to manage your files, you're ready to start using them in Word Processing or Database Management!