SA Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Heuristics

A

: process of finding a satisfactory solution where finding an optimal or exact solution is impractical or impossib

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

How are BW images encoded?

A

0 is black, 1 is white

-

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

How are color images encoded?

A

RGB is a color model that uses varying intensities of (R)ed, (G)reen, and (B)lue light to reproduce nearly any color

  • RGB values range from 0-255, with 255 being the highest intensity of that color (ex. 255, 0, 0 is pure red)
  • RGB typically uses a total of 24 bits (3 bytes) with 8 bits each for Red, Green, and Bl
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is metadata

A

data that describes other data - in the case of images, metadata would include the width and height of the image

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

Pixels

A

“picture element” - the most fundamental element of a digital image; a dot or square that contains a single point of color for a larger image

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

Lossy

A

dta compression algorithm that does not allow the original data to be creconstructed, thus saving space

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

lossless

A

data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data

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

Binary

A

values of 1s and 0s, can be used to make images

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

Hexadecimal

A

values stored in letters and 1s and 0s

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

RGB colors

A

red green blue values from 0 to 255 that can be combined to make different colors

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

raster vs vector

A

raster images made from pixels, while vector images made from paths between points to form lines

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

raster vs vector

A

raster images are made from pixels, vector images are made from connecting paths of lines

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