Calculate sound file sizes using sample rate, bit depth, channels, and duration. Perfect for GCSE Computer Science exam questions.
Sample Rate × Bit Depth × Channels × Duration ÷ 8How many times per second the sound is measured. Higher rates = better quality = larger files.
Bits per sample. More bits = more dynamic range = larger files. CD quality is 16-bit.
Mono = 1 channel, Stereo = 2 channels. More channels = larger files.
Multiply sample rate by bit depth by number of channels by duration, then divide by 8 to convert bits to bytes.
Sample rate is how many times per second the sound is measured. Higher sample rates give better quality but larger files.
Stereo has 2 channels, mono has 1. Each channel needs separate audio data, so stereo files are twice the size of mono files.
Get step-by-step guidance and practice questions with our Computer Science Genie.