Sunday, November 29, 2009

BINARY MULTIPLICATION


This is the basics of binary multiplication.



Step1. We multiplied 1 0 1 by 0. This will yield 0 0 0.


Step2. We leave a space on the first digit. We multiply 1 0 1 by 1 to get 1 0 1 _.

Step3. Multiply 1 0 1 by 1 to get 1 0 1.

Just like in any other multiplication process, we add all the products of each digit.
> Bring down 0.
> 0 + 1 = 1
> 0 + 0 + 1 = 1
> 1 + 0 = 1
> Bring down 1

We get a final answer of 1 1 1 0.

No comments:

Post a Comment