Data/ Number Systems Flashcards

1
Q

How to tell if a binary number is odd?

A

Ends in a 1

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

How to tell if a binary number is odd or even?

A

Ends in 1, odd, ends in 1, even.

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

How many bits in a byte?

A

8

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

How big is a nibble?

A

Half a byte, or 4 bits.

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

How many bits does a single hex digit represent?

A

4, aka a nibble, aka half a byte.

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

How does “floating point” work under the hood?

A

Represents numbers * base to an exponent (base is 2)

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