Log in
Sign up for FREE
arrow_back
Library

STIG AS Level Sound

star
star
star
star
star
Last updated 11 months ago
25 questions
1
1
1
1
1
1
1
1
Sound is a continuous, analogue phenomenon in the physical world. To work with sound in digital systems, we need to convert it into digital data.
GEEK: Analogue data is continuous and can have any value within a range. Sound waves in the air are analogue.

NOOB DESCRIPTION:
  • Think of the smooth, continuous color transition in a rainbow.
  • You can't see where one color exactly ends and the next begins.
  • It's like a slider that can be at any position.
So.......
Analogue: The smooth, continuous sound waves in the air.
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Question 18
18.

Explain how an analogue sound wave is sampled to convert it into digital format

Question 19
19.

Explain the effects of increasing the sampling resolution on the sound file.

Question 20
20.

The original sound was sampled at 44.1 kHz. The sample rate is changed to 22.05 kHz. Explain the effects of this change on the sound file.

Question 21
21.

Explain the terms sampling resolution

Question 22
22.

Explain the term Sampling Rate

Question 23
23.

The following information refers to a music track being recorded on a CD: • music is sampled 44 100 times per second • each sample is 16 bits • each track requires sampling for left and right speakers (i) Calculate the number of bytes required to store one second of sampled music. Show your working

Question 24
24.

A particular track is four minutes long. Describe how you would calculate the number of megabytes required to store this track.

Question 25
25.

When storing music tracks in a computer, the MP3 format is often used. This reduces file size by about 90%. Explain how the music quality is apparently retained.

GEEK: Digital data is discrete and can only have specific values. Computer systems work with digital data.

NOOB DESCRIPTION:
  • Now imagine a rainbow made of Lego bricks.
  • Each brick is a single, solid color.
  • You can clearly see where one color stops and the next starts.
  • It's like a staircase - you can only be on specific steps, not between them.
So.......
Digital: The sound broken into many tiny pieces (samples) that a computer can understand and work with.
Question 1
1.

Question 2
2.

Question 3
3.

Question 4
4.

GEEK: Sampling

Sampling is the process of measuring the amplitude of a sound wave at regular intervals. This converts the continuous analogue signal into a series of discrete digital values.

Noobs:
Imagine you're trying to describe a roller coaster ride to a friend who's never been on it:
  1. The Roller Coaster (Analogue Sound):The entire roller coaster track represents a continuous sound wave. It has ups, downs, twists, and turns, just like a sound wave has different amplitudes over time.
  2. Taking Photos (Sampling):Now, imagine you're riding the roller coaster and taking photos every second. Each photo captures your position (height) on the track at that moment. These photos represent samples of your journey.
  3. Describing the Ride (Digital Representation): After the ride, you show your friend the series of photos. Your friend can get a pretty good idea of the ride's layout from these snapshots. However, they don't see every single moment of the ride, just the moments you captured in photos.
In this example:
  • The continuous roller coaster track is like the analogue sound wave.
  • Taking photos at regular intervals is like sampling the sound.
  • The series of photos is like the digital representation of the sound.
Just as more frequent photos (higher sampling rate) would give your friend a more detailed understanding of the roller coaster, a higher sampling rate in audio gives a more accurate digital representation of the original sound.
This is the basic idea behind sampling in audio: we're taking regular "snapshots" of a continuous sound wave to create a digital version that computers can work with.


Question 5
5.

Questions you might have or further research needed

Question 6
6.

Question 7
7.

Question 8
8.

Question 9
9.

Sampling Rate

The sampling rate is the number of samples taken per second, measured in Hertz (Hz). A higher sampling rate captures more detail about the original sound but requires more storage space.

Example:

  • CD-quality audio uses a sampling rate of 44,100 Hz (44.1 kHz). This means 44,100 samples are taken every second.
  • Professional audio often uses 48 kHz or 96 kHz for even higher fidelity.

EXAM BOARD DEFINITION:
– number of times that the amplitude of (analogue) sound wave is taken/measured
– per unit time/per second
– higher sampling rate results in more accurate digital representation
Question 10
10.

Question 11
11.

Question 12
12.

Question 13
13.

Sampling Resolution (Bit Depth)

Sampling resolution, also known as bit depth, determines how many possible values each sample can have. It's measured in bits, and a higher bit depth allows for more accurate representation of the sound's amplitude.

Example:

  • 8-bit resolution gives 256 possible values for each sample (2^8 = 256)
  • 16-bit resolution (CD-quality) gives 65,536 possible values (2^16 = 65,536)
  • 24-bit resolution (professional audio) gives 16,777,216 possible values (2^24 = 16,777,216)

Exam Board Definition:
– representation used to write samples in digital sound recording
– resolution is the number of distinct values available to encode/represent each sample
– specified by the number of bits used to store/record each sample
– sometimes referred to as bit depth
– the higher the sampling resolution the smaller the quantization error
– a higher sampling resolution results in less distortion of the sound
– usually 8bit, 16bit, 24bit or 32bit



Putting It All Together

When we encode sound digitally:
  1. We start with an analogue sound wave.
  2. We sample the wave at a fixed rate (e.g., 44,100 times per second).
  3. For each sample, we measure the amplitude and assign it a digital value based on our sampling resolution.
The result is a series of numbers that represent the original sound. To play back the sound, this process is reversed: the digital values are converted back into an analogue signal that can drive speakers or headphones.
Remember, higher sampling rates and bit depths result in more accurate representations of the original sound, but also larger file sizes. The goal is to balance quality with practical considerations like storage space and processing power.
Question 14
14.

Question 15
15.

Question 16
16.

Question 17
17.

What type of data is represented by digital systems?
Continuous data
Analog data
Random data
Discrete data
What best describes digital sound?
Tiny pieces a computer understands
Analog sequence
Single solid color
Fluid sound wave
What analogy best describes how digital data works?
Paint gradients
Lego steps
Mixed colors
Fluid transitions
In digital data, values are...
Specific steps
Continuous range
Variable intervals
Fluid spectrum
What does sampling a sound wave refer to?
Measuring frequency at regular intervals
Converting digital to analogue sound
Measuring amplitude at regular intervals
Filtering unwanted noise
What increases the accuracy of a digital sound representation?
Lower sampling rate
Random sampling rate
Higher sampling rate
Inconsistent sampling rate
The continuous roller coaster track represents which sound component?
Analogue sound wave
Noise filter
Digital sound wave
Digital samples
In the roller coaster analogy, what do the photos represent?
The track design
Samples of the ride
Noise reduction
The full ride
What is the sampling rate measured in?
Volts (V)
Hertz (Hz)
Meters (m)
Seconds (s)
How many samples per second does 44.1 kHz audio take?
4,410
48,000
96,000
44,100
What is an effect of increasing the sampling rate in audio?
Speeds up playback
Compresses the audio
Limits sound frequencies
Captures greater sound detail
What sampling rate is needed for CD-quality audio?
96 kHz
48 kHz
50 kHz
44.1 kHz
What is the bit depth of CD-quality audio?
24-bit
8-bit
32-bit
16-bit
How many values can a 24-bit resolution encode?
65,536
44,100
16,777,216
256
What does a higher bit depth achieve in audio sampling?
Higher sample rate
Larger storage file
More accurate amplitude
Lower processing power
What determines the number of possible values per sample?
Bit depth
Amplitude
Sample rate
File size