Chapter 26 - Coding Systems Flashcards
What is a character code?
A binary representation of a particular letter, number or special character.
Define ASCII
A standard binary coding system for characters and numbers
Define Unicode
A standard binary coding system that has superseded ASCII
What is parity bit?
A method of checking binary codes by counting the number of 0s and 1s in the code.
Describe even parity
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.
What is majority voting?
A method of checking for errors by producing the same data several times and checking it is the same each time.
What is check digit?
A digit added to the end of binary data to check the data is accurate.
Define
1 - Bit-mapped graphics
2 - Pixel
3 - Resolution
1 -An image made up of individual pixels.
2 - An individual picture element
3 - width x height or pixels per inch
What is colour depth?
The number of bits or bytes allocated to represent the colour of a pixel in a bit mapped graphic
How do you work out storage for bit-mapping?
Resolution x colour depth
If you had 24 bits allocated that would give 2^24 combinations.
Define vector graphics
A image made up of object and coordinates.