Calculate the file size in bits for a two minute sound recording that has used a sample rate of 1000 Hertz (Hz) and a sample resolution of 5 bits.

First, calculate time in seconds:2 minutes * 60 = 120 secondsFile size (bits) = time (seconds) * sample rate (Hz) * sample resolution (bits)File size = 120 * 1000 * 5 bitsFile size = 600,000 bits

JG

Related Computing GCSE answers

All answers ▸

Convert the following binary number into hexadecimal : 10111000


What does a compiler do in the context of programming?


Describe the process used by a binary search algorithm, and explain why binary search would not be appropriate for the list [3,2,5,7,9]


Show how you would calculate 53 + 39 in 8-bit binary?