Time Left - 15:00 mins

GATE 2022 : Algorithm Quiz-1

Attempt now to get your rank among 593 students!

Question 1

Which statement defines an Algorithm?

Question 2

What is Analysis of Algorithm?

Question 3Multiple Correct Options

Which of the following is/are strategy of Algorithm. [MSQ]

Question 4

Complete the following program to find the maximum of given array.

Maximum(A, n)

{

      Max = A[0];

   for (i = 1 to n −1)

       if (1)
           then {2}

}

      return Max;

}

Choose the correct expression for 1 and 2

Question 5

For how many of these problems we can design Algorithm.

  1. Searching an element
  2. Sorting n numbers
  3. Finding maximum and minimum elements from a given list
  4. Single source shortest path
  5. Sum of n numbers

Question 6

How many of these is/are not features of an Algorithm.
  1. Security
  2. Scalability
  3. Maintainability
  4. Complex designing
  5. Reliability
  6. Modularity
  • 593 attempts
  • 0 upvotes
  • 5 comments
Sep 26GATE & PSU CS