Computer Science, asked by divyanshuarya2020, 4 months ago

WRITE THE RULES TO MULTIPLY TWO BINARY NUMBERS ​

Answers

Answered by acsahjosemon40
7

Answer:

Procedure to multiply two binary numbers. Steps to Solve Binary multiplication using examples.

...

Binary Multiplication Rules.

Addition Subtraction Division

0+0 = 0 0-0 = 0 0÷0 = 0

0+1 = 1 0-1 = 1 (1 is borrowed) 0÷1 = 0

1+0 = 1 1-0 = 1 1÷1 = 1

1+1 = 0 (1 is carry forwarded) 1-1 = 0

Answered by Anonymous
15

\huge{\underline{\mathtt{\blue{A}\red{N}\pink{S}\green{W}\purple{E}\orange{R}}}}

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.

If it is helpful to you then plzz follow me and mark me as brainlist.

40 thanks = 40 thanks

10 thanks = 15 thanks

Attachments:
Similar questions