Coding Systems , Error Detection Flashcards
ASCII
based on 7 bits of data for each character
128 different characters possible
Extended ASCII
Based on 8 bits of data
256 different characters
- allows additional characters
For english language the most significant bit will be 0
Unicode
Industry standard code
Based on 16 bits data so 2^16 possible characters
ASCII and Extended ASCII incorporated into Unicode
Checksum
String of digits added to end of data to check data is accurate - calculated from data itself within using algorithm
Check Digit
Special case of checksum that is only 1 digit long - appropriate for small blocks of data
Parity System
Parity bit is a single bit added to a transmission that can be used to check for errors in the transmitted data . ~~~ parity check
Majority Voting
Sends same bit multiple times and goes with most common bit value