5.5 - Information Coding Systems Flashcards

1
Q

What is meant by a character code?

A

A decimal digit used to represent a character.

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

For what does ASCII stand?

A

American Standard Code for Information Interchange.

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

How many bits does ASCII use?

A

7

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

What is the primary disadvantage of majority voting?

A

The volume of data being transmitted is increased, increasing the time taken to transmit data.

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

Which uses more bits, ASCII or Unicode?

A

Unicode

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

01 101011 is to be transmitted using odd parity. What would be the value of the parity bit?

A

0

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

Which can represent a greater variety of alphabets, ASCII or Unicode?

A

Unicode

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

Which form of error checking can also correct errors in transmission?

A

Majority voting

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

10 1 1 is to be transmitted using even parity. What would be the value of the parity bit?

A

1

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

What happens if a checksum does not match the received data?

A

The recipient asks the sender to retransmit the data.

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

How does even parity work ?

A

The value of the parity bit is chosen so as to make the total number of 1s in the transmitted data even

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

How does odd parity work ?

A

Adds a parity bit so that the total
number of 1s in the transmitted data is odd.

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

How does majority voting work ?

A

each bit of the data is transmitted multiple times. 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
14
Q

`How do checksums work ?

A

Adding a value, determined by the data itself, to the
transmitted data.

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

How do check digits work ?

A

A type of checksum in which only a single digit is added to the transmitted data

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