Computer Science, asked by psingla177, 5 months ago

Write the rules to multiply two Binary numbers

Answers

Answered by Anonymous
9

Answer:

For binary multiplication, we follow the same process as multiplying two decimal numbers where we multiply each digit of the second number by the first whole number, then we just need to add them, switching each resulting multiplication one digit to the left.

Answered by Roma1234
5

For binary multiplication, we follow the same process as multiplying two decimal numbers where we multiply each digit of the second number by the first whole number, then we just need to add them, switching each resulting multiplication one digit to the left.

Attachments:
Similar questions