Computer Basics•Lesson 42
ZIP Files
Learn the concept, follow the practical steps, and apply what you learn through a simple activity.
What Is a ZIP File?
ZIP is a common archive format used to package one or more files into a single archive and often reduce their size through compression.
Simple idea: ZIP is like putting several files into one compressed digital package.
Creating a ZIP
- Select the files or folder in File Explorer.
- Use the Windows compression option available in the context menu.
- Give the resulting ZIP a clear name.
- Keep the archive in an appropriate folder.
Extracting a ZIP
- Right-click the ZIP file.
- Choose the available Extract option.
- Select the destination folder.
- Open the extracted folder and check the contents.
Do not extract unknown archives into a sensitive or important folder. Use a safe location first.
Compression vs Encryption
Compression makes files smaller or packages them together. It is not the same as security. A normal ZIP archive should not be treated as a secure way to protect confidential information.
If you need encrypted archives, use a trusted tool and a strong password, and understand its encryption options.
ZIP Safety
- Do not open unexpected ZIP attachments just because the filename looks familiar.
- Scan suspicious downloads with your security software.
- Be cautious with executable files inside archives.
- Keep enough free storage for extraction.
- Verify the source before extracting an archive from an unknown website.
Practical Activity
- Create a folder containing three harmless practice text files.
- Compress the folder into a ZIP archive.
- Check the ZIP size.
- Extract it to another practice folder.
- Compare the extracted files with the originals.
Quick Self-Check
- What is a ZIP archive?
- What is extraction?
- Does compression automatically encrypt a file?
- Why should unknown archives be handled carefully?
Show Answers
- A package containing files/folders, often compressed.
- Unpacking the archive into normal files and folders.
- No.
- They can contain unwanted or malicious files.
Key Takeaway
ZIP files are useful for packaging and compressing files. Remember that compression is not encryption, and always consider the source before extracting an archive.