1.2 Hexadecimal Flashcards
what is hexadecimal
a number system which used 16 different digits to display a value
what are the 16 different digits in hexadecimal and their values
0,1,2,3,4,5,6,7,8,9 ALL SAME AS DENARY
A=10
B=11
C=12
D=13
E=14
F=15
how to convert the number 2B into denary
answer = 43, see page 14 for explanation
disadvantages of binary compared to hexadecimal
hard for people to understand binary
very easy to make errors in binary
hard to spot errors
writing in binary takes a lot of space and time
advantages of hexadecimal
easy to read
easy to write
takes less space than binary
very easy to convert
what are the uses of hexadecimal is RAM
everything has a location in RAM, these locations of bits and bytes are called memory adresses, memory adresses are binary numbers so everything about RAM can be respresented in binary, people uses hex to make it easier to read and write this information
what are the 2 other uses of hexadecimal
to represent colours
for programmers to represent machine code and assembly language in hexadecimal