Chapter 1 Data representation: Unit 1.1: Number systems Flashcards
Define denary number system
Number system that counts in multiples of 10 (10s, 100s, 1000s)
Define binary number system
Base 2 number system i.e based on the number 2
Only has 2 values: 0 and 1
Describe the method for converting binary to denary.
Each time a 1-value appears in a binary number column, the column value (heading) is added to a total.
Define hexadecimal number system
Base 16 number system
What does A, B, C, D, E and F mean in denary?
A=10
B=11
C=12
D=13
E=14
F=15
Describe the method for converting hexadecimal to binary.
Starting from the right moving to the left, split the binary number into groups of 4 bits.
If the last group has less than 4 bits, then simple fill in with 0s from the left.
Take each group of 4 bits and convert it into the equivalent hexadecimal digit.
Describe the method for converting hexadecimal to denary.
Involves the numbers 4096, 256, 16, 1.
Take each of the hexadecimal digits and multiply it by the heading values.
Add all the resultant totals together to give the denary number.
Name 4 uses of the hexadecimal system.
Error codes
MAC (Media Access Control) Addresses
IPv6 (Internet Protocol) Adresses
HTML (Hypertext Mark-up Language) Colour Codes