Skip to content
Computing · Year 10

Active learning ideas

Utility Software: Compression & Backup

Active learning works for compression and backup because students must experience the immediate consequences of file sizes and backup times to grasp why techniques like lossy versus lossless or full versus incremental matter. These concepts are abstract until learners compress real files or simulate backup scenarios, where the trade-offs become visible and memorable.

National Curriculum Attainment TargetsGCSE: Computing - Utility Software
30–50 minPairs → Whole Class4 activities

Activity 01

Case Study Analysis35 min · Small Groups

Compression Challenge: File Size Showdown

Provide sample files like documents, images, and audio. Students compress each using lossless (ZIP) and lossy tools, record original and compressed sizes, then calculate ratios. Groups discuss best uses for each type based on results.

Explain the different types of data compression and their appropriate uses.

Facilitation TipDuring the Compression Challenge, provide students with identical files in different formats (e.g., raw vs. compressed) so they can directly compare sizes and discuss why one compresses better than another.

What to look forProvide students with three scenarios: 1. Compressing a Word document. 2. Compressing a video file. 3. Backing up critical business financial records. Ask them to identify the most appropriate compression type (lossy/lossless) or backup type (full/incremental) for each and briefly justify their choice.

AnalyzeEvaluateCreateDecision-MakingSelf-Management
Generate Complete Lesson

Activity 02

Case Study Analysis40 min · Pairs

Backup Relay: Full vs Incremental Race

Set up shared folders with evolving files. Pairs perform full backups first, then simulate changes and run incremental ones, timing each process and noting storage used. Compare results in a class chart.

Compare the benefits of full backups versus incremental backups.

Facilitation TipIn the Backup Relay, set a visible timer and tracking sheet so teams see how incremental backups save time compared to full backups, reinforcing the concept of dependency.

What to look forDisplay two common file extensions, e.g., .zip and .jpg. Ask students to write down which type of compression is typically associated with each and explain why. Then, present two backup scenarios: 'Recovering a single deleted photo from last week' and 'Recovering the entire system after a hard drive failure'. Ask which backup strategy (full or incremental) would be more efficient for each scenario.

AnalyzeEvaluateCreateDecision-MakingSelf-Management
Generate Complete Lesson

Activity 03

Case Study Analysis50 min · Small Groups

Strategy Design: Business Backup Blueprint

Assign small business profiles with data needs. Groups outline backup schedules mixing full and incremental methods, justify choices for cost and recovery, then pitch to the class for feedback.

Design a backup strategy for a small business, justifying your choices.

Facilitation TipFor the Strategy Design activity, require students to justify their backup plans with cost and time constraints, linking theory to real-world limitations.

What to look forFacilitate a class discussion using the following prompts: 'Imagine you are designing a backup system for your school's student records. What are the most critical factors you need to consider regarding data integrity and recovery speed? How would you balance the need for frequent backups with the available storage and time?'

AnalyzeEvaluateCreateDecision-MakingSelf-Management
Generate Complete Lesson

Activity 04

Case Study Analysis30 min · Individual

Recovery Drill: Data Disaster Simulation

Create corrupted file sets. Individuals or pairs use backup copies to restore data, documenting steps and time taken, then reflect on why regular backups prevent downtime.

Explain the different types of data compression and their appropriate uses.

Facilitation TipDuring the Recovery Drill, give students corrupted files or missing backups to force them to troubleshoot, highlighting why redundancy and verification matter.

What to look forProvide students with three scenarios: 1. Compressing a Word document. 2. Compressing a video file. 3. Backing up critical business financial records. Ask them to identify the most appropriate compression type (lossy/lossless) or backup type (full/incremental) for each and briefly justify their choice.

AnalyzeEvaluateCreateDecision-MakingSelf-Management
Generate Complete Lesson

A few notes on teaching this unit

Teachers should start with concrete examples and let students explore tools like built-in compression utilities or backup software before formalizing concepts. Avoid lecturing on compression algorithms; instead, let students discover patterns by compressing different file types and measuring results. Research shows students retain these concepts better when they experience the frustration of large files or failed backups firsthand.

Successful learning looks like students confidently selecting the right compression or backup method for a given scenario, explaining their choices with evidence from their hands-on work. They should also articulate why certain methods fail in specific contexts, showing they understand the underlying logic.


Watch Out for These Misconceptions

  • During the Compression Challenge, watch for students assuming lossy compression works the same on all files and will always produce the same effect.

    During the Compression Challenge, provide students with varied file types (e.g., a Word document, a JPEG photo, and an MP3 song) and have them compress each with the same lossy settings. Ask them to compare the results and identify which features were preserved or discarded in each case.

  • During the Backup Relay, watch for students believing incremental backups can restore data without a full backup.

    During the Backup Relay, have students attempt to restore files using only incremental backups. When they realize restoration fails without the full backup, guide them to trace the dependency by reconstructing the backup chain step-by-step.

  • During the Compression Challenge, watch for students assuming compression ratios are consistent across all file types.

    During the Compression Challenge, ask students to compress multiple examples of the same file type (e.g., three different text documents) and another example of a different type (e.g., a spreadsheet). Have them compare ratios and discuss why text compresses better than already-compressed media.


Methods used in this brief