Analog & Digital Information Flashcards
What is information vs data? Example?
Information is some knowledge that you want to record or transmit
Data is the representation of information
Information is a persons weight data is 65kg
What is a signal?
A means to record or transmit data
What are the two types of information? What are some examples?
Inherently continuous (infinitely many values in any range)
- mass, temperature, most physical properties, numbers between 1 and 10
Inherently discrete (finite number of values in any range)
- days in a week, number of steps walked, number of students on campus today
What are the two main ways to represent info? What do they represent? Examples?
Analog: continuous representation, analogous to the actual info it represents
Ex. Mercury thermometers
Digital: discrete representation, uses finite number of digits or symbols to record data
Ex. Digital clock
Are computers infinite or finite?
Finite
Can only operate in a fixed amount of data at a time, and the amount and type of data must be known ahead of time
How can you represent information from an infinite range on a computer?
Need to represent enough of the range to meet our computational needs
How do you convert analog data to digital data?
- Sampling (discretization)
- Quantization (truncation)
What is sampling or discretization? Examples?
Converts continuous variation to discrete snapshots
Dividing a picture into pixels, frames per second in a video
What is quantization or truncation? Example?
Converts infinite range of values to a finite one
1/3= 0.3 instead of repeating, pi is 3.14 instead of infinite
Can information be lost when digitalizing? Is it ok?
Yes
Yes because we can decide what can be lost and there are mechanisms to determine the proper parameters to digitize info with as much precision necessary
What is the basis of representing digital data? What is the unit symbol?
Binary digit or bit
b
What are the two values of a bit?
0 or 1
What are bits combined into a group of 8 called? What is the unit symbol?
Byte
B
Why do use digital or binary data?
Computers cannot work well with analog data
Large range of values in analog representation
Using binary has cost and reliability benefits
What are the benefits of digital data in signal transmission and storage?
Digital signals only have a high or low state
When transmitted signals degrade and it’s easier to determine what the original signal was in it only has a high or low state
Digital signals can be restored after degradation analog cannot