๐ŸŽ“ Learning Journey ยท Topic 1.3C ยท Cornerstone

Your journey through Sound Representation

Analogue to digital, sampling rate, sampling resolution, and the file-size formula. Seven stages from theory to mastery. Click any stage card to dive in โ€” or continue where you left off.

Your progress

Where you are in Topic 1.3C

0 / 7Stages visited
0 / 7Checklist items
0Vault entries
๐ŸŽฏ Recommended next stage

Start with Book Notes

Read the theory and terminology to get grounded.

The 7 stages

Choose any stage

Green cards are stages you've already visited. Grey cards are new territory. Click any card to jump straight to that stage.

Mistakes

Mistakes

Notes

Notes

Progress

Stats

0%Accuracy
0Answered
0Streak
Bookmarks

Bookmarks

Knowledge Vault 2.0

Knowledge Vault

Add entry

Category
Confidence
Title
Info

Entries

๐Ÿงช Exam Mode ON
๐Ÿ“š Topic 1.3C ยท Data Representation ยท Lab

Sound Representation Lab โ€” sampling the wave

How analogue sound becomes binary: sample rate, sample resolution, and how each affects sound quality and file size.

๐Ÿงช Cambridge Exam Mode ON โ€” hints hidden, feedback delayed, model answers locked until marking.
ยง1 ยท Topic overview

What is Topic 1.3C?

Real-world sound is analogue โ€” a continuous wave of pressure changes. Computers store binary โ€” discrete numbers. To bridge the gap, we take rapid samples of the wave and store each sample as a binary number.

Two independent parameters control how faithful the digital recording is: sampling rate (how OFTEN we sample) and sampling resolution (how PRECISELY we measure each sample). Cambridge test both, especially the trap of confusing them.

Note: text is covered in 1.3A Text Representation Lab and images in 1.3B Image Representation Lab. This lesson (1.3C) covers sound only.

ยง2 ยท Learning objectives

By the end of 1.3C you canโ€ฆ

  • Explain that sound is analogue and must be converted to digital for storage
  • Define sampling as taking measurements of the sound wave at regular intervals
  • Define sampling rate as the number of samples taken per second (measured in Hz or kHz)
  • Define sampling resolution (bit depth) as the number of bits used per sample
  • Explain how higher sampling rate improves accuracy: more samples per second โ†’ more accurate representation of the waveform
  • Explain how higher sampling resolution improves accuracy: more bits per sample โ†’ wider range of amplitudes can be recorded
  • State the file size formula: sampling rate ร— sampling resolution ร— duration
  • State the trade-off: higher rate or resolution improves quality but increases file size
ยง3 ยท Key terminology

Cambridge-approved terms

TermDefinition
AnalogueA continuous signal, such as a real-world sound wave.
DigitalA signal represented using discrete numeric values (binary).
SampleA measurement of the amplitude of the sound wave at a specific instant.
SamplingThe process of taking regular measurements of the sound wave.
Sampling rateThe number of samples taken per second. Measured in Hz (or kHz).
Sampling resolutionThe number of bits used for each sample. Also called bit depth or sample depth.
AmplitudeThe strength (height) of the sound wave at a given moment.
File size (bits)sampling rate ร— sampling resolution ร— duration (in seconds).
ยง4 ยท Core theory

The three tables you must know cold

Rate vs Resolution โ€” the two axes

ParameterMeasured inEffect if increased
Sampling rateHz (samples per second)More points on the waveform โ†’ shape captured more accurately โ†’ larger file
Sampling resolutionBits per sampleWider range of amplitudes distinguishable โ†’ quieter/louder sounds captured โ†’ larger file

These are independent โ€” you can have high rate with low resolution, or vice versa.

Common values

ApplicationSampling rateSampling resolution
Phone (voice)8 kHz8-bit
CD audio44.1 kHz16-bit
DVD / video48 kHz16-bit or 24-bit
Studio96 kHz24-bit

File size formula

QuantityFormula
File size in bitssampling rate ร— sampling resolution ร— duration (seconds)
File size in bytes(rate ร— resolution ร— duration) รท 8
ยง5 ยท Worked examples

Watch each calculation done step by step

Worked example 1 ยท One minute of CD-quality audio

Calculate the file size of a 60-second CD-quality mono recording (44.1 kHz, 16-bit).

rate ร— resolution ร— duration = 44,100 ร— 16 ร— 60 = 42,336,000 bits รท 8 = 5,292,000 bytes โ‰ˆ 5.29 MB (5,292,000 / 1,000,000) โ‰ˆ 5.05 MiB (5,292,000 / 1,048,576) Answer: 5,292,000 bytes for 1 minute of mono CD audio.

Worked example 2 ยท Effect of doubling sampling rate

An audio file uses 22.05 kHz sampling rate. If the rate is doubled to 44.1 kHz (with all else unchanged), what happens to the file size?

Ratio of new rate to old: 44,100 รท 22,050 = 2 File size scales linearly with sampling rate. New file size = old ร— 2 (DOUBLES). Trade-off: better waveform accuracy vs 2ร— larger file.

Worked example 3 ยท Effect of doubling sampling resolution

An audio file uses 8-bit resolution. If resolution is doubled to 16-bit, what happens to file size?

Ratio: 16 รท 8 = 2 File size doubles. But the RANGE OF AMPLITUDES that can be recorded goes from 2โธ = 256 levels to 2ยนโถ = 65,536 levels โ€” 256ร— more amplitude levels for only 2ร— the file size.
ยง6 ยท Common misconceptions

Traps that cost marks every session

Trap ยท Describing sampling rate when the question asks about sampling resolution

These are DIFFERENT things. Rate = samples per second (Hz). Resolution = bits per sample. Cambridge routinely ask about one and get the other. Read the question โ€” and if it says "resolution", talk about bits per sample.

Cited: 2024 examiner report โ€” verbatim: "The most common incorrect answers describe sample rate instead of sample resolution"

Trap ยท Saying "more accurate" without explaining HOW

Simply writing "higher sampling resolution means more accurate" is not enough for the mark. Explain the mechanism: a higher sampling resolution means a wider range of amplitudes can be recorded. For rate: more samples per second means more points on the waveform, so the shape is captured more accurately.

Cited: 2024 examiner report โ€” verbatim: "Many candidates then repeated the question by stating that this made the recording more accurate without explaining how, that is, a higher sampling resolution means a wider range of amplitudes can be recorded"

Trap ยท Applying "sampling resolution" to images

Sampling is about sound. Images use resolution (pixel count) and colour depth (bits per pixel) โ€” different vocabulary. Do not describe pixels or colour when a sound question mentions "sampling resolution".

Cited: 2023 examiner report โ€” verbatim: "Some candidates tried to describe the sample resolution in relation to an image"

Trap ยท Confusing sampling rate with sampling frequency

They're the same thing, both measured in Hz. Sampling rate = sampling frequency = samples per second. Don't treat them as separate concepts.

Cited: recurring vocabulary pattern

Trap ยท Forgetting duration in the file size formula

File size = rate ร— resolution ร— duration. Miss the duration and your answer is per-second, not the whole file.

Cited: recurring formula-slip pattern

Trap ยท Answer in the wrong unit (bits vs bytes vs MiB)

Sound files are huge in bits. Read the question. Bytes = bits รท 8. KiB = bytes รท 1024. MiB = KiB รท 1024. Wrong unit = zero marks.

Cited: recurring exam-technique flag
ยง7 ยท Cambridge exam focus

Mark-scheme templates

These are the exact phrasings Cambridge accept. Learn them.

"Sound is analogue and must be converted to digital by sampling" โ€” the overview
"Sampling is taking measurements of the sound wave at regular intervals" โ€” sampling definition
"Sampling rate is the number of samples taken per second (measured in Hz)" โ€” rate definition
"Sampling resolution is the number of bits used per sample" โ€” resolution definition
"A higher sampling rate means more samples per second, so the waveform is captured more accurately" โ€” rate effect
"A higher sampling resolution means a wider range of amplitudes can be recorded" โ€” resolution effect
"File size = sampling rate ร— sampling resolution ร— duration" โ€” the formula
Never write: "resolution" when the question asks rate ยท "more accurate" without saying how ยท pixels/colour depth for sound
ยง8 ยท Quick knowledge check

Check yourself โ€” tap to reveal (0/6)

Answer these in your head, then tap to see the model answer. Aim for 5 or 6 right before moving on.

Q1 ยท Why does sound need to be converted before storing?
Sound is analogue (continuous wave), computers store digital (binary). Sampling converts analogue โ†’ digital.
Q2 ยท Define sampling rate.
The number of samples taken per second (measured in Hz).
Q3 ยท Define sampling resolution (bit depth).
The number of bits used per sample.
Q4 ยท How does higher sampling rate improve accuracy?
More samples per second โ†’ the waveform shape is captured more accurately. Not just "more accurate" โ€” say how.
Q5 ยท How does higher sampling resolution improve accuracy?
More bits per sample โ†’ a wider range of amplitudes can be recorded. Not just "more accurate" โ€” say how.
Q6 ยท Sound file: 44,100 Hz ร— 16-bit ร— 60 seconds. Size in bits?
44,100 ร— 16 ร— 60 = 42,336,000 bits. Divide by 8 for bytes: 5,292,000.
๐Ÿš€ Ready for the rest
If you can answer 5 of the 6 knowledge checks above, you're ready to move on. Tap ๐ŸŽ“ Learn for the interactive content (including the ๐ŸŽข rollercoaster bridge), then ๐ŸŽฎ Activities for hands-on drills.

How sound becomes digital

๐ŸŒŠ

Sound is analogue

Sound is a continuous wave โ€” it changes smoothly and constantly. This is analogue data. Computers cannot store analogue data directly.

๐Ÿ“ธ

Sampling

The computer takes snapshots (samples) of the wave at regular intervals. Each sample records the amplitude (height) of the wave at that moment.

๐Ÿ”ข

Stored as binary

Each sample's amplitude is converted to a binary number and stored. The sequence of binary values reconstructs an approximation of the original wave.

๐ŸŽข The rollercoaster bridge

Imagine photographing a rollercoaster ride. One photo per minute misses most of the action. One per second captures much more. More photos = better record of the ride. Sampling works the same way โ€” more samples per second = closer to the original sound.

The two key concepts

โฑ๏ธ

Sampling rate

The number of samples taken per second.

Measured in Hz (Hertz) or kHz.

Higher rate โ†’ more samples โ†’ follows the wave more closely โ†’ more accurate โ†’ larger file.

๐Ÿ“

Sampling resolution

The number of bits used to store each sample's amplitude.

Also called bit depth.

More bits โ†’ more possible amplitude values โ†’ amplitudes recorded more precisely โ†’ more accurate โ†’ larger file.

โš  Critical trap: These are two separate concepts. Students frequently describe sampling rate when asked about sampling resolution, or vice versa. The exam tests them individually โ€” make sure you know which is which. (Mar 2024)

Two ways to improve accuracy

Cambridge regularly asks: "Give two ways to improve the accuracy of a sound recording." The answer is always:

1. Increase sampling rate

More samples per second โ†’ wave captured more frequently โ†’ closer to original.

2. Increase sampling resolution

More bits per sample โ†’ amplitude stored more precisely โ†’ closer to original.

โš  Exam tip: Both answers earn separate marks. Name both for full marks. They are separate improvements โ€” one is about frequency, the other about precision.

File size and quality trade-off

File size (bits) = Sample rate ร— Resolution ร— Duration (seconds)

The trade-off

Higher sample rate and higher resolution = better quality but larger file. Lower values = smaller file but lower quality. This is why compression exists โ€” to reduce file sizes while keeping acceptable quality.

ChangeQualityFile size
โ†‘ Sample rateBetter (more samples)Larger
โ†‘ Sampling resolutionBetter (more precise)Larger
โ†“ Sample rateWorse (fewer samples)Smaller
โ†“ Sampling resolutionWorse (less precise)Smaller

Quick check

What is sampling resolution?

The number of samples taken per second
The number of bits used to store each sample's amplitude
The length of the recording in seconds
The frequency of the sound wave

Activity 1 โ€” Rate vs Resolution Sorter

Is this describing sampling rate or sampling resolution?

Press New Question.

Activity 2 โ€” Accuracy Improver

Name the improvement described.

Press New Question.

Activity 3 โ€” Effect Predictor

What happens when this change is made?

Press New Question.

Adaptive practice

Press New Question.

Cambridge-style questions

Press New Question.

Review quiz

Press New.

Exam traps

โš  1: Don't confuse sampling rate with sampling resolution. They are two separate concepts. (Mar 2024)
โš  2: Sound is a consistent weak area. Few students give detailed, technical answers. (Nov 2023, Jun 2023)
โš  3: Two ways to improve accuracy = increase sample rate AND increase sampling resolution. Both needed for full marks.
โš  4: Higher sampling resolution means more bits per sample โ†’ amplitudes recorded more precisely โ†’ more accurate. This chain is worth 2 marks. (Mar 2024)
โš  5: When matching terms to descriptions, students struggle to identify "sampling rate" and "sampling resolution." Know exact definitions. (Jun 2025)

Memory triggers

๐Ÿง  "Rate = how often, Resolution = how precise"

Rate is about frequency (per second). Resolution is about precision (bits per sample). Keep them separate in your mind.

๐Ÿง  "Rollercoaster photos"

More photos per second (rate) + higher quality photos (resolution) = best record of the ride. Same for sound sampling.

๐Ÿง  "Two marks, two improvements"

Whenever asked how to improve accuracy: (1) increase sampling rate (2) increase sampling resolution. Always give both.

Mastery Map

Checkpoints

[ ] Sound is analogue (continuous wave)
[ ] Sampling converts analogue to digital
[ ] Define sampling rate precisely
[ ] Define sampling resolution precisely
[ ] Distinguish rate from resolution
[ ] State both ways to improve accuracy
[ ] Explain why higher resolution improves accuracy (chain)
[ ] Explain quality vs file size trade-off
[ ] Calculate sound file size
[ ] Cambridge exam confidence
Developer Panel