Information Coding Systems Flashcards

1
Q

What is a character set?

A

A character set is a list of all the characters accessible to a computer system

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

What is ASCII?

A

ASCII is a seven-bit character set which offers 128 different characters. Some of these characters are used for controlling peripherals.

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

What is Unicode?

A

Unicode is a 16-bit character set which offers 65,536 different characters. It includes the characters for any writing system in the world

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

What is Even parity?

A

Even parity is where the number of 1s is counted and if the number of 1s is odd then the parity bit is set to 1.
-If the number of 1s is even, the parity bit is set to 0

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

What is Odd parity?

A

Odd parity is where the numbers of 1s is counted and if the number of 1s is even then the parity bit is set to 1.
-If the number of 1s counted is odd the parity bit is set to 0.

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

What is a majority vote?

A

The parity bit approach can only detect errors in data transmission, but the majority vote concept can be used for error correction.

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

How does majority voting work?

A

With majority voting, each bit is sent three times and checked each time. If it is the same there is no error, but if it is different on one occasion there is an error, in which case the majority of two will determine the correct bit.

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

What is a disadvantage of majority vote?

A

Main disadvantage of majority vote correction method is three times the volume of data needs to be transmitted.

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

What is a checksum?

A

A checksum is an error detection method where the number of bits transmitted in a message is counted; this checksum is compared with a count of the data received to check the integrity of the data transmission

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

What is a check digit?

A

A check digit is added to binary data to check that the data is accurate; this is an approach used by stores to check that the bar code printed on an item of shopping has been correctly entered into a computer.

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