Write the rules to multiply two Binary numbers
Answers
Answered by
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
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