Information rep Flashcards
Bit depth
The number of bits used to represent a single pixel
Color depth
Maximum number of color that an image can contain also depends on the bit depth
Image resolution
refers to the number of pixels that make up an image
Screen resolution
Refers to the number of horizontal pixels and vertical pixels that make up the screen display
Advantages of vector graphics
No pixelation when it is zoomed in
It is easier to edit
Vector graphics are stored as instructions
Lossless and lossy compression
lossless - Doesn’t lose data, no corruption of data
Uses RLE
lossy - loses data, data file is corrupted, cannot be restored back to its original form.
Why does sound need to be digitized
What coverts it from analogue to digital
Sound in an analogue form so it needs to be digitized to store it in a computer
ADC - analogue to digital convertor
Sampling resolution
resolution is the number of distinct values available to encode/represent each
sample
• specified by the number of bits used to store/record each sample
• sometimes referred to as bit depth
• the higher the sampling resolution, the smaller the quantization error
• a higher sampling resolution results in less distortion of the sound
• usually 8 bit, 16 bit, 24 bit or 32 bit
What affects the size of a bit map image
Color depth- when decreased file size decreases
What affects the accuracy of a sound file
Sampling rate and sampling resolution
Calculations
File size
Image size
File size - sampling frequency(rate) x sampling size( resolution) x time
Image size -( width x height x color depth(in bits))/8 (which converts it to bytes)