Digital Information: Converting Analog Data to Binary Flashcards

1
Q

Analog

A

continuous stream of varying Data

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

can computers store analog Data

A

no only digital data which is finite because analog is super detailed and can change

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

how do computers store digital data

A

in a binary representation

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

how do computers turn analog into digital data (process steps)

A

sampling
quanitzation
binary encoding

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

Sampling

A

taking a sample of analog Data on a graph at regular time intervals in order to reduce the data into discrete intervals

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

sampling interval

A

the interval at which you take a sample from a set of analog Data

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

sampling rate

A

the number of samples in a second or other unit of time

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

sampling rate and sampling interval relationship

A

inversely proportional

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

what is a sufficient sampling rate

A

anything larger that twice the highest frequency in the signal

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

quantixation

A

reducing the set of data even further by making the y-values multiples of the same number –> os in a graph they look more like lines instead of waves

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

what error is there in the quantization step

A

the data becomes a little bit bad because you’re generaliziang it so it becomes less precise

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

binary encoding

A

when the quantized values are turned into binary code (0s and 1s)

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

bit depth

A

the number of bits per sample

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

Stanard bit depth is what

A

8 bits (byte)

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

lowest possible bit depth

A

1

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

How does reconstruction work

A

make a set of quantized points into a smooth curve

17
Q

What is reconstruction

A

making a new curve from the quantized points (like on an actual graph)

18
Q

____ (decreasing/increasing) the sampling interval and ___ (decreasing/increasing) the quantization error

A

decrease; decrease