4.5.5 Information Coding Systems Flashcards

(7 cards)

1
Q

Define Character Code.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Define ASCII.

A

A character set used to represent alphanumeric characters or symbols as a set of 8 bits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define Unicode.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Define Check Digits.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Define Check Sums.

A

A method of checking codes for errors during data transmission by calculating the sum of transmitted digits.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Define Majority Voting.

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Define Parity Bits.

A

A method of checking binary codes for errors during data transmission by counting the number of ones and zeroes present.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly