Unit 1 : Data representations Flashcards
What is a way of representing an image
Using a bitmap
How do you have more colours in images
Add more bits
What is the colour depth
Number of bits per pixel
How do you find number of combinations
number of combinations of n bits = 2n
For example :
what is maximum number of colors that can be represented using 3 bits
2 x 2 x 2 = 8
Colour depth can impact quality of an image
1 bit color depth means the image can only be black and white
What is a greyscale image
Image that only uses shades of grey to represent the image
What is image resolution
Number of pixels per inch
How can image resolution be expressed
The number of pixels across the width of the screen by how many across the height of the screen
What happens when a bitmap is upscaled
The individual pixels become larger, when pixels become more visible, the quality of the photo reduces
What is metadata
Data about data
What is a pixel
Smallest element in an image