Time Left - 10:00 mins

Campus Recruitment Tech Quiz-1

Attempt now to get your rank among 955 students!

Question 1

SELECT __________

FROM instructor

WHERE dept name= ’Comp. Sci.’;

Which of the following should be used to find the mean of the salary ?

Question 2

Consider the graph.

Which of the following is a valid topological ordering?

Question 3

Dijkstra’s Algorithm can be used on solving

Question 4

Consider the following C code?

Which of the following is true output if dynamic scoping is used?

Question 5

Consider the following code:

void f(int n)

{

int s = 0

   for (int i = 0; i2 < n; i++)

   for (int j = i; j < log (i); j++)

   s = s + 1;

return s;

}

  • 955 attempts
  • 2 upvotes
  • 14 comments
Apr 27GATE & PSU CS