1.1 Binary Flashcards

Learn Binary number systems

1
Q

What is a ‘bit’?

A

A single binary digit, it is the basic digit in computing and digital communication. It can only have two values, on or off, represented as 1 or 0.

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

What is a ‘nibble’?

A

half a byte. A nibble contains 4 bits. there are 16 possible values, so a nibble can hold a single hexadecimal digit.

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

What is a ‘byte’?

A

A unit of digital information consisting of 8 bits, the number of bits required to encode a single character of text.

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

What is a ‘kilobyte’?

A

2^10 (or 1,000 bytes)

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

What is a ‘megabyte’?

A

2^20 (or 1,000 kilobytes)

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

What is a ‘gigabyte’?

A

2^30 (or 1,000 megabytes)

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

What is a ‘terabyte’?

A

2^40 (or 1,000 gigabytes)

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

What is ‘base 2’?

A

It is the Binary number system. The base determines how many digits are used

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

What is ‘base 10’?

A

The Decimal number system, it uses 10 digits. The base determines how many digits are used.

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