221. Which is an algorithm or techniques used to multiply two numbers:
Correct answer: (C)
Multiplication algorithm
222. Which algorithm are used depending on the size of the numbers:
Correct answer: (B)
Specific algorithm
223. Which algorithm is named after Volker Strassen:
Correct answer: (A)
Strassen algorithm
224. Strassen algorithm was published in ____________:
Correct answer: (B)
1969
225. Which algorithm is used for matrix multiplication:
Correct answer: (C)
Strassen algorithm
226. Which algorithm is a divided and conquer algorithm that is asymptotically faster:
Correct answer: (C)
Strassen algorithm
227. Which method required 8 multiplication and 4 addition:
Correct answer: (B)
Usual multiplication
228. Which algorithm is a multiplication algorithm which multiplies two signed binary numbers in 2's complement notation:
Correct answer: (B)
Booth's multiplication
229. Which algorithm includes repeated addition of two predetermined values A and S to a product P and then performs a rightward arithmetic shift on P:
Correct answer: (A)
Booth's algorithm
230. Which algorithm in mathematics expresses the outcome of the process of division of integers by another:
Correct answer: (C)
Division algorithm