Coding Systems , Error Detection Flashcards

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

ASCII

A

based on 7 bits of data for each character
128 different characters possible

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

Extended ASCII

A

Based on 8 bits of data
256 different characters
- allows additional characters
For english language the most significant bit will be 0

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

Unicode

A

Industry standard code
Based on 16 bits data so 2^16 possible characters
ASCII and Extended ASCII incorporated into Unicode

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

Checksum

A

String of digits added to end of data to check data is accurate - calculated from data itself within using algorithm

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

Check Digit

A

Special case of checksum that is only 1 digit long - appropriate for small blocks of data

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

Parity System

A

Parity bit is a single bit added to a transmission that can be used to check for errors in the transmitted data . ~~~ parity check

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

Majority Voting

A

Sends same bit multiple times and goes with most common bit value

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