Number Bases Flashcards

(12 cards)

1
Q

What is the purpose of a number base?

A
  • Indicates how many different digits are available when using a particular number system.
  • Indicates how many digits are needed to represent a number.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Why is hex useful for representing larger numbers?

A

• Fewer digits are required, can represent every byte as two consecutive hexadecimal digits instead of eight digits that would be required by binary.

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

Why may Hex result in confusion?

A
  • Numbers in hex may convert to different numbers in decimal.
  • Humans rarely use letters as numbers
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the symbols, and names for powers of 2 for binary prefixes?

A
  • kibi, Ki - 210
  • mebi, Mi - 220
  • gibi, Gi - 230
  • tebi, Ti - 240
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the names, symbols and corresponding powers of 10 for the decimal prefixes?

A
  • kilo, k - 103
  • mega, M - 106
  • giga, G - 109
  • tera, T - 1012
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a bit?

A

Fundamental unit of information

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

What is a byte?

A

Group of 8 bits

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

How many different values can be represented with n bits?

A

2^n different values

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

How does moving the binary point to the left effect the range and accuracy?

A
  • Moving the binary point to the left means that we can have more accurate decimals
  • Range of whole numbers is reduced.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How does moving the binary point to the left affect the range and accuracy of the binary?

A
  • Increases the range of the whole numbers

* Reduces the accuracy of the number due to fewer decimal points.

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

What is a disadvantage associated with 8 bit systems?

A
  • Only store a very limited range of numbers.

* Largest positive number store-able is 255

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

What are the advantages of using floating point?

A

• Much wider range of numbers can be produced with the same number of bits as the fixed point.

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