

InterviewSolution
Saved Bookmarks
1. |
What is the default value of accumulator in booth’s multiplication of two 4-bit binary numbers?(a) 0(b) 1(c) 0000(d) 00000The question was asked at a job interview.This interesting question is from Booth’s Algorithm in section Computer Arithmetic of Computer Fundamentals |
Answer» Right answer is (d) 00000 |
|