Data Representation - Images Flashcards
What do we call the smallest unit of data that can be represented in an image?
Pixel
What are the most common image file types?
PNG
JPEG
Bitmap
Vector
What is meant by a Pixel?
- Smallest element that makes up an image
- A picture/image element.
How a bitmap image is stored on a computer?
- An image is made up of / consists of pixels
- A pixel can be one colour
- Each colour has a unique / corresponding binary number
- Each pixel / square is given the binary number of its colour
- The binary numbers are stored in order in the file E.g. White = 000, Red = 010, Blue= 110, top line would be 000000010010010110110
What is meant by Colour Depth?
The number of colours available for each pixel
What happens to the size of the file if you increase the image’s colour depth?
The file size increases (gets larger)
What happens to the size of the file if you decrease the image’s colour depth?
The file size decreases (gets smaller)
What is the term used to define information about an image?
Metadata
In modern technology what unit of measurement would be used for screen size?
Pixels per inch (PPI)
What is image resolution?
The resolution of an image is the number of pixels per unit (pixels per inch).
How does the resolution of an image affect the size of the file?
The more pixels per inch the larger the file size.
How many colours can be represented with a 4 bit colour depth?
16
How many colours can be represented with a 1 bit colour depth?
2
How many colours can be represented with a 3 bit colour depth?
8
How many colours can be represented with a 8 bit colour depth?
256