3.5.4.2 Unsigned Binary Arithmetic. Flashcards
What are the four rules to remember when adding unsigned binary numbers?
1) 0 + 0 = 0.
2) 0 + 1 = 1
3) 1 + 1 = 10.
4) 1 + 1 + 1 = 11.
What are the steps when multiplying unsigned binary integers?
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.
What do unsigned binary numbers represent?
Positive numbers only.
How can we convert unsigned to decimal?
By assigning place values to each of the digits and adding up the total values under which a falls.
What does the range of numbers that can represented depend on?
The number of bits available.
What decimal numbers can be represented with one bit?
1 and 0.
What decimal numbers can be represented with two bits?
1, 0, 2 and 3.
How do we multiply two unsigned binary integers?
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.