Unit 3 Test CSP Flashcards

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

Abstraction

A

allowing lower level protocols to provide functionality to higher level protocols without needing to know how the lower level works

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

Examples of Abstraction

A

HTML works without knowing TCP

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

Metadata

A

data that describes other data

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

Examples of metadata

A

dimensions, bits per pixel, number of colors, resolution

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

Heuristic

A

a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible

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

Heuristic scope

A

deductive

starts general and then becomes broad

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

BMP

A

uncompressed image

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

WAV

A

uncompressed sound

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

JPEG

A

compressed image-lossy

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

Gif

A

compressed image-lossless

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

MP3

A

compressed sound-lossy

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

ZIP

A

compreessed files-lossless

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

PNG

A

compressed image-lossless

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

Lossless compression

A

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

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

Pixel

A

fundamental unit of a digital image

tiny square or dot which contains a single point of color of a larger image

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

Lossy

A

compression scheme in which “useless” information is thrown out in order to reduce the size of the data

17
Q

What do you gain from lossy?

A

storage and time

18
Q

What do you loose from lossy?

A

resolution, precision with decimals, frequencies

need more hardware to decode lossy

19
Q

What is lost during lossless compression?

A

Time and space

20
Q

Heuristic easy definition

A

Getting an OKAY answer in an acceptable amount of time