Number systems Flashcards
(37 cards)
What is the Denary and Hex value for 1010 1111
175
AF
What is two’s complement
A way to represent negative numbers in binary by assigning the most significant bit as negative
What is Denary
A base 10 number system that we as humans use to represent numbers.
What is Binary
A base 2 number system that computers understand as 1 or 0 (on or off)
What is Hexidecimal
A base 16 number system that uses the values 0 to 9 and A to F, 4 binary bits are represented by one Hex value
What is 0000 in hex and denary
0
0
What is 0001 in hex and denary
1
1
What is 0010 in hex and denary
2
2
What is 0011 in hex and denary
3
3
What is 0100 in hex and denary
4
4
What is 0101 in hex and denary
5
5
What is 0110 in hex and denary
6
6
What is 0111 in hex and denary
7
7
What is 1000 in hex and denary
8
8
What is 1001 in hex and denary
9
9
What is 1010 in hex and denary
10
A
What is 1011 in hex and denary
11
B
What is 1100 in hex and denary
12
C
What is 1101 in hex and denary
13
D
What is 1110 in hex and denary
14
E
What is 1111 in hex and denary
15
F
How many bits are in a byte
8
How many bits are in a nibble
4
How many bytes are in a Kibibyte (Ki)
1024