Computer Science, asked by imagingevent, 9 months ago

ch 1
write the rulers to multiply two binary number

Answers

Answered by pathaksurbhi153
1

Answer:

The product of multiplying any binary number x by a single binary digit is always either 0 or x. Therefore, the multiplication of two binary numbers comes down to shifting the multiplicand left appropriately for each non-zero bit in the multiplier, and then adding the shifted numbers together.

Answered by vidhibhutia2407
0

Answer:

   0 × 0 = 0

   0 × 1 = 0

   1 × 0 = 0

   1 × 1 = 1

hope it helps........

plz mark me brainlist.......

Similar questions