4.5.5 Information Coding Systems Flashcards
What is meant by character codes?
A decimal digit used to represent a letter
What does ASCII stand for?
American Standard Code for Information Interchange
How many bits does ASCII use?
7 bits
What is the primary disadvantage of majority voting?
The volume of data being transmitted is greater, therefore the time take to transmit the data is also greater.
What uses more bits ASCII or Unicode
Unicode 16 bits
01101011 is being transmitted using odd parity. What would the parity bit be?
0
Which can represent a greater volume of characters ASCII or Unicode?
Unicode, can represent multiple languages, emojis and symbols.
Which form of error checking can correct errors in transmission?
Majority Voting
Majority Voting sends multiple copies of the same piece of data and it takes and uses the data that occurred more frequently
1011 using even parity what would the parity bit be?
1
What happens if the checksum doesn’t match the received data?
The recipient asks the user to retransmit the data.