1.1 Binary Systems Flashcards

(35 cards)

1
Q

What is the binary number system?

A

A system consisting of only 0s and 1s used by computers

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

Define the term bit.

A

A single 0 or 1

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

Define the term byte.

A

8 bits = 1 character of text

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

Define the term nibble.

A

4 bits or half a byte

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

What is 1 KiB (kibibyte) in bytes?

A

1024 bytes

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

What is 1 MiB (mebibyte) in bytes?

A

1024 KiB

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

What is 1 GiB (gibibyte) in bytes?

A

1024 MiB

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

What is 1 TiB (tebibyte) in bytes?

A

1024 GiB

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

What is 1 PiB (pebibyte) in bytes?

A

1024 TiB

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

What is 1 EiB (exbibyte) in bytes?

A

1024 PiB

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

Fill in the blank: 1 byte = _______ bits.

A

8

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

What is the largest number that can be held in 8 bits?

A

255

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

How many possible combinations can 3 bits produce?

A

8

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

How many possible combinations can 8 bits produce?

A

256

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

What does MSB stand for?

A

Most Significant Bit

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

What does LSB stand for?

A

Least Significant Bit

17
Q

What is the binary representation of the denary number 28?

18
Q

What is zero in 8-bit binary?

19
Q

What is 255 in binary?

20
Q

What is 39 in binary?

21
Q

How many bits are there in a nibble?

22
Q

How many bits are there in a byte?

23
Q

What is the largest number that can be held in 16 bits?

24
Q

What is the largest number that can be held in 32 bits?

A

4,294,967,295

25
How is data processed in computers?
By the central processing unit (CPU)
26
What are the values stored in registers?
Temporary storage locations in the CPU
27
What is the decimal value of the binary number 01001011?
75
28
What is the decimal value of the binary number 10010110?
150
29
What is the decimal value of the binary number 11100001?
225
30
Fill in the blank: 1 kilobyte is _______ bytes.
1000
31
Fill in the blank: 1 kibibyte is _______ bytes.
1024
32
What is the method to convert denary to binary?
Working right to left, write out powers of 2
33
What operation is used to compute the value in register C?
Addition
34
What does the binary number 1000000000011010 represent in denary?
32794
35
Convert the denary number 4608 to binary.
0001001000000000