Data Representation Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Types of error checking:

A

Parity bits, majority voting, checksum, check digits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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.

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

Checksum:

A

A piece of data is added to some data, checksum returns a value which is sent with the data.

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

Check Digit:

A

Extra digit and beginning or end of some data

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