Data Structure (CS-201 & CS-202) Quiz
Data Structure (CS-201 & CS-202) Quiz
Draft saved
Email *
True, False
False, True
False, False
True, True
Middle element
Largest element
Last element
Smallest element
2, 7, 2, 6, 5, 11, 5, 9, 4
2, 7, 5, 2, 6, 9, 5, 11, 4
2, 5, 11, 6, 7, 4, 9, 5, 2
2, 7, 5, 6, 11, 2, 5, 4, 9
n-ary tree
queue
priority queue
stack
2, 7, 2, 6, 5, 11, 5, 9, 4
2, 7, 5, 2, 11, 9, 6, 5, 4
2, 5, 11, 6, 7, 4, 9, 5, 2
2, 7, 5, 6, 11, 2, 5, 4, 9
28
64
256
56
O(n)
O(n2)
O(n logn)
O(logn)
True
False
9 edges
11 edges
10 edges
9 vertices
Roll No: *
22bec080
Pointer to character
Pointer to integer
Pointer to node
Node
UnderRow
Empty collection
OverRow
Garbage Collection
Directed graph
Contains no cycles
Planar
Completely connected
O(n)
O(logn)
O(n2)
O(n logn)
O(n)
O(log n)
O(n2)
O(n log n)
O(1)
O(n)
O(n2)
O(n3)
Linear search
Binary search
Hash Search
Dynamic
Static
Compile time
Heap
Create
Push
Evaluation
Pop
6, 2, 5, 7, 11, 2, 5, 9, 4
6, 5, 2, 11, 7, 4, 9, 5, 2
2, 7, 2, 6, 5, 11, 5, 9, 4
2, 7, 6, 5, 11, 2, 9, 5, 4
OverRow
Crash
UnderRow
User Row
None of above
Insertion sort
Radix sort
Polynomial manipulation
Binary search
LNMOQPT
NMOPOLT
LMNOPQT
OPLMNQT
Identity Matrix
Unit Matrix
Sparse Matrix
Zero Matrix
O(1)
O(n)
O(n2)
O(n4)
any number
O(n)
O(logn)
O(n2)
O(n logn)
Ο(n), Ο(n)
Ο(n), Ο(1)
Ο(1), Ο(n)
Ο(1), Ο(1)
log(p)
log(p)/2
p⁄2
v=e
v = e+1
v+1=e
I and II
I and III
I, II and III
I, II and IV
Stack.
Queue.
Linked List.
None of these