When converting sound waves into digital form, what is the very first step?
Think about how you capture the shape of a wave in numbers.
The first step is sampling, which means measuring the sound wave's amplitude at regular time intervals to create a series of numbers representing the sound.
Imagine a video frame is divided into a grid of pixels. Each pixel's color is recorded as numbers. What is the correct order of steps to digitize one frame?
Think about capturing first, then converting, then storing, then compressing.
First, the camera captures light intensity per pixel, then converts it to numbers, stores them in a grid, and finally compresses the data.
Which statement about digitizing audio is incorrect?
Consider the order of steps in digitization.
Compression happens after sampling and quantization, not before, so option C is incorrect.
Which of the following best describes a key difference between digitizing audio and video?
Think about what is being measured and how for each type.
Audio digitization samples sound waves over time, while video digitization samples light intensity across pixels (space) and over time (frames).
An audio clip is 10 seconds long, sampled at 44,100 samples per second, with each sample quantized to 16 bits. How many bits of data does the clip contain?
Multiply sample rate × duration × bits per sample.
44,100 samples/second × 10 seconds = 441,000 samples. 441,000 samples × 16 bits/sample = 7,056,000 bits (mono audio, as channels unspecified).