Ch 11 ICT- File Management

Manage Files Effectively

To work on a file, it must be opened in the correct application. For example, a word processing application will open a .docx file, and Excel opens .xls files. Notably, a .xlsx file cannot be opened in a word processing software, as applications only open files they are designed for. When a program imports a file from another application, it typically does so via the File Menu where the user can access and open the file. Proper organization of files is crucial for efficiency, as locating them in a disorganized manner could be time-consuming.

Tips for Storing and Locating Files
  • File Naming: Every file should have a descriptive name that indicates its content.

  • Folder Creation: Group related files using folders.

  • Hierarchical Structure: Keep folders structured hierarchically for better organization.

A sample hierarchical file structure may resemble the following:

School  
├── Work  
│   ├── Maths  
│   ├── Science  
│   └── Business Studies  
└── Personal  
Understanding Hierarchical File Systems

In a hierarchical filing system, files are grouped by drives, folders, and files, allowing users to see the files relevant to them easily. The folder containing a set of directories is termed the parent directory. For example, in 'My Documents', it acts as a parent directory for 'School Work' and 'Personal'. To view contents in a GUI system like Windows, users double-click icons, while in non-GUI systems such as Linux, directories and drives are displayed as text.

Best Practices for File Management

Organizing files efficiently allows for quick retrieval. Suggested methods include:

  • Using dates in file names (e.g., 04-10-2021 Notes for English essay.doc).

  • Specifying a storage location (e.g., 'My Documents/School Work/English') when saving.

Saving and Printing Files

Files should be saved and printed in a variety of formats depending on the application used. Different types of documents include:

  • Database reports

  • Graphs and charts

  • Presentations

Screenshot Techniques

To capture screen images on Windows, use the Print Screen button to store the image on the clipboard and paste into an application. Macs automatically save screenshots as graphic files, allowing for quicker captures without extra steps.

Exporting and Saving Files

Files can be saved in different formats as required by applications. The common procedure is to use the 'Save' command, while 'Save As' allows for renaming. Different applications use varied formats, as outlined in Table 11.2 below:

Application

File Format

Microsoft Word

.doc , .docx

Microsoft Excel

.xls , .xlsx

Microsoft Access

.accdb

Microsoft Powerpoint

.ppt , .pptx

Open Office Base

.odp

Generic File Formats

Generic file formats (e.g., .jpg, .pdf, .txt, .zip) enable file access across different applications. These generic types often sacrifice some formatting from native application formats. Exporting a file into a generic format means saving it in a way that different applications can open it.

  • CSV Files: Used for data import/export, with values separated by commas.

  • Text Files (.txt): Contain plain text compatible across most applications.

Compression Techniques

Reducing File Sizes

File compression is crucial for saving storage space and transmitting data efficiently, especially with the surge of digital media. Two primary methods of file compression are:

Lossy Compression

This involves permanently removing data, making it impossible to recover the original file once compressed. Lossy compression is suitable for audio and images (e.g., .mp3 for audio or .jpg for images), where slight quality degradation is acceptable.

  • Example: A .wav file can compress down to a .mp3 file that is significantly smaller while maintaining adequate quality for normal use.

Lossless Compression

Lossless compression retains all original data, allowing full recovery upon decompression. This method saves repeated or redundant data efficiently. Formats like .zip or .rar employ lossless compression techniques, ensuring the integrity of documents and numerical data.

Summary

To efficiently manage files:

  • Store them in a hierarchical structure and use meaningful names.

  • Familiarize yourself with import/export functionalities for different applications.

  • Understand the nature of file formats, particularly generic types like CSV and how they help in data exchange.

  • Use appropriate compression techniques to manage file sizes accordingly, balancing between lossy for media and lossless for data integrity.

MISSED POINTS FOR MEH

1. Lossy vs Lossless (Q1):

  • Didn't mention use cases (lossy = media, lossless = data/docs)

  • Needed more depth on how lossless compression works


2. File Naming & Folders (Q2):

  • Didn’t use the term “descriptive file names”

  • Missed benefits like quick retrieval, separation of work/personal files


3. Hierarchical File System (Q3):

  • Missed technical terms: parent directory, sub-directory, drive

  • Didn’t explain how it helps users locate files efficiently


4. Native vs Generic Formats (Q4):

  • No examples of native formats like .docx, .accdb

  • Didn’t explain that generic formats may lose formatting

  • Missed reason why generic formats are more compatible


5. Save vs Save As (Q5):

  • Didn’t explain that Save updates the existing file directly

  • Didn’t say Save As makes a new file copy

  • Missed use cases like backups or exporting formats


6. Lossy File Examples (Q6):

  • Slightly vague: “hddr” — should’ve said RAW or HD image → JPG

  • Didn’t mention smaller file size as a key reason for using lossy