Storing Images Flashcards

1
Q

What are the images called mainly used for photos?

A

Bitmap images, they’re made up of loads of little dots called pixels.

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

What is each colour of a pixel represented by?

A

Binary code. The number of colours available is related to the number of bits the code has.

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

What bits do black and white images need?

A

They only use two colours so only need 1-bit to represent each pixel.

  • 0 for white
  • 1 for black
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are 2-bit images made of?

A

Four colours. Each pixel can be made up of four binary values: 00, 01, 10 and 11

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

How can you make a greater range of shades and colours in an image?

A

Increasing the number of bits for each pixel.

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

What is the colour depth?

A

The number of bits used for each pixel.

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

How can you work out how many colours can be made if you know the colour depth?

A

total number of colours = 2^n

where n = number of bits per pixel, or bpp or colour depth

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

What colour depth do most devices use?

A

24-bit, with 8 bits used to indicate the levels of red, green and blue needed for each pixel. It’s estimated the human eye can see around 10 million different colour, so the 24-bit colour depth should cover every possible colour we could see.

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

What is resolution?

A

The density of pixels in an image. i.e. how many pixels there are within a certain area.

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

What is resolution normally measured in?

A

Dots per inch (dpi)

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

How does it affect the image the higher the resolution?

A

The more pixels in a certain area so better quality of image.

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

Having more bits in an image due to increasing resolution means what?

A

It improves the image quality but increases the file size.

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

What is metadata?

A

The information stored in an image file which helps the computer recreate the image on the creek from the binary data in each pixel.

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

What does metadata usually include?

A
The image's:
- file format
- height 
- width
- colour depth 
- resolution 
also extra things like:
- time and date the image was created or last edited
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Without metadata what would devices not be able to do?

A

Display the image on screen as intended.

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