

InterviewSolution
Saved Bookmarks
1. |
What do you call the intermediate terms in binary multiplication?(a) Multipliers(b) Mid terms(c) Partial Products(d) MultiplicandsThe question was asked at a job interview.Origin of the question is Binary Multiplication & Division topic in portion Computer Arithmetic of Computer Fundamentals |
Answer» CORRECT answer is (c) Partial Products To EXPLAIN I would say: The intermediate terms are called partial terms. The mid terms obtained in the binary multiplications are the partial ones WHEREAS the answer obtained is called the FINAL product. |
|