Topic 5 - Fundamentals of Data Representation - Error Detection Flashcards

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

What is a parity bit?

A

A single bit based on the transmitted data that can bed used to check for errors in the data

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

How does the parity bit function?

A

The value of the parity bit is calculated to make the total number of 1s in the data even or odd based on the type of parity. If the parity bit doesn’t correspond to the data, a request is sent for retransmission

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

How does majority voting function?

A

Each bit of the data is sent multiple times and the most commonly occurring value is taken to be correct

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

How does a checksum function?

A

An algorithm is used to create a checksum based on the data, the algorithm depends on the system. The checksum is amended to the data and the recipient compares the checksum to the result of the same algorithm.

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

How does a check digit function?

A

The same as a checksum but only a single digit is added

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