Test 3 Flashcards
assuming enough resources
(2-input AND gates) are available, ALL partial products (PPs) are calculated
concurrently
in a binary multiplication, which bits of the final product are calculated first?
the LSbits
Binary multiplication can be implemented in custom hardware (HW) or (SW)
true
when is the value of the PP zero?
when the associated multiplier bit is 0
the most time consuming operation in a binary multiplication is
the multi-operand addition of the PPs
in the SSRM discussed in class, the PH-reg is initialized to
0
in the SSRM discussed in class the M-reg stores the value
of the original Multiplicand
in the SSRM described in class a new PP is generated using
2-to-1 muxes
in the SSRM discussed in class, which sequence of operations are repeated?
Add- shift-right
in the SSRM mPL-Reg is used to store
the remaining bits of the multiplier and the incoming LSbits of the FP
How many different data sets can the PSRM described in class process concurrently?
4
the PSRM improves
throughput
in each stage of the PSRM which operations are executing during every machine cycle?
add and shift right
in each PSRM stage the PP is generated using
2-input AND gates
on average, division takes longer than multiplication
true