Computer Science for IGCSE & O level - Data Representation (Section 1 - No. 21)
If you have a 16-bit audio file, what is the maximum number of distinct values that can be used to represent the amplitude of each sample?
256
1024
65536
16
Explanation
With 16 bits, there are 2^16 = 65536 possible values.
Comments (0)
