Information Coding Systems Error Checking Flashcards

1
Q

Convert Computer Science to ASCII

A

067 111 109 112 117 116 101 114 032 083 099 105 101 110 099 101

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

What causes errors?

A

Bits can change during transmission because of different interference.

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

What is a parity bit?

A

Parity bits - check that bits are likely to be correct
ASCII 7 bit leaves an additional bit free. An additional bit can be added to add odd or even parity to the data. (parity bit) This is the MSB.

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

How do parity bits work?

A

If the data is checking for ODD Parity, the bit added will ensure that there are an ODD number of 1’s and vice versa for EVEN parity.

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

What are disadvantages of parity bits?

A

Parity Bits will ONLY check for errors and cannot identify or correct the error. It may also fail if there are an even number of errors:
1011011 is sent with ODD Parity and so the parity bit is 0.
1000011 is received. 2 errors have occurred but the parity bit of 0 will not catch it.

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

How does majority voting work?

A

Each bit within the data is sent 3 times. Majority Voting will select the data in the majority of each 3 bits.

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

If the DATA = 1011 what would the Majority Voting Transmission be?

A

DATA = 1011
Majority Voting Transmission = 111000111111
Received = 101001110111

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