Unit 2 : Data Representation Flashcards
(32 cards)
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
What is the difference between the conversion of analog and digital data?
- Analog - Requires Analog-to-Digital ( ADC ) and Digital-to-Analog ( DAC ) converters for used in digital systems
- Digital - Does not require conversion if already digital
What is the difference between the transmission of analog and digital data?
- Analog - Degrades over long distances
- Digital - Can be transmitted over long distances with minimal degration
Was early computer binary? If no, it was what ?
- No, it was decimal
List out the early computer that uses decimal ( 2 )
- Mark I
- ENIAC
How many values does boolean logic consists?
- 2
- True / False
On / Off
Yes / No
1 / 0
Who proposed binary data processing?
- John von Neumaan
What are the benefits of binary data processing ( 2 )
- Simplified computer design
- Used for both instructions and data
What is decimal , binary , octal and hexadecimal also call as?
- Base 10 ( 0 - 9 )
- Base 2 ( 0 and 1 )
- Base 8 ( 0 -7 )
- Base 16 ( 0 - 9 , A - F )
What is 8 bits equal to?
- 1 byte