Computer Science, asked by Anonymous, 1 month ago

Write a note on binary multiplication and binary division​

Answers

Answered by MsQueen6
3

Answer:

Binary multiplication is one of the four binary arithmetic. The other three fundamental operations are addition, subtraction and division. In the case of a binary operation, we deal with only two digits, i.e. 0 and 1.

...

Binary Multiplication

0 × 0 = 0.

0 × 1 = 0.

1 × 0 = 0.

1 × 1 = 1.

Answered by ItzRainDoll
0

Binary multiplication is one of the four binary arithmetic. The other three fundamental operations are addition, subtraction and division.

...

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

Similar questions