Chapter 2 - Part 2 Flashcards

1
Q

When converting hex to binary, are leading zeroes kept or thrown away?

A

Kept

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

When converting bits to hex, and the total amount of bits is not divisible by 4, what side do you start the conversion from, and which side will have the fewer bits?

A

Start chunking 4s (conversion_ from right, as the leftmost will have the fewer bits.

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

In problems of the shape 2 to the power of n, what rule can we use to get the binary amount?

A

1 followed by n zeroes

2^6 = 1000000

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