Homeschool Guide: These lesson plans are a guide for parents. Content may contain errors — always cross-reference with official exam board specifications.
representing sound
FoundationHigherAll Boards
4 detailed 50-minute lessons with teaching scripts, worked examples, parent guides, and assessment criteria.
Lesson Overview
Total Lessons: 4 Tier: Foundation and Higher Duration: 50 minutes per lesson (200 minutes total) Exam Boards: AQA, Edexcel, OCR, Eduqas, CCEA
Basic skills: reading the summary notes and answering the practice questions there
Materials & Equipment
Exercise book, coloured pens
Ruler
Printed revision notes (link below)
Internet for videos (see Resources)
Lesson 1: Introduction: representing sound
Duration: 50 minutes
Starter Activity (5 minutes)
Quick Recall
Write down everything you already know about representing sound. Then check against the key terms: Key Concept, Nyquist's Theorem, GCSE Computer Science Exam Tips. Use a mini-whiteboard or paper.
Main Content (35 minutes)
Parent/Teacher Guide: Before lesson: Read the script below. Pre-teach key vocab: Key Concept, Nyquist's Theorem, GCSE Computer Science Exam Tips. If stuck: Re-read the revision notes (link above), then break the content into smaller steps. Extension: See the Stretch & Challenge ideas in Lesson 4.
Teaching Script (35 mins): Mins 0-5 - Hook: "Today: representing sound. By the end you will be able to answer exam questions on it unaided. It connects to the rest of Computer Science because the ideas here recur across the spec." Mins 5-20 - Direct Instruction: Work through the core ideas below one at a time; after each, ask your student to explain it back in their own words. Mins 20-30 - Guided Practice: Model the worked example together, then let your student attempt the first practice question with guidance. Mins 30-35 - Independent Practice: 2-3 practice questions from Lesson 3 below, with immediate feedback.
First Look
Start with the revision notes summary, then attempt: Calculate the file size in MB of a 5-minute stereo recording sampled at 44,100 Hz with 16-bit resolution.
Plenary (5 minutes)
Check Out
Your student states one thing they learned and one question they still have about representing sound.
Lesson 2: Core Concepts: representing sound
Duration: 50 minutes
Starter Activity (5 minutes)
Review Previous Lesson
Quick recap: write 3 key points from Lesson 1 on representing sound. Check them against the notes below.
Main Content (35 minutes)
Key Concept: Sound is an analogue signal - a continuous wave. Computers can only store digital data (binary 0s and 1s), so analogue sound must be converted to digital form using a process called sampling.
Definition: Sampling rate is the number of samples taken per second, measured in Hertz (Hz). A higher sampling rate means more measurements of the sound wave are taken each second.
Nyquist's Theorem: To accurately reproduce a sound, the sampling rate must be at least twice the highest frequency in the sound. Human hearing ranges up to about 20,000 Hz, so CD quality uses 44,100 Hz (just over 2 x 20,000).
Definition: Sample resolution (also called bit depth) is the number of bits used to represent each sample. More bits per sample means more possible amplitude values can be recorded.
Important: There is always a trade-off between sound quality and file size. Higher sampling rates and greater sample resolution produce better quality audio but require significantly more storage space. Compression can reduce file size, but may also affect quality.
Note: The digital recording is never a perfect copy of the original. Accuracy depends on the sampling rate and sample resolution. Higher values mean the digital version is closer to the original analogue wave.
Term
Meaning
Example
8-bit
8
256
16-bit
16
65,536
24-bit
24
16,777,216
32-bit
32
4,294,967,296
Increase sampling rate
Improves (captures more detail, higher frequencies)
Increases (more samples per second)
Decrease sampling rate
Degrades (loss of high frequencies, aliasing)
Decreases
Increase sample resolution
Improves (more amplitude levels, less quantisation noise)
Q: Calculate the file size in MB of a 5-minute stereo recording sampled at 44,100 Hz with 16-bit resolution.
Answer: File size = 44,100 x 16 x 300 x 2 = 423,360,000 bits = 52,920,000 bytes = 50.47 MB
Plenary (5 minutes)
Explain Back
Your student teaches the key points back to you without looking. Fill any gaps immediately.
Lesson 3: Application: representing sound
Duration: 50 minutes
Starter Activity (5 minutes)
Quick Recall
Recall the key terms: Key Concept, Nyquist's Theorem, GCSE Computer Science Exam Tips. Define each in one sentence.
Main Content (35 minutes)
Parent/Teacher Guide: Let your student attempt each question alone first, then compare with the model answer. Award method marks for correct working even if the final answer is wrong.
Q1: Calculate the file size in MB of a 5-minute stereo recording sampled at 44,100 Hz with 16-bit resolution.
Answer: File size = 44,100 x 16 x 300 x 2 = 423,360,000 bits = 52,920,000 bytes = 50.47 MB
Answer: A higher sampling rate takes more samples per second, which means the digital recording captures more detail of the original sound wave. This means the recreated sound is closer to the original, especially for higher frequency sounds.
Q3: What is the minimum sampling rate needed to accurately record a sound with a maximum frequency of 15,000 Hz?
Answer: At least 30,000 Hz (2 x 15,000), according to Nyquist's Theorem.
Q4: A 60-second mono recording at 22,050 Hz with 16-bit resolution produces a file of how many kilobytes?
Answer: File size = 22,050 x 16 x 60 x 1 = 21,168,000 bits = 2,646,000 bytes = 2,584 KB
Q5: What is the difference between sampling rate and sample resolution?
Answer: Sampling rate is how many samples are taken per second (measured in Hz). Sample resolution is how many bits are used to represent each sample (measured in bits). Rate affects time-based accuracy; resolution affects amplitude accuracy.
Plenary (5 minutes)
Error Review
Review any questions answered incorrectly. Identify whether the error was knowledge, method, or reading the question.
Lesson 4: Exam Practice: representing sound
Duration: 50 minutes
Starter Activity (5 minutes)
Command Words
Review what these command words require: state (one point), describe (say what happens), explain (say why), compare (both sides), evaluate (judgement).
Main Content (35 minutes)
Extended Answer
Extended question: Full-Mark Response A 3-minute stereo audio recording uses a sample rate of 44,100 Hz and a bit depth of 16 bits. Calculate the file size in megabytes. [3 marks] <div class="
Duration = 3 × 60 = 180 seconds Samples per channel = 44,100 × 180 = 7,938,000 Bits per sample = 16 Number of channels = 2 (stereo) File size in bits = 44,100 × 180 × 16 × 2 = 254,016,000 bits File size in bytes = 254,016,000 ÷ 8 = 31,752,000 bytes File size in MB = 31,752,000 ÷ 1,048,576 = 30.28 MB The file size is approximately 30.28 MB.
Exam Tips: Always show your working in file size calculations - marks are given for steps | Remember: File size = sample rate x resolution x duration x channels | Convert minutes to seconds before calculating | Don't forget channels: mono = 1, stereo = 2 | When explaining quality, use terms like "closer to the original wave" and "more detail captured" | Know Nyquist's theorem: sample rate must be at least 2x the highest frequency | Be ready to compare the effect of changing sampling rate vs changing sample resolution
Common Errors: ✗ Confusing sample rate and bit depth ✓ Sample rate is how many samples per second (Hz); bit depth is how many bits per sample. Both affect quality and file size, but they measure different things. ✗ Thinking increasing sample rate alone guarantees CD-quality sound ✓ CD-quality requires BOTH a sample rate of 44,100 Hz AND a bit depth of 16 bits. High sample rate with low bit depth still sounds poor. ✗ Forgetting to multiply by the number of channels (mono/stereo) for sound file size ✓ Stereo sound uses 2 channels, so the file size is double that of mono. Always check if the question specifies mono or stereo. ✗ Not understanding the relationship between sample rate and Nyquist's theorem ✓ To
Stretch & Challenge (Grade 8-9):
Synoptic links: explain how representing sound connects to another Computer Science topic you have studied
Real-world: research one real-world use or example of representing sound
Critical: "What are the limitations of the models used in representing sound?"
Plenary (5 minutes)
Assessment Criteria
Got it: Confident explanation + correct worked examples
Getting there: Main points OK, needs support with detail
Not yet: Confused on key concepts - re-run Lesson 2
Homework & Consolidation
Consolidation: Re-answer any Lesson 3 practice questions answered incorrectly (20 mins)
Retrieval: Write flashcards for the key terms: Key Concept, Nyquist's Theorem, GCSE Computer Science Exam Tips (10 mins)
Exam practice: One past-paper question on representing sound from the board websites (15 mins)
Extension: Explain representing sound to someone else in your own words (10 mins)