Binary Multiplication - Positive Numbers

Example of multiplication of two unsigned binary numbers

Multiplication can be done exactly as with decimal numbers, except that you have only two digits. The only facts to remember are that 0x1=0, and 1x1=1.
Let's multiply the following unsigned binary numbers: 101 and 10.



Binnary Multiplication Quiz

Question 1: Multiply the following unsigned binary numbers: 1010 and 10.








Question 2: Multiply the following unsigned binary numbers: 1110 and 101.








Question 3: Multiply the following unsigned binary numbers: 110 and 11.








Question 4: Multiply the following unsigned binary numbers: 1000 and 101.








Question 5: Multiply the following unsigned binary numbers: 1101 and 111.








Press the Submit button to see the results.