Chapter 1 Flashcards

1
Q

What are some examples of analog information?

A

Time
Weight
Temperature
Line length
Width and length of a sheet of paper

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

Analog or Digital ?
Light Brightness

A

Analog

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

Analog or Digital?
Sound loudness

A

Analog

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

Analog or Digital?
Color saturation and hue

A

Analog

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

What is analog information?

A

Continuous information
An infinite number of divisions that exist between any two measurements

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

What is the difference between analog information and digital data?

A

Analog information is continuous and made up of an infinite number of data points while Digital data is discrete

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

What is Discrete Data?

A

In discrete data there is no in-between of two whole points

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

What are some examples of discrete data?

A

Number of persons
Choices in Multiple choice questions

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

Which kind of data is finite?

A

Digital

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

Sight and sound are

A

Analog information

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

Computers handle:

A

Discrete digital data

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

What must happen in order for a computer to handle analog information like sight and sound?

A

The data must be converted to finite discrete digital data

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

What is Digitization?

A

The process of turning something real and continuous (analog) into computer friendly data (digital)

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

What two things must you do to convert analog information into digital data?

A

Sampling
Quantization

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

What is sampling?

A

Picking specific points to record

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

What is quantization?

A

Rounding the recorded sampling points to a fixed set of values

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

What happens if you record the sampling rate by the second

A

You get too much unnecessary data

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

What happens if you record the sampling rate daily

A

You cam miss changes throughout the day

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

What happens when you round during quantization?

A

You lose a little detail

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

What does a higher sampling rate do?

A

It captures more details but increases file size

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

What does bit depth refer to?

A

The number of discrete levels available for quantization.

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

Why do digital files take up more space when the bit depth is increased?

A

More levels require more data storage.

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

What happens if a sampling rate is too low?

A

The digital representation will miss details and may look or sound choppy.

24
Q

Q: What does increasing bit depth improve?

A

Precision and accuracy of the digital data.

25
What are the two possible values of a bit?
0 and 1
26
What is a bit?
the smallest unit of data in a computer
27
How do bits relate to digital data?
Digital data is stored and represented using bits
28
What does encoding mean?
Assigning meanings to specific combinations of bits to represent data.
29
What does decoding mean?
Interpreting the encoded bits to understand the original message.
30
What happens when you increase the number of bits used for encoding?
More bits allow for more possible values, meaning more data can be represented.
31
How many bits are in a byte?
8
32
What is the relationship between bits and storage size?
More bits require more storage space, but they also allow for higher detail and precision.
33
How many values can 4 bits represent?
A: 16 values (2^4 = 16).
34
What are some common prefixes used for measuring data storage?
Kilobyte (KB) Megabyte (MB), Gigabyte (GB) Terabyte (TB).
35
What is the difference between base-10 (decimal) and base-2 (binary) number systems?
: Base-10 (decimal) uses 10 digits (0-9), while Base-2 (binary) uses only 2 digits (0 and 1).
36
How do you convert a decimal number to binary?
Divide the decimal number by 2 repeatedly, keeping track of the remainders, then write the remainders in reverse order.
37
Convert 13 (base-10) to binary.
1101 (base-2).
38
Convert 1011 (binary) to decimal.
11 (base-10).
39
How are numbers represented in a computer?
Numbers are stored using binary (base-2) notation.
40
What is ASCII?
American Standard Code for Information Interchange, a system that uses 8-bit codes to represent text characters.
41
How are images stored using bits?
Bitmap images store the color value of each pixel in bits.
42
How is sound represented using bits?
Sampled audio stores sound amplitude at specific time intervals in bits.
43
How do computers store music in MIDI format?
MIDI stores music by encoding instrument and note IDs into bits.
44
Why do digital media files require large amounts of storage?
Because they contain a huge number of bits to represent detailed data.
45
What are three strategies to reduce file size?
Reduce sampling rate Reduce bit depth Apply file compression
46
What is file compression?
A technique to reduce file size by encoding data more efficiently.
47
What are the two types of compression?
Lossy compression and lossless compression.
48
What is lossy compression?
Compression that removes some data to reduce file size.
49
What is lossless compression?
Compression that preserves all original data.
50
Why does MP3 use lossy compression?
It removes inaudible sounds to save space while keeping the quality acceptable.
51
What are the trade-offs of reducing file size?
Smaller file size = Faster processing and transfer. Too much compression = Loss of quality.
52
53
54
55
56