fundamentals of data representation Flashcards
what is a pixel
- pixels are short for picture element
- the smallest identifiable area of an image
-each pixel is a single colour and is given a binary value which represents that colour
what is the resolution
the concentration of pixels within a specific area
how many values does a one-bit-per-pixel allow
2 values - black and white
how many colours come from 3 bits
8 - 2^8
how does a higher bit depth affect the image
gives a greater quality of image and greater range of colours
how many colours come from 24 bits
2^24 = 16777216
how does the number of colours affect file size
an increase in the number of colours used( the bit depth ) increases the file size
how does the size of the image affect file size
- an increase in the number of pixels in the image will increase the file size
BUT if the image’s physical size is increased by making each pixel larger, the file size will not change
what is the formula to calculate the image file size in bits
width x height x colour depth
what is the formula to calculate the image file size in bytes
width x height x colour depth / 8
what is metadata
is data about data
what are the ways to store images
bitmap and vector
what is colour depth
the number of colours needed to represent each pixel
sound is —– and must be converted to a ———– form for storage and processing in a computer
digital , digital
what does ADC stand for
analogue to digital converter
what is an ADC used for
to convert inputs to digital signals
what is a DAC
digital to audio converter
what does a DAC do
convert digital signals to outputs
how is sound sampled
using a sample resolution ( bit depth)
- using a sampling rate
what is sample resolution
the number of bits used to record each measurement
what is the sample rate
The number of samples taken in a second is usually measured in hertz (1 hertz = 1 sample per second).
what affects the quality of a digitally converted sound wave
sample rate and sample resolution
what would happen if either or both sample rate or sample resolution increased
the quality of overall sound would also increase( get better ) and the file size will increase
how to calculate file size (in bits) in term of sound
sampling rate x resolution x duration