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.