Data Representation - Storing Images and Sound Flashcards
What is the most common type of image?
A bitmap
What are bitmap images?
Images made up of tiny dots called pixels
What colour is 0 in bitmap?
White
What colour is 1 in bitmap?
Black
How many bits represent each pixel in a black and white photo?
1 bit as there are only two colours
How many colours are in 2-bit images?
4 colours
What are the colours and their respective binary values in 2-bit images?
00 = white
01 = light grey
10 = dark grey
11 = black
What is colour depth?
The number of bits used per pixel
How do you work out the total amount of colours with colour depth?
Total amount of colours = 2 to the power of bits per pixel (1-bit image = 2 to the power of 1)
What colour depth do most devices?
24-bit colour depth
What is image size?
The number of pixel in an image (width x height)
What does more pixel mean for the image?
The image will have a higher quality
How do you work out file size in bits?
Image size (length x width) x colour depth
How is sound recorded by a microphone?
As an analogue signal
What are analogue signals?
Pieces of continually changing data