VLSI Multiplier System MCQ Quiz – Objective Question with Answer for VLSI Multiplier System

1. Multipliers are built using

A. binary adders
B. binary subtractors
C. dividers
D. multiplexers

Answer: A

A multiplier is an electronic circuit used to multiply two binary numbers. It is built using binary adders that are full adders.

 

2. Which method uses a reduced number of partial products?

A. Baugh-Wooley algorithm
B. Wallace trees
C. Dadda multipliers
D. Modified booth encoding

Answer: D

Multiplication in multipliers is done by obtaining partial products and then summing it up. Modified booth encoding reduces the number of partial products that must be summed.

 

3. Which method is easier to manipulate accumulator content?

A. left shifting
B. right shifting
C. serial shifting
D. parallel shifting

Answer: B

It is easier to right shift the contents of the accumulator than to left shift. This can be used to eliminate the least significant bits of the product.

 

4. Which multiplier is very well suited for twos-complement numbers?

A. Baugh-Wooley algorithm
B. Wallace trees
C. Dadda multipliers
D. Modified booth encoding

Answer: A

The Baugh-Wooley method is used to design multipliers that are regular in structure and is very well suited for twos-complement numbers.

 

5. What is the delay required to perform a single operation in a pipelined structure?

A. 2n
B. 3n
C. 4n
D. n

Answer: B

The delay of one operation through the pipeline is 3n that is it takes 3n clock cycles to obtain a product after X and Y are input.

 

6. Latches chosen are

A. static shift registers
B. any flipflop
C. dynamic shift register
D. multiplexers

Answer: C

The latches chosen are dynamic shift registers as the structure will be continuously clocked.

 

7. Which method reduces the number of cycles of operation?

A. Baugh-Wooley algorithm
B. Wallace trees
C. Dadda multipliers
D. Modified booth encoding

Answer: D

The modified booth encoding algorithm avoids many idle cells in a cellular multiplier as well as reduces the number of cycles compared with the serial-parallel multiplier.

 

8. The completion time for multiplication time in Baugh-Wooley method is

A. n
B. 2n
C. 3n
D. 4n

Answer: B

The completion time for multiplication in Braun or Baugh-Wooley is proportional to 2n whereas completion time in the Wallace tree method is proportional to log(base 2)(n).

 

9. In which method minimum number of adder cells are used?

A. Baugh-Wooley algorithm
B. Wallace trees
C. Dadda multipliers
D. Modified booth encoding

Answer: C

Dadda multipliers are similar to Wallace trees but it has a reduced number of adder cells. This is a technique developed from Wallace’s tree but with an improvement.

 

10. Which method is suitable for larger operands?

A. Baugh-Wooley algorithm
B. Wallace trees
C. Dadda multipliers
D. Modified booth encoding

Answer: B

Wallace tree multipliers should be used for larger operands and where the performance is critical.

Scroll to Top