Computer Science, asked by Shaheensheikh9580, 8 months ago

Explain binary multiplier harware and its drawback

Answers

Answered by Anonymous
1

Explanation:

However hardware multipliers require a large number of transistors, and consume significant power. Processors designed for extremely low power consumption or very small size usually do not implement a multiply instruction, or only provide multiply instructions that are limited to a small number of bits.

Answered by Anonymous
0

Answer:

The product of multiplying any binary number x by a single binary digit is always either 0 or x. ... For implementation in hardware and software, it is easier to accumulate the partial products, by adding each to a running sum, rather than building a circuit to add multiple binary numbers at once.

Similar questions