Write the rules to multiply two binary numbers .Multiply 111×011
Answers
Answered by
0
Answer:
The binary multiplication operation is actually a process of addition and shifting operation. This process has to be continued until all the multiplier is done, and finally, the addition operation is made.
Similar to the decimal system, the multiplication of the binary numbers is done by multiplying the multiplicand with the multiplier. It is noted that the multiplication by zero makes all the bits zero, and this step may be ignored in the intermediate steps. The multiplication by 1 makes all the multiplicand value unchanged.
Binary Multiplication Table
The multiplication table for binary numbers is given below.
Binary NumberMultiplication Value0 x 001 x 000 x 101 x 11
Similar questions