Write the algorithm of multiplication of two 4 bits number?
We take the first digit of the multiplier and multiply it with the multiplicand. As the digit is one the answer is
the multiplicand itself. So we place the multiplicand below the bar. Before multiplying with the next digit a
cross is placed at the right most place on the next line and the result is placed shifted one digit left.
0 Comments
Please add nice comments or answer ....