InterviewSolution
Saved Bookmarks
| 1. |
The multiplier is stored in ______(a) PC Register(b) Shift register(c) Cache(d) None of the mentionedI got this question during an interview.This is a very interesting question from Multiplication topic in portion Arithmetic of Computer Architecture |
|
Answer» CORRECT option is (b) SHIFT REGISTER Best EXPLANATION: The value is stored in a shift register so that each bit can be ACCESSED separately. |
|