Computer Science, asked by prashantkumar240, 8 months ago

Write the rule to multiply two binary number.


Help............. Help................

Answers

Answered by dalbagsinghdalbagtha
2

Answer:

Mark as brainlist and like it

Explanation:

The product of multiplying any binary number x by a single binary digit is always either 0 or x. Therefore, the multiplication of two binary numbers comes down to shifting the multiplicand left appropriately for each non-zero bit in the multiplier, and then adding the shifted number's together.

Similar questions