Data Representation Flashcards
1
Q
Types of error checking:
A
Parity bits, majority voting, checksum, check digits
2
Q
Parity Bits:
A
Two types, even and odd parity.
Even Parity: An even amount of 1’s per byte if there are no errors.
Odd Parity: An odd amount of 1’s per byte if there are errors.
3
Q
Majority Voting:
A
Each bit is sent three times, so 1101 would look like 111 111 000 111.
With 100 111 000 010 we’d assume it is:
0100.
4
Q
Checksum:
A
A piece of data is added to some data, checksum returns a value which is sent with the data.
5
Q
Check Digit:
A
Extra digit and beginning or end of some data