Information Coding System Flashcards

(10 cards)

1
Q

ASCII

A

uses 7 bits to represent 2^7 different characters (A to Z, 0-9 and various symbols)

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

Why Unicode became needed

A

Represents a wide variety of alphabets (not just english alphabet)
can use between 8 to 48 bits per character
therefore represents a much wider range of different characters

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

Parity Bits( method of error checking(

A

single bit added to a transmission that can be used to check for errors in the transmitted data
calculated based on the transmitted data itself

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

Types of Parity Bits

A

Even (makes sure total number of 1s transmitted are even)
Odd (total number of 1s in transmitted data is odd)

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

Disadvantage of Parity Bits

A

regardless of type of parity used, if an odd/even number of bits change during transmission the error wont be detected

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

Majority voting

A

each bit of data is transmitted multiple times
when data is received most commonly occurring value is seen as correct

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

Disadvantage of Majority Voting

A

Volume of data being transmitted is increased with the repetition of bits
significantly increase the time taken to transmit the data

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

Checksums

A

Adding a value (determined by data itself) to transmitted data
applying any algorithm to the data sent
e.g. 46 = 101110
46 MOD 8 = 6(remainder) = 110
101110 with 110 at end
= 101110110
recipient can remove checksum and apply same algorithm used to ensure they match
i

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

Disadvantage of Checksum

A

if an error is found, the recipient cannot correct the error themselves so need to request that sender re transmits data

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

Check digits

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