Easy1 markShort Answer
AQA GCSE · Question 13.1 · Fundamentals of data representation
Analogue sound must be converted to a digital form for storage and processing in a computer. Define the term sample resolution.
Analogue sound must be converted to a digital form for storage and processing in a computer. Define the term sample resolution.
How to approach this question
Think about what is being measured when a sound wave is sampled. Each sample records the amplitude (height) of the wave at a point in time. How is the precision of that measurement defined? What unit is it measured in?
Full Answer
The number of bits used to store the value of each sample.
When an analogue sound wave is converted to a digital signal, the process is called sampling. The amplitude (or height) of the wave is measured at regular intervals. **Sample resolution**, also known as bit depth, refers to the number of bits that are used to store the value of each of these individual measurements (samples). A higher sample resolution means more bits are used per sample, allowing for a more accurate representation of the original sound's amplitude, which results in higher quality audio.
Common mistakes
✗ Confusing sample resolution with sample rate (which is the number of samples taken per second).
✗ Vague answers like "the quality of the sound".
✗ Describing image resolution instead of sound sample resolution.
Practice the full AQA GCSE Computer Science Paper 2
46 questions · hints · full answers · grading
More questions from this exam
Q01.1Convert the binary number 11010100 into decimal.EasyQ01.2Convert the binary number 10111001 into hexadecimal. You should show your working.MediumQ01.3State the largest decimal number that can be represented using 6 bits.EasyQ02.1Add together the following three binary numbers and give your answer in binary.
00110110
1001...MediumQ02.2Apply a binary shift three places to the right on the bit pattern 10101000. Give the result using...Easy
Expert