This quiz is a gate exam on date structures and algorithms! Before you get that degree that shows you are well capable of handling your tasks as an engineer, you are expected to pass a series of tests to see how attentive you are in class. This quiz is an example of the type of questions to expect. How about See moreyou try it out!
P2, P3, P4, P1
P3, P1, P4, P2
P3, P2, P4, P1
P2, P3, P1, P4
Rate this question:
MNOPQR
QMNPRO
QMNPOR
NQMPOR
Rate this question:
15i+ j+ 89
10j+ i+ 89
15j+ i+ 84
10i+ j+ 84
Rate this question:
Ac
As
Bc
Ab
Rate this question:
7,7
5,6
6,6
6,7
Rate this question:
Θ(n), Θ(1)
Θ(1), Θ(n)
Θ(n), Θ(n)
Θ(1), Θ(1)
Rate this question:
BFS Algorithm
Managing function calls
Recursion
DFS Algorithm
Rate this question:
First In First Out
First In Last out
Random In Random Out
Last In First Out
Rate this question:
Depth First Search
Breadth First Search
Kruskal' Minimum Spanning Tree Algorithm
Prim's Minimum Spanning Tree Algorithm
Rate this question:
Overflows
Underflows
Crash
User Flow
Rate this question:
4 & 3
4 & 2
1 & 3
1 & 2
Rate this question:
Reverse of input
Sorted list
Unsorted list
None of the above
Rate this question:
~(list[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4])
List[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4] ^ 1 ^ 2 ^ 3 ^ 2 ^ 3 ^ 4 ^ 4 ^ 5
List[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4] ^ 1 ^ 2 ^ 4 ^ 3 ^ 2 ^ 4 ^ 5 ^ 6 ^ 2 ^ 4
List[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4]
Rate this question:
ABCD+*^
ABCD*+^
ABCD^*+
ABC+D*^
Rate this question:
Multiplies 'a' with 3
Multiplies 'a' with 7
Multiplies 'a' with 7.5
Multiplies 'a' with 3.5
Rate this question:
Another Function
Module
Class
Method
Rate this question:
O(n) for fun1() and O(2^n) for fun2()
O(2^n) for fun1() and O(n) for fun2()
O(n) for both fun1() and fun2()
O(2^n) for both fun1() and fun2()
Rate this question:
O(n)
O(nLogn)
O(n2)
O(Logn)
Rate this question:
N
N-1
N*(N-1)/2
Not possible to determine the bit array
Rate this question:
Quiz Review Timeline (Updated): Mar 19, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.