3.5.4.2 Unsigned Binary Arithmetic. Flashcards

1
Q

What are the four rules to remember when adding unsigned binary numbers?

A

1) 0 + 0 = 0.
2) 0 + 1 = 1
3) 1 + 1 = 10.
4) 1 + 1 + 1 = 11.

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

What are the steps when multiplying unsigned binary integers?

A

Write out one of the two numbers starting under each occurrence of a 1 in the second number and then add the contents of the columns.

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

What do unsigned binary numbers represent?

A

Positive numbers only.

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

How can we convert unsigned to decimal?

A

By assigning place values to each of the digits and adding up the total values under which a falls.

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

What does the range of numbers that can represented depend on?

A

The number of bits available.

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

What decimal numbers can be represented with one bit?

A

1 and 0.

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

What decimal numbers can be represented with two bits?

A

1, 0, 2 and 3.

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

How do we multiply two unsigned binary integers?

A

Write out one of the two numbers starting under each occurrence of a 1 in the second number and then add the contents of each column.

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