representing images Flashcards

bit patterns, images, sound and other data (25 cards)

1
Q

what is a bitmap image?

A

an image formed from rows of different coloured pixels

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

what is a pixel?

A

this is the smallest element of a bitmap image.

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

how do you calculate a bitmap resolution?

A

by calculating the area of the image which is made using pixels

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

what does resolution in bitmap mean?

A

the quality of the image, how many pixels there are in an image and it’s scale size.

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

how many bits per pixel is required for 256 colours

A

8-bit, 2 to the power 8 gives 256.

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

what does rasterization mean?

A

creating a bitmap

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

name four common bitmap files

A
  • JPG
  • JPEG
  • PNG
  • GIF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

how do you calculate the bit depth?

A

2 to the power n.

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

what is the range for RGB values?

A

RBG (red, green and blue) is ranged between 0 - 255

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

how do you calculate the file size?

A

the number of pixels * bit depth. you then divide by 8 to convert bits to bytes. You would always need to give your answer in bytes if it is not stated in the exam.

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

what is metadata?

A

this is data about data that is stored in the same file as the image data.

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

what is colour depth and how is it calculated?

A

the number of bits in a single pixel.

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

give 3 example of a meta data

A
  • resolution of the image
  • location of the image
  • time the image was taken
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

what is the standardized number of colours a pixel can be for an RGB display

A

16, 777, 216

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

what does the term “resolution independent” mean?

A

this is when resizing something does not make the resolution change.

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

what are vector graphics?

A

these are images that are made up of lists of objects and their properties (attributes).

17
Q

what are drawing lists?

A

The list of images that the vector graphics have to create.

18
Q

name some properties when creating a vector graphic

A
  • positions; x and y coordinates
  • dimensions; width and height
  • appearance; fill, stroke, stroke-width
  • note that there is no colour property by itself, you have to state this in the fill, stroke property.
19
Q

why are vectors resolution independent?

A

This is because they are made of equations. If you want it to become bigger you might multiply it by 2 or any other number which gives it, its highest resolution.

20
Q

name 3 advantages of using a bitmap?

A
  • can be compressed into smaller sizes
  • simple to edit
  • has a better visual appeal and can go into depth with details.
21
Q

name 2 advantages of using vectors

A
  • resolution independent
  • less storage space
22
Q

name 4 disadvantages of using bitmaps

A
  • often has large file sizes
  • poor scalability
  • resolution dependent
  • limited colour depth
23
Q

name 2 disadvantage for using vectors

A
  • difficult to create a gradient
  • not easy to compress vectors
24
Q

in what real-world situations would you use bitmaps?

A
  • photographs
  • represent images on the computer
25
in what real-world situation would you use vectors
- to create logos - advertising and marketing, as well as brand collateral.