1 - Information representation and multimedia Flashcards
What is binary?
Base 2 number system
Only 0 and 1
What is denary?
Base 10 number system
Digits 0 to 9
How is binary converted into denary?
128 64 32 16 8 4 2 1
Add numbers which correspond to 1’s
How is denary converted into binary?
Divide the denary value by 2 until denary value becomes 0
Position the remainders of each division from left to right
What is one’s complement?
Digits in a binary number are inverted
0 to 1 and 1 to 0
What is two’s complement?
Digits in a binary number are inverted
1 is added to the right-most bit
What happens when binary digits 1 and 1 are added?
1 + 1 = 10
What is hexadecimal?
Base 16 number system
0 to 9
A to F (10 to 15)
How is binary converted to hex?
Separate the binary number into sections of 4 bits from right to left
Calculate denary value of each of the sectioned bits
Use corresponding values A to F if denary value is 10 to 15
How is hex converted to binary?
Work out binary value of each of the hex digits
What is a memory dump?
Output of memory contents to a printer or monitor
What is BCD system?
Binary-coded decimal
4-bit binary code used to represent each denary digit
What is ASCII?
American Standard Code for Information Interchange
128 unique characters represented by numbers 0-127
7-bit binary to represent numbers 0 to 127
What is bit-map?
A system that forms images with pixels
What is a pixel?
The smallest picture element in an image