Skip to content
Computing · Year 11

Active learning ideas

Sound and Image Digitization

Active learning works well here because abstract concepts like sampling rates and bit depth become concrete when students manipulate real audio and image files. They hear the difference between high and low sampling, see pixel grids change with resolution, and calculate file sizes that directly link to storage costs.

National Curriculum Attainment TargetsGCSE: Computing - Data Representation
25–45 minPairs → Whole Class4 activities

Activity 01

Gallery Walk35 min · Pairs

Pairs Task: Audio Sampling Tests

Pairs record a short voice clip in Audacity. They export copies at 8kHz/16kHz/44kHz sample rates and 8-bit/16-bit depths. Students listen for differences, note file sizes, and graph quality versus size. Discuss bandwidth impacts.

How do we balance the need for high fidelity sound with the constraints of network bandwidth?

Facilitation TipDuring the Audio Sampling Tests, circulate with a timer so pairs export and compare at least three different settings within the lesson.

What to look forPresent students with two audio file specifications: File A (44.1 kHz, 16-bit, 3 minutes) and File B (22.05 kHz, 8-bit, 3 minutes). Ask them to calculate the approximate file size for each and write one sentence explaining which file would have higher audio quality and why.

UnderstandApplyAnalyzeCreateRelationship SkillsSocial Awareness
Generate Complete Lesson

Activity 02

Gallery Walk45 min · Small Groups

Small Groups: Image Digitization Lab

Groups use GIMP to resize a photo to 100x100, 400x400, 800x800 pixels at 8-bit and 24-bit color depths. Calculate file sizes using the formula, compress files, and compare originals to low-res versions. Present findings on perception changes.

What are the mathematical relationships between resolution, color depth, and file size?

Facilitation TipIn the Image Digitization Lab, provide rulers so groups can count pixels on printed screen captures to verify resolution calculations.

What to look forPose the question: 'Imagine you are designing a mobile app for sharing photos. What resolution and color depth settings would you offer users, and why? Consider the balance between image detail, file size, and user data usage.'

UnderstandApplyAnalyzeCreateRelationship SkillsSocial Awareness
Generate Complete Lesson

Activity 03

Gallery Walk25 min · Whole Class

Whole Class: Nyquist Demo

Display waveforms in software. Play tones at varying frequencies, sample below and above Nyquist rate to show aliasing. Class votes on perceived pitch, then calculates minimum rates. Follow with Q&A on theorem applications.

How does the digitization process change our perception of reality in a digital world?

Facilitation TipFor the Nyquist Demo, play a 2 kHz sine wave and a 5 kHz sine wave through the class speaker to let students observe aliasing in real time.

What to look forOn a slip of paper, ask students to define 'sampling rate' in their own words and state one reason why a lower sampling rate might be chosen despite reducing audio quality.

UnderstandApplyAnalyzeCreateRelationship SkillsSocial Awareness
Generate Complete Lesson

Activity 04

Gallery Walk30 min · Individual

Individual: File Size Calculator

Students use a spreadsheet to input sound/image parameters and compute file sizes. Test predictions by creating samples, then adjust for bandwidth limits like 56kbps dial-up. Reflect on fidelity choices.

How do we balance the need for high fidelity sound with the constraints of network bandwidth?

Facilitation TipDuring the File Size Calculator task, ask students to write each calculation step on paper so you can spot errors before they multiply by file duration.

What to look forPresent students with two audio file specifications: File A (44.1 kHz, 16-bit, 3 minutes) and File B (22.05 kHz, 8-bit, 3 minutes). Ask them to calculate the approximate file size for each and write one sentence explaining which file would have higher audio quality and why.

UnderstandApplyAnalyzeCreateRelationship SkillsSocial Awareness
Generate Complete Lesson

A few notes on teaching this unit

Teachers often start with the Nyquist Demo to build intuition about why doubling the highest frequency matters, then move to hands-on labs where students export and inspect files themselves. Avoid rushing through the math; let students experience the audible and visible effects of changing parameters first. Research shows that linking calculations to real outputs increases retention, so always connect numbers back to what students see and hear in Audacity or GIMP.

Success looks like students confidently adjusting sampling rates and bit depths to control audio clarity, comparing image resolutions with color depths to explain file size jumps, and justifying choices with evidence from their measurements and exports.


Watch Out for These Misconceptions

  • During Audio Sampling Tests, watch for students assuming higher sampling always sounds better no matter how high they go.

    Ask pairs to export a 44.1 kHz, 48 kHz, and 96 kHz version of the same clip, then play them back-to-back while noting file sizes; guide them to identify the point where quality gains become inaudible despite continued size increases.

  • During Audio Sampling Tests, watch for students thinking bit depth only changes volume.

    Have students generate an 8-bit and 16-bit version of the same audio, then ask them to listen for distortion and hiss; use the waveform view in Audacity to show how low bit depth creates stair-stepped amplitude steps.

  • During Image Digitization Lab, watch for students attributing file size changes only to resolution.

    Give groups two images, one resized at 24-bit color and the other at 8-bit color with identical pixel counts; ask them to compare file sizes and explain the doubling effect of bits per pixel in plain terms.


Methods used in this brief