Data Representation - Images Flashcards

1
Q

What do we call the smallest unit of data that can be represented in an image?

A

Pixel

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

What are the most common image file types?

A

PNG
JPEG
Bitmap
Vector

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

What is meant by a Pixel?

A
  • Smallest element that makes up an image

- A picture/image element.

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

How a bitmap image is stored on a computer?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is meant by Colour Depth?

A

The number of colours available for each pixel

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

What happens to the size of the file if you increase the image’s colour depth?

A

The file size increases (gets larger)

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

What happens to the size of the file if you decrease the image’s colour depth?

A

The file size decreases (gets smaller)

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

What is the term used to define information about an image?

A

Metadata

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

In modern technology what unit of measurement would be used for screen size?

A

Pixels per inch (PPI)

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

What is image resolution?

A

The resolution of an image is the number of pixels per unit (pixels per inch).

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

How does the resolution of an image affect the size of the file?

A

The more pixels per inch the larger the file size.

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

How many colours can be represented with a 4 bit colour depth?

A

16

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

How many colours can be represented with a 1 bit colour depth?

A

2

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

How many colours can be represented with a 3 bit colour depth?

A

8

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

How many colours can be represented with a 8 bit colour depth?

A

256

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

What is the name of the type of graphic that uses shapes of solid colour?

A

Vector

17
Q

What is the name of the type of graphic that uses pixels?

A

Bitmap

18
Q

Why is metadata included in a file?

A

A computer needs to know the size of the image in terms of height, width and colour depth in bits per pixel (bpp

…this allows the computer to recreate the image from binary.

19
Q

What is the common metadata is held about images?

A
  • dimensions
  • height
  • width
  • number of bits per pixel
  • colours used
  • location
  • date
  • file type