Images & Sound Flashcards
What is a pixel?
The smallest element of an image that stores color.
What is resolution?
The number of pixels per unit of measurement (e.g., pixels per inch or per cm).
How does pixel count affect image size on different screens?
More pixels result in a higher resolution, displaying a clearer image.
What is color depth?
The number of bits used to represent the color of each pixel.
How many colors can an 8-bit image represent?
256 colors.
How many unique colors can a 24-bit image represent?
16.7 million colors.
What are bitmap images?
Images stored as a grid of pixels, with each pixel storing specific color data.
What are vector images?
Images composed of shapes and objects defined using coordinates and properties (e.g., line width, color, angle).
What is a key advantage of vector images?
They can be resized without loss of quality and faster download time.
What are the common bitmap image formats?
JPG and GIF.
When is GIF used?
For images with limited colors, such as logos and animations.
How is sound converted to digital data?
By using an Analog-to-Digital Converter (ADC) to sample the sound wave at regular intervals.
What determines the quality of digitized sound?
The sampling rate and bit depth.
What is the sampling rate of a CD?
44 kHz (44,000 samples per second).
What is Pulse Code Modulation (PCM)?
A method of converting sampled analog signals into binary form.