4.5.5 Information Coding Systems Flashcards
(7 cards)
Define Character Code.
A unique binary representation of a character. Not to be confused with the binary representation of a decimal digit, which is it’s numerical value in the binary system.
Define ASCII.
A character set used to represent alphanumeric characters or symbols as a set of 8 bits.
Define Unicode.
A character set that is a superset of ASCII. It is used to represent alphanumeric characters or symbols as an integer code point which is equal to the character’s ASCII code.
Define Check Digits.
A method of checking codes for errors during data transmission by adding an extra digit to the end (usually calculated/processed from digits in the code itself) that checks whether the data is accurate.
Define Check Sums.
A method of checking codes for errors during data transmission by calculating the sum of transmitted digits.
Define Majority Voting.
A method of checking binary codes for errors during data transmission by sending each bit multiple times, in a set. The receiver takes the value with the most occurrences in a set as the value for that bit.
Define Parity Bits.
A method of checking binary codes for errors during data transmission by counting the number of ones and zeroes present.