Storing Images Flashcards

1
Q

What are most images?

A

Bitmap images

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are bitmap images made up of?

A

Tiny dots called pixels

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How is the colour of each pixel represented?

A

By binary code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the number of colour in the image related to?

A

The number of bits the code has

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How many bits does a black and white image have?

A

Black and white image uses two colours so it would need a bit for each pixel. 0-white, 1-black

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How many colours would a 2-bit image have?

A

4 colours. Each pixel, one of 4 binary values- 00, 01. 10 and 11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the colour depth?

A

Number of bits used for each pixel?

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you find the total number of colours?

A

2ⁿ ( with n being the number of bits per pixel or bpp)
1 bit = 2¹ = 2 colours
4 bit = 2⁴ = 16 colours
24 bit = 2²⁴= 16,777,216 colours

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What bit depth do most devices use?

A

Most devices use a 24-bit depth with 8 bits for the level of red, green & blue in each pixel.
This colour depth produces more colours than the human eye can see (10 million)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the image resolution?

A

Number of pixels in the image (Width x Height)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What does a higher resolution mean?

A

The more pixels image made up of = better quality of image

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

How is File size (in bits) calculated?

A

image resolution x colour depth

width x depth x colour depth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What does using a greater image resolution/ colour depth do?

A

It means more bits in the image which can higher image quality but increased file size

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is Metadata?

A

Information stored in image files which helps the computer recreate image on screen from binary data in each pixel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does Metadata include?

A

File format, height, width, colour depth and resolution

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What would happen if devices didn’t have Metadata

A

Devices wouldn’t be able to display image on screen as intended