Design and Analysis of Algorithms MCQs | Page - 2
Dear candidates you will find MCQ questions of Design and Analysis of Algorithms here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
M
Q. Which of the following methods can be used to find the sum of digits of a number?
M
Q. What can be the maximum sum of digits for a 4 digit number?
M
Q. What can be the minimum sum of digits for a 4 digit number?
M
Q. What is the time complexity of the above code used to reverse a string?
M
Q. Which of the following is the binary representation of 100?
M
Q. What is the time complexity of the above recursive implementation used to reverse a string?
M
Q. What is the time complexity of matrix multiplied recursively by Divide and Conquer Method?
M
Q. How many recursive calls are there in Recursive matrix multiplication by Strassen’s Method?
M
Q. Matrix A is of order 3*4 and Matrix B is of order 4*5. How many elements will be there in a matrix A*B multiplied recursively.
M
Q. If Matrix X is of order A*B and Matrix Y is of order C*D, and B=C then the order of the Matrix X*Y is A*D?
Jump to