recategorized by
3,469 views

1 Answer

Best answer
1 votes
1 votes

Booth's multiplication algorithm is a multiplication algorithm that multiplies two signed binary numbers in two's complement notation. If you have understood Booths's algorithm, this question here asks for the Booth's recording of the multiplier(-72).

2's complement  of -72 is 1011 1000.

Now we append a 0 at the LSB and start from right end taking pairs of two symbols which are encoded as:

1 0 1 1 1 0 0 0 0

-1 +1 0 0 -1 0 0 0

Hence option D.

selected by

Related questions

0 votes
0 votes
0 answers
1
Magma asked Jan 15, 2019
1,709 views
Consider the following 8 bit multiplication process (-121) X (-113) . What is the recorded multiplier in the multiplication.
1 votes
1 votes
1 answer
2
shikharV asked Jan 2, 2016
5,190 views
Given answer is 8 with following explanation:I couldn't understand the approach. Please explain.
0 votes
0 votes
1 answer
3
Na462 asked Apr 16, 2018
1,618 views
Please Explain the Rule to find number of additions and subtractions required for multiplication of two given numbers.
2 votes
2 votes
1 answer
4
akshat16 asked Oct 23, 2017
3,262 views
Please tell the procedure of muntiplication of (-5)x (-3) using booth algorithm?