chapter 4 vocab Flashcards
Sample
The part of a sound wave that is captured, measured, and assigned a numeric value during digital sound recording.
Bit Depth
The amount of memory used to store the numeric value of a sound sample during digital sound recording. 8-bit sound uses eight bits (or one byte) to store the value of each sample. 16-bit sound uses two bytes per sample. Generally speaking, the better the bit depth, the better the sound.
Sampling Rate
The number of individual samples taken each second during digital sound recording. Measured in Hertz, the higher the sampling rate, the better the recording. Most modern sound recordings are made at 44.1 kHz.
Frame Rate
The number of images, or frames, that are taken each second during digital video recording. Most digital videos have a frame rate of about 30 frames per second.
Resolution
The number of pixels in the width and height of each frame in a digital video recording. The higher the resolution, the clearer the image will be.
Color Depth
The amount of memory the computer uses to display colors in a digital image or a digital video. 8-bit color images use one byte of data for each pixel. 24-bit color uses three bytes for each pixel.
RGB Display
A display on a computer monitor that is made up of sets of tiny red, green, and blue (RGB) lights, each set combining to make a pixel. A pixel will display different colors depending on the brightness of each light.
Raster Images
Images stored by dividing a picture into rows of pixels and collecting the color values of each pixel, in order, row-by-row.
Vector Images
Images stored by mathematically describing the shapes in the image. A circle might be stored as a center point and the distance from the center point to the circle’s edge. A square is stored as four lines, each with a beginning point and a length. More complex shapes can be stored as a set of small lines.
File Compression
A way of reducing the size of files, making them easier to store.
Lossless Compression
A compression algorithm, such as GIF, PNG, PDF, and ZIP, that doesn’t affect the original data. A file compressed using a lossless compression algorithm, when decompressed, will be exactly the same as the file before compression, bit for bit.
Lossy Compression
A compression algorithm, such as JPG, MP3, and MP4, that slightly alters the data to make it easier to store, taking advantage of the limitations of human sight and hearing, and is usually used for images, videos, and audio files.
Run-Length Encoding
A common lossless compression algorithm that looks for repeated patterns of bits or bytes and records the pattern and then number of times the pattern is repeated.
Compression Artifact
A patch of pixels in a compressed image or video that have less visible detail than the rest of the image.
Bitrate
Kilobits of audio data processed each second.