Skill

3.3.7 Sound file size calculations

GCSE Computer Science AQA

This resource focuses tightly on AQA GCSE Computer Science 3.3.7 Sound file size calculations. It sits within data representation, specifically the part of the specification on representing sound. Students need to understand how a digital sound file’s size is calculated, what each part of the formula means, and how changes to sample rate and sample resolution affect both quality and storage.

For teaching, this topic often looks easier than it behaves. Students can usually spot the formula when it is written in front of them, but they often forget to convert time into seconds, confuse sample rate with sample resolution, or give an answer in bytes when the calculation is still in bits. This page is designed to help you teach the method clearly, reinforce the underlying ideas, and mark responses with confidence.

At a Glance

🎯 Specification context

  • AQA GCSE Computer Science 3.3.7 Representing sound

  • Focus on calculating sound file size and understanding how sound is stored digitally

  • Most useful for short-answer explanations and calculation questions

What students must know

  • file size in bits = sample rate Γ— sample resolution Γ— duration

  • sample rate is measured in hertz (Hz)

  • sample resolution is measured in bits per sample

  • duration must be in seconds for the standard calculation

  • to convert bits to bytes, divide by 8

Key exam focus

  • choosing the correct values from the question

  • converting kHz to Hz when needed

  • converting minutes to seconds when needed

  • stating the correct unit in the final answer

Common student challenges

  • mixing up sample rate and sample resolution

  • forgetting that the formula gives a file size in bits

  • leaving time in minutes

  • assuming larger file size and better quality are unrelated


Understanding the Topic

Where this sits in the curriculum

In AQA GCSE Computer Science, this skill sits within Fundamentals of data representation, in the section on representing sound. It follows naturally from the idea that computers cannot store analogue sound directly. Instead, sound is sampled and stored digitally.

For this specific specification point, students do not need a grand tour through every audio format ever invented. They need to understand the calculation that AQA expects, the meaning of each value in that calculation, and the trade-off between sound quality and file size.

The core calculation

The key formula students need is:

file size in bits = sample rate Γ— sample resolution Γ— duration in seconds

A strong classroom habit is to get students to label each value before substituting numbers. That reduces the classic problem of students multiplying three numbers confidently and only later discovering that one of them was the duration in minutes and another was in kHz.

🧠 Teacher reminder
If a question gives a sample rate in kHz, students should usually convert it to Hz before calculating.

  • 1 kHz = 1000 Hz

  • 44.1 kHz = 44,100 Hz

What each part of the formula means

Sample rate

  • The number of samples taken each second
  • Measured in Hz
  • A higher sample rate usually improves playback quality
  • A higher sample rate also increases file size

Sample resolution

  • The number of bits used to store each sample
  • Sometimes students meet this as bit depth in other resources
  • A higher sample resolution usually improves accuracy of the stored sound
  • A higher sample resolution also increases file size

What duration is doing in the calculation

Duration tells students how long the audio lasts. A longer recording has more samples overall, so the file size increases.

This is the part that causes more grief than it should. If the recording lasts 2 minutes, the value in the formula is 120 seconds, not 2. The arithmetic is often fine. The missing conversion is usually the real culprit.

A secure method students can follow

  1. Write the formula.
  2. Convert any values that need converting.
  3. Substitute carefully.
  4. Calculate the file size in bits.
  5. Only convert to bytes, KB, or MB if the question asks.

Worked example

A 30-second sound file has:

  • sample rate = 44,100 Hz
  • sample resolution = 16 bits
  • duration = 30 seconds

file size = 44,100 Γ— 16 Γ— 30

file size = 21,168,000 bits

If the question asks for bytes:

21,168,000 Γ· 8 = 2,646,000 bytes

πŸ“Œ Exam technique
Reward students who keep the unit visible at each stage. A correct number with the wrong unit is not fully secure understanding. In this topic, the unit often tells you whether the student actually understood the method.


Key Terms and Concepts

Term Explanation
Analogue sound Continuous sound waves from the real world that must be sampled before a computer can store them.
Digital sound Sound stored by a computer as binary data after sampling.
Sample rate The number of samples taken per second, measured in hertz (Hz).
Sample resolution The number of bits used to store each sample.
Duration The length of the recording, usually used in seconds in the calculation.
Bit The smallest unit of data. The standard sound file size formula gives an answer in bits.
Byte Eight bits. Divide by 8 to convert bits to bytes.
Hertz (Hz) The unit used for frequency, including sample rate.
kHz Kilohertz. 1 kHz = 1000 Hz.
Quality vs size trade-off Increasing sample rate or sample resolution can improve sound quality, but it also increases file size.

How to Teach This Topic

A teaching sequence that tends to work

  • Start with the idea that sound is analogue, so a computer must sample it to store it digitally.
  • Introduce sample rate and sample resolution separately before combining them in calculations.
  • Model the formula with one straightforward example using seconds and Hz only.
  • Then introduce questions with unit conversions, especially kHz to Hz and minutes to seconds.
  • Finish with mixed questions where students must decide whether a final answer should stay in bits or be converted.

Classroom moves that help

  • Colour-code the three values in the formula so students see what each number represents.
  • Use matching tasks where students pair a definition with sample rate, sample resolution, or duration.
  • Ask students to annotate worked examples with what this number means rather than only copying the arithmetic.
  • Compare two files with different settings and ask which will be larger and why.
  • Give students one correct answer and one almost-correct answer to diagnose. It is amazing how often the missing seconds reveal themselves only when students are asked to play examiner.

Scaffolding and extension

Scaffolding ideas

  • Provide a formula frame with blanks
  • Highlight unit conversions before the multiplication starts
  • Use sentence stems such as The sample rate is..., The duration in seconds is...
  • Keep early examples to whole numbers before using 44.1 kHz

Extension ideas

  • Ask students to compare two recordings and justify which has the larger file size
  • Give one example where only the sample rate changes and another where only the sample resolution changes
  • Ask students to explain why better quality usually means larger storage requirements
  • Challenge students to convert final answers into bytes and KB accurately

Useful discussion prompts

  • Why does increasing the sample rate increase file size?
  • Why does a longer recording create a larger file even if the settings stay the same?
  • What is the difference between sample rate and sample resolution?
  • Why is 44.1 kHz not the same as 44.1 Hz?
  • When should students divide by 8?

πŸ“ Teacher tip
Students are often more secure when they say the formula in words before using it: samples per second Γ— bits per sample Γ— number of seconds. That phrasing helps stop sample rate and sample resolution from swapping jobs halfway through the lesson.


How to Mark This Topic Effectively

What strong answers usually contain

  • the correct formula
  • correct conversion of units before substitution
  • a clear distinction between sample rate and sample resolution
  • a correct final unit
  • an accurate explanation of how higher sample rate or sample resolution affects both quality and file size

What examiners reward

What to reward What it looks like in an answer
Formula knowledge Uses sample rate Γ— sample resolution Γ— duration correctly.
Unit control Converts kHz to Hz and minutes to seconds where needed.
Method clarity Shows substitution clearly enough to follow the thinking.
Accurate terminology Does not confuse sample rate with sample resolution.
Final precision Gives the answer in bits unless the question asks for another unit.

Common marking red flags

  • using 44.1 instead of 44,100
  • leaving duration in minutes
  • dividing by 8 when the question only asked for bits
  • writing that sample resolution is measured in Hz
  • claiming that higher quality makes the file smaller

βœ… Marking guidance
If a student has the right process but the wrong converted value, reward the method where your mark scheme allows it. If the final unit is wrong, do not treat the response as fully secure. In this topic, the unit is doing real work.


Example Student Responses

Example question

A sound file has a sample rate of 22 kHz, a sample resolution of 8 bits, and a duration of 15 seconds. Calculate the file size in bits. [4 marks]

Marking guidelines

  • 1 mark for converting 22 kHz to 22,000 Hz
  • 1 mark for using the correct formula
  • 1 mark for correct substitution and multiplication
  • 1 mark for 2,640,000 bits with the correct unit
Strong response

The sample rate is 22,000 Hz. The formula is sample rate Γ— sample resolution Γ— duration. So the file size is 22,000 Γ— 8 Γ— 15 = 2,640,000 bits.

Why this is strong

  • converts the sample rate correctly
  • uses the correct formula
  • keeps the unit as bits because that is what the question asked for
  • presents a full method rather than a lucky final number

What teachers should reward

  • secure unit conversion
  • correct substitution
  • correct final answer and unit
Weak response

22 Γ— 8 Γ— 15 = 2640 bits

Why this is weak

  • does not convert kHz to Hz
  • uses the right structure but the wrong value for sample rate
  • gives an answer that is far too small for the stated settings
  • suggests shaky understanding of what the units mean

What teachers should notice

  • the student may remember the formula pattern
  • the weakness is in unit conversion and scale, not necessarily in multiplying three values

Practice Questions

Question 1

A sound clip has a sample rate of 10,000 Hz, a sample resolution of 4 bits, and a duration of 20 seconds. Calculate the file size in bits. [2 marks]

  • Marking guidance: multiply 10,000 Γ— 4 Γ— 20 and give 800,000 bits.

Question 2

A recording uses a sample rate of 44.1 kHz, a sample resolution of 16 bits, and lasts 10 seconds. Calculate the file size in bits. [3 marks]

  • Marking guidance: convert 44.1 kHz to 44,100 Hz, then calculate 44,100 Γ— 16 Γ— 10 = 7,056,000 bits.

Question 3

A sound file is 84,672,000 bits. How many bytes is this? [1 mark]

  • Marking guidance: divide by 8 and give 10,584,000 bytes.

Question 4

Explain one effect of increasing the sample rate. [2 marks]

  • Marking guidance: reward answers that state improved sound quality and larger file size.

Question 5

Explain one effect of increasing the sample resolution. [2 marks]

  • Marking guidance: reward answers that state more accurate sound representation and larger file size.

Question 6

A 2-minute recording has a sample rate of 8,000 Hz and a sample resolution of 8 bits. Calculate the file size in bits. [3 marks]

  • Marking guidance: convert 2 minutes to 120 seconds, then calculate 8,000 Γ— 8 Γ— 120 = 7,680,000 bits.

πŸŽ“ Retrieval prompt
Ask students to sort questions into three types:

  • no conversion needed

  • convert time first

  • convert kHz first

That quick classification task often improves accuracy before any calculator appears.


Common Misconceptions

Misconception Quick correction
I can use kHz in the formula without thinking about it. Usually convert kHz to Hz first so the sample rate is in samples per second.
The formula gives the answer in bytes. The standard formula gives the file size in bits. Divide by 8 only if bytes are needed.
Sample rate and sample resolution are basically the same thing. Sample rate is how often samples are taken. Sample resolution is how many bits each sample uses.
A longer duration does not matter if the quality settings stay the same. Longer duration means more total samples, so file size still increases.
Higher quality should make the file smaller because it is better. Higher sample rate or sample resolution usually improves quality, but it also increases file size.
If the multiplication is correct, the answer must be correct. Not if the units were wrong before the calculation started.

FAQ

Do students need to memorise the full sound file size formula?

Yes. For this specification point, students should know and use sample rate Γ— sample resolution Γ— duration in seconds confidently.

Do students need to convert bits to bytes every time?

No. They should only convert if the question asks for bytes, KB, or another unit. Otherwise, the answer can stay in bits.

What is the most common exam error in this topic?

The most common errors are leaving time in minutes, leaving sample rate in kHz, or giving the final answer in the wrong unit.

Should I teach sample rate and sample resolution together or separately?

Teach them separately first so students understand the difference, then bring them together in the calculation. That usually reduces confusion later.

How much explanation should I expect in a calculation answer?

Enough to show the method clearly. Students do not need a full paragraph, but they should show conversions, substitution, and the final unit.


Make sound file calculations easier to review

Marking.ai can help teachers spot missed conversions, unit slips, and partial-method errors more quickly, so feedback is sharper and marking takes less time. It is especially useful when students know the formula in theory, but their seconds, bits, and kilohertz are still not fully cooperating.