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 you try it out!
First In First Out
First In Last out
Random In Random Out
Last In First Out
Rate this question:
Ac
As
Bc
Ab
Rate this question:
7,7
5,6
6,6
6,7
Rate this question:
Reverse of input
Sorted list
Unsorted list
None of the above
Rate this question:
ABCD+*^
ABCD*+^
ABCD^*+
ABC+D*^
Rate this question:
Write Only
For truncating and writing
Read in binary format
Read and Write
Rate this question:
Another Function
Module
Class
Method
Rate this question:
P2, P3, P4, P1
P3, P1, P4, P2
P3, P2, P4, P1
P2, P3, P1, P4
Rate this question:
Multiplies 'a' with 3
Multiplies 'a' with 7
Multiplies 'a' with 7.5
Multiplies 'a' with 3.5
Rate this question:
4 & 3
4 & 2
1 & 3
1 & 2
Rate this question:
BFS Algorithm
Managing function calls
Recursion
DFS Algorithm
Rate this question:
Θ(n), Θ(1)
Θ(1), Θ(n)
Θ(n), Θ(n)
Θ(1), Θ(1)
Rate this question:
15i+ j+ 89
10j+ i+ 89
15j+ i+ 84
10i+ j+ 84
Rate this question:
Depth First Search
Breadth First Search
Kruskal' Minimum Spanning Tree Algorithm
Prim's Minimum Spanning Tree Algorithm
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:
MNOPQR
QMNPRO
QMNPOR
NQMPOR
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:
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.
Data Structure Mock Test Quiz!
Data Structure Mock Test Quiz! Test your knowledge on various computing topics including internet speed, artificial intelligence languages, memory types, and more. Enhance your...
Questions:
11 |
Attempts:
223 |
Last updated:
Mar 21, 2023
|
Data Structure Exam Quiz!
The 'Data Structure Exam Quiz!' assesses advanced understanding in data structures, focusing on Disjoint Set Union, Segment Trees, and Fenwick Trees. It tests skills in optimizing...
Questions:
27 |
Attempts:
326 |
Last updated:
Mar 22, 2023
|
UTS Struktur Data
This quiz focuses on fundamental data structures, including simple types, operators, and array characteristics, designed for students studying computer science or programming.
Questions:
25 |
Attempts:
5209 |
Last updated:
Mar 22, 2023
|
Advance Data Structure Quiz-1
This Advance Data Structure Quiz-1 assesses knowledge on various trees like R-B Trees, 2-3 Trees, and Binary Search Trees. It explores properties, operations, and structural...
Questions:
15 |
Attempts:
263 |
Last updated:
Mar 20, 2023
|
Data Structure Online Test
Total Questions-> 30Full Time-> 10 minutesNegative marking->0.15 for each question if answered wrongTotal Marks-> 30 (1 for each...
Questions:
164 |
Attempts:
4823 |
Last updated:
Aug 10, 2024
|
COMPUTER DATA STRUCTURE AND ALGORITHM 2(TTA)
INSTRUCTIONS
1.NUMBER OF QUESTIONS 25
2.HAS A TIME LIMIT OF 15 MINUTES
3.HAS A PASS MARKS OF 30%
4.QUESTIONS PER PAGE 1
5.EACH QUESTIONS HAS 1 MARKS
6.NEGATIVE MARKING FOR...
Questions:
25 |
Attempts:
133 |
Last updated:
Jan 20, 2025
|
Wait!
Here's an interesting quiz for you.