edited by
4,883 views
9 9 votes

The two numbers given below are multiplied using the Booth's algorithm

Multiplicand $: 0101\; 1010 \;1110 \;1110$

Multiplier $: 0111\; 0111\; 1011\; 1101$

How many additions/subtractions are required for the multiplication of the above two numbers?

  1. $6$
  2. $8$
  3. $10$
  4. $12$

3 Answers

Answer:
Position:
Show:

Related questions

11 11 votes
1 answers 1 answer
4.4k
4.4k views
Desert_Warrior asked Jun 3, 2016
4,442 views
A processor that has carry, overflow and sign flag bits as part of its program status word (PSW) performs addition of the following two $2’s$ complement numbers $01001101...
32 32 votes
3 answers 3 answers
15.3k
15.3k views
gatecse asked Sep 21, 2014
15,267 views
Let $f(x)$ be the continuous probability density function of a random variable $x$, the probability that $a < x \leq b$, is :$f(b-a)$$f(b) - f(a)$$\int\limits_a^b f(x) dx...
10 10 votes
3 answers 3 answers
7.5k
7.5k views
go_editor asked Jun 14, 2016
7,484 views
Consider the following boolean function of four variables $f(w,x,y,z) = \Sigma(1,3,4,6,9,11,12,14)$, the function isIndependent of one variableIndependent of two variable...
7 7 votes
1 answers 1 answer
3.6k
3.6k views
Desert_Warrior asked Jun 3, 2016
3,575 views
The switching expression corresponding to $f(\text{A, B, C, D}) = \Sigma(1, 4, 5, 9, 11, 12)$ isBC'D' + A'C'D + AB'DABC' + ACD + B'C'DACD' + A'BC' + AC'D'A'BD + ACD' + BC...