Computer Science, asked by tenbirf, 1 month ago

write the rules to multiply two Binary numbers.​

Answers

Answered by ajayyadav22666
0

Binary multiplication is similar to the multiplication of decimal numbers. We have a multiplier and a multiplicand. The result of multiplication results in a product. Since only binary digits are involved in binary multiplication, we get to multiply only 0s and 1s. The rules for binary multiplication are as follows.

MultiplicandMultiplierProduct 000 × 0 = 0010 × 1 = 0101 × 0 = 0111 × 1 = 1

Hope this is helpful For You

Similar questions