Unit 2 : Data Representation Flashcards
What is the goal of a computer representing data?
- Represent enough of the real world data to satisfy our computational needs and our senses of sight and sound
List out 2 ways for representing information
- Analog
- Digital
What is analog data?
- Analog data is a continuous representation, analogous to the actual information it represents
What is digital data?
- It is a discrete representation, breaking the information up into separate ( discrete ) elements
Can computer work with analog data?
- It cannot work with analog information directly without the digitise process ( changing data to 0 and 1 )
How can we digitalise the analog information?
- It was done by breaking the analog information into pieces and representing those pieces using binary digits
Will electronic signals ( analog and digital ) degrade as they move down a line?
- Yes
What will happen when an analog signal digrades?
- Information is lost
- Because any voltage level within the range is valid, it is impossible to know that the original signal was even changed
What will happen when an digital signal degrades?
- We can still retrieve the infrormation form a readonably degraded digital signal
- No information is lost as long as it is reclocked and regain its original shape before too much degration
What is the difference between the representation of analog and digital data?
- Analog - Continuous Waveforms
- Digital - Binary Values
What is the difference between the nature of analog and digital data?
- Analog - Continuous
- Digital - Discrete
What is the difference between the signal type of analog and digital data?
- Analog - Change over time ( Vary smoothly over time )
- Digital - Have distinct levels
What is the difference between the accuracy of analog and digital data?
- Analog - More accurate representation of real-world data
- Digital - Less accurate but easier to process
What is the difference between the storage of analog and digital data?
- Analog - Typically stored on analog device ( vinyl )
- Digital - Stored digitally in binary format ( SSD )
What is the difference between the processing of analog and digital data?
- Analog - Required analog circuits for processing
- Digital - Processed by digital circuits and computers