retagged by
2,384 views
1 votes
1 votes
Consider the following Statements :

S1: Booth algorithm reduces the spaces for fixed point signed multiplication

S2: Booth algorithm increases time for fixed point signed Multiplication

Which of following is true ?

a) s1 is true

b) s2 is true

c) cant say

d)None of these

please explain the answer
retagged by

1 Answer

Best answer
1 votes
1 votes
S2 is wrong as booth algorithm was invented to decrease the time of multiplication. It does mutiplication by using shift operation which is much faster then a normal multipier where m*n multiplier cells is used.

S1 is correct as in booth algorithm we just need to keep track of bits which is flipping nd booth algorithm just uses a shiftregister where the multiplier reside ,calcullated result  is stored in the same register so it uses very few space than any other algorithm.

Related questions

1.1k
views
1 answers
1 votes
shaz asked Jul 23, 2018
1,138 views
Assume that the exponent e is constrained to lie in the range 0 <= e <= X with a bias of q, that the base is b, and that the ... are the largest and smallest positive values that can be written as normalized floating-point numbers?
1.1k
views
1 answers
0 votes
rahul sharma 5 asked May 22, 2017
1,076 views
IEEE 754 32 bit representation for reference:-1. For the demoralized numbers,why the exponent is -126 and not -127? For 0 we say it is Mantissa=0 and B.E=0, ... if i am 0 or infinity or NAN then can i say that system is overflow/underflow?
604
views
1 answers
0 votes
spriti1991 asked Apr 9, 2015
604 views
what is  Nega Binary representation of (41)10 ?I just google first about negaBinary (-2 ) , The procedure says divide number by -2 , to get positive ... get is 101001But they give answer = 1111101Can you please explain and correct me ? 
707
views
1 answers
0 votes
spriti1991 asked Apr 9, 2015
707 views
Consider the statements S1: Problem of redundant expression can be avoided using normalization S2. Ambiguity may be solved by using the concept of Biased exponent Which of the following is true ?a) s1b) s2 c)both d) none of these