Paper 2 Revision Document 2 Flashcards
Counting Numbers
Measure Numbers
Counting = Natural
Measure = Real
Advantages of Hexadecimal
- easier to code
- easier to read
- easier to spot errors
Bit
The fundamental unit of information
Units (Kibi)
Kibi (Ki) = 2^10
Mebi (Mi) = 2^20
Gibi (Gi) = 2^30
Tebi (Ti) = 2^40
Absolute Error
original - binary
Relative Error
absolute error / original
Percentage Error
Relative error %
Character Sets (2)
- a unique binary representation of a character
- globally recognised, uniform
Advantages of Parity Bits (3)
- little storage
- less to process
- easy to make
Disadvantages of Parity Bits (3)
- multiple errors
- doesn’t fix errors
- not very reliable
Majority Voting (2)
- bits can change due to interference
- each bit transmitted 3 times - most common taken
Majority Voting Advantages (4)
- multiple errors
- fixes errors
- easier to make
- very reliable
Majority Voting Disadvantages (2)
- more storage
- more to process
Check Sums (3)
- bytes of data lock added up
- result transmitted with data
- accepted if checksum = result
Check Digit (4)
- many different algorithms
- calculated from digits in the code
- added to the end, then compared
- purpose = spot human error on data entry
Analog
continuous stream of transmission
Digital
discrete, set of fixed values
Bitmap Graphics (2)
- pixels, colour code –> binary, stored in grid like pattern
- resolution = dots per inch
Bitmap Advantages (1)
- real life
Bitmap Disadvantages (3)
- big file size
- not scalable
- can’t edit easily
Vector Images (2)
- objects layered + properties recorded
- logos
Vector Images Advantages (4)
- better quality
- small file size
- edit easily
- scalable
Vector Images Disadvantages (1)
- can’t represent real life images
Sample rate
num samples taken per second