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