Number Bases Flashcards

(6 cards)

1
Q

Bytes to Bits

A

1 byte (1B) = 8 bits (8b)

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

how many values can be represented with 8 bits

A

265 = 2^8

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

Binary prefixes to bits conversions (kibi, mebi, gigi, tebi)

A

KibiBIT = 2^10 bits
MebiBIT = 2^20 bits
GibiBIT = 2^30 bits
TebiBIT = 2^40 bits

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

Converting binary prefix bit values to bytes

A

multiply by 8 (e.g. kibibits to kibibytes is 2^10 * 8)

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

Decimal prefix to Bits value conversions (Kilo, Mega, Giga, Tera)

A

Kilo = 10^3
Mega = 10^6
Giga = 10^9
Tera = 10612

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

Converting Decimal prefix bit values to bytes

A

multiply by 8 (e.g. 1gigabyte = 10^9 *8)

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