Chapter 26 - Coding Systems Flashcards

1
Q

What is a character code?

A

A binary representation of a particular letter, number or special character.

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

Define ASCII

A

A standard binary coding system for characters and numbers

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

Define Unicode

A

A standard binary coding system that has superseded ASCII

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

What is parity bit?

A

A method of checking binary codes by counting the number of 0s and 1s in the code.

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

Describe even parity

A

The numbers of 1s in the code is counted.
If there is an odd number of 1s, the parity bit is set to one to make the total number of 1s even.
When the data is received, it is checked to ensure that there are still an even number of 1s.
If there are, then the data is assumed to be correct.

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

What is majority voting?

A

A method of checking for errors by producing the same data several times and checking it is the same each time.

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

What is check digit?

A

A digit added to the end of binary data to check the data is accurate.

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

Define
1 - Bit-mapped graphics
2 - Pixel
3 - Resolution

A

1 -An image made up of individual pixels.

2 - An individual picture element

3 - width x height or pixels per inch

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

What is colour depth?

A

The number of bits or bytes allocated to represent the colour of a pixel in a bit mapped graphic

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

How do you work out storage for bit-mapping?

A

Resolution x colour depth

If you had 24 bits allocated that would give 2^24 combinations.

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

Define vector graphics

A

A image made up of object and coordinates.

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