Binary and Deenry Flashcards

(26 cards)

1
Q

What is the base of the decimal (deenery) number system?

A

10

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

What is the base of the binary number system?

A

2

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

True or False: The binary system uses only the digits 0 and 1.

A

True

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

How do you convert the decimal number 10 to binary?

A

1010

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

Fill in the blank: The binary representation of the decimal number 5 is ____.

A

101

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

What is the first step in converting a decimal number to binary?

A

Divide the decimal number by 2.

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

What do you do with the remainder when converting decimal to binary?

A

Record it.

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

How do you convert the binary number 1101 to decimal?

A

13

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

What is the value of the binary digit 1 in the 3rd position from the right?

A

4

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

True or False: In binary, the rightmost digit represents 2^0.

A

True

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

What is the decimal equivalent of binary 111?

A

7

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

Fill in the blank: To convert binary to decimal, you multiply each binary digit by ____ raised to the power of its position.

A

2

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

What is the binary representation of the decimal number 0?

A

0

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

What is the result of converting the decimal number 15 to binary?

A

1111

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

How do you convert a binary number to decimal?

A

Sum the products of each binary digit and its corresponding power of 2.

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

What is the decimal equivalent of binary 1010?

17
Q

True or False: The decimal number 1 is represented as 01 in binary.

18
Q

What is the binary representation of the decimal number 2?

19
Q

Fill in the blank: The decimal number 8 in binary is ____.

20
Q

What is the process called when converting decimal to binary?

A

Repeated division by 2.

21
Q

What is the binary equivalent of the decimal number 20?

22
Q

How many digits are needed to represent the decimal number 16 in binary?

23
Q

What is the binary number for the decimal value of 3?

24
Q

True or False: The highest single-digit binary number is 1.

25
What is the decimal equivalent of binary 1001?
9
26
Fill in the blank: To convert binary 1110 to decimal, you calculate ____ + ____ + ____ + ____.
8 + 4 + 2 + 0