Topic 5.2 - Number Bases Flashcards

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

What is the number base for a decimal number?

A

Base 10

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

What is the number base for a binary number?

A

Base 2

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

What is the number base for a hexidecimal number?

A

Base 16

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

How do you convert between decimal and binary?

A

minus 128 from number, if possible, then write 1, if not possible then write 0

repeat until you have reached 0

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

How do you convert between decimal and hex?

A

Convert to binary then convert to hex

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

How do you convert between binary and hex?

A

value of 4 least significant bits is letter/number on the right

value of 4 most significant bits is the letter/number on the left

e.g. 1010 1101 in hex would be
AD

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

Why is hex used as a shorthand for binary?

A

Since it is a lot easier to comprehend and is a lot easier to represent large values.
It also uses much less memory space.

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