Binary multiplication MCQs
Binary multiplication is similar to decimal multiplication.
Since In binary we have two numbers only i.e. 0 and 1. So product is either zero or the same as the multiplicand.
For example:
Multiply 1101 x 1010 = ?
solution:

So this is the way we can multiply two binary numbers.
Another example:
Multiply 101 x 10.1 = ?
answer is 1100.1