

InterviewSolution
Saved Bookmarks
1. |
Which of the following is used for binary multiplication?(a) Restoring Multiplication(b) Booth’s Algorithm(c) Pascal’s Rule(d) Digit-by-digit multiplicationI got this question in examination.I would like to ask this question from Booth’s Algorithm in portion Computer Arithmetic of Computer Fundamentals |
Answer» RIGHT OPTION is (b) Booth’s Algorithm Easy explanation: The Booth’s Algorithm is used for the multiplication of BINARY numbers. It is basically used for the multiplication of 2 SIGNED numbers. This is a very important algorithm in binary arithmetic. |
|