231. Which algorithm is used to find GCD of two integers:
Correct answer: (B)
Division algorithm
232. Which algorithm is used as a general variant of a theorems, in the domain of integral numbers:
Correct answer: (B)
Division algorithm
233. How many main approaches to algorithm for division:
Correct answer: (A)
2
234. How many algorithm based on add/subtract and shift category:
Correct answer: (C)
3
235. Which are the algorithm based on add/subtract and shift category:
Correct answer: (D)
All of these
236. Several methods for converting a ____________:
Correct answer: (A)
Decimal number to a binary number
237. A popular method knows as double-dabble method also knows as____________:
Correct answer: (B)
Divided-by-two method
238. Which method is used to convert a large decimal number into its binary equivalent:
Correct answer: (C)
Both
239. In this method, the decimal number is ____________:
Correct answer: (B)
Repeatedly divided by 2
240. The conversion of decimal fraction to binary fraction may be accomplished by using ____________:
Correct answer: (A)
Several techniques