5.5 Information coding systems Flashcards

1
Q

How do computers represent characters?

A

Information coding systems

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

What does ASCII stand for?

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 and how many characters can it represent?

A

7 bits
128 different characters

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

Why was unicode introduced

A

Due to the internet being more widely used there was a requirement for a coding system that could represent characters other than the latin alphabet.

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

Why is unicode better than ASCII

A

It can represent much more characters

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

What is the purpose of error check methods in data transfer?

A

When data is transferred between computers there is a chance of errors that can cause the data to change during transmission which can have bad consequences.

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

Describe how a parity bit works and what it is used for?

A

A single bit is added to transmission

Used to check for errors in transmitted data

Two types of parity: odd and even
Number of ones adds to make odd/even number

When data received a parity check is carried out.

If the parity is incorrect data is requested to be retransmitted

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

What is the main issue of parity bits?

A

If an even number of bits are changed during transmission error is not detected

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

Describe how majority voting works?

A

Each bit of the data is transmitted multiple times.

When received, the most commonly occurring value is taken to be correct

There’s no need for retransmission like when using a parity bit

Majority voting can correct errors when multiple bits change

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

What is the main disadvantage of majority voting?

A

the volume of data being transmitted is increased with the repetition of bits. increasing transmission time

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

Describe how checksums work?

A

A value is appended to the transmitted data

This value is determined by the data itself

Once received, the recipient removes the checksum

A check is carried out to ensure that the checksum matches the transmitted data

If the two do not match, the recipient cannot correct the error itself

In this situation, the recipient asks the sender to retransmit the data

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

Describe what a check digits is?

A

A check digit is a type of checksum
A single digit is added to the transmitted data

The single digit is calculated from the other digits

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