1.2 Hexadecimal Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

what is hexadecimal

A

a number system which used 16 different digits to display a value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

what are the 16 different digits in hexadecimal and their values

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

how to convert the number 2B into denary

A

answer = 43, see page 14 for explanation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

disadvantages of binary compared to hexadecimal

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

advantages of hexadecimal

A

easy to read
easy to write
takes less space than binary
very easy to convert

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

what are the uses of hexadecimal is RAM

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

what are the 2 other uses of hexadecimal

A

to represent colours
for programmers to represent machine code and assembly language in hexadecimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly