How to Count in Binary Flashcards

(16 cards)

1
Q

What is the fundamental communication block of computers?

A

Binary

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

What system do humans typically use to count?

A

Decimal form or base ten system

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

How many possible numbers can be used in the decimal system?

A

Ten (0 to 9)

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

What two digits are used in the binary system?

A

0 and 1

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

What is the maximum decimal number that can be represented in a byte?

A

255

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

In binary counting, what does a ‘1’ represent?

A

The value is on

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

In binary counting, what does a ‘0’ represent?

A

The value is off

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

What is the decimal equivalent of the binary number 00001010?

A

10

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

What binary representation corresponds to the letter ‘h’?

A

01101000

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

What is the decimal value of the letter ‘h’?

A

104

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

Fill in the blank: The numbers used in binary counting are _____ and _____.

A

0, 1

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

What pattern is observed when counting in binary from right to left?

A

Each number is a double of the previous number

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

What is the sum of the binary values 128, 64, 32, 16, 8, 4, 2, and 1?

A

255

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

True or False: The decimal system helps us understand what bits our computer can use.

A

True

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

What is the relationship between binary and decimal systems?

A

Binary is converted to decimal for human understanding

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

What is the significance of the number 256 in binary representation?

A

It includes the value 0, making the maximum decimal value 255