Images Flashcards

1
Q

Raster

A
  • represented as “pixels”
  • navigate from top left to bottom right
  • JPEG, GIF
  • width and heigh of image are also required to render image from list of pixel values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Vector

A
  • represented as points, lines, cures
  • order of vector unimportant
  • SVG, PDF
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Gray Scale Raster

A
  • each pixel is a single integer specifying its grayscale value
    0 = black
    255 = white
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Colour Raster

A
  • each pixel is a triple of integers specifying RGB values

- additive primary colours

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

Hexadecimal

A
  • represents 24 bit RGB value
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

bit

A

binary digit

  • basic unit of storage/computation
  • 1 byte = 8 bits = 2 hex digits
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Computational counting

A
hexa = base 16 = 0x
octal = base 8 = 0o
bi = base 2 = 0b
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Memory, storage/size

A

bytes
often reported with base 10 rather than 2
1kb = 1000 bytes

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

Network speed

A

bits

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

kilo

A

2^10

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

mega

A

2^20

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

giga

A

2^30

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

tera

A

2^40

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