This MCQ test titled '13IT33 - DATA STRUCTURES' evaluates knowledge in binary tree traversals, array operations, and basic data structure concepts. It assesses key skills in searching, traversal, and understanding of linear and non-linear data structures, essential for learners in computer science.
Dynamic programming
Backtracking
Divide and conquer
Greedy method
Rate this question:
Traversal
Search
Sort
None of above
Rate this question:
Processor and memory
Complexity and capacity
Time and space
Data and space
Rate this question:
Coding Standards
Programming Language Statement
Organization of data element
None of these
Rate this question:
Sorting
Merging
Inserting
Traversal
Rate this question:
When Item is somewhere in the middle of the array
When Item is not in the array at all B. When Item is not in the array at allB. When Item is not in the array at all B. When Item is not in the array at all
When Item is the last element in the array
When Item is the last element in the array or is not there at all
Rate this question:
F e g c d b a
G c b d a f e
G c d b f e a
F e d g c b a
Rate this question:
2,2,1,1,2
2,2,1,2,2
2,1,2,2,1
2,1,2,2,2
Rate this question:
[Stack
Set
List
Queue
Rate this question:
X
Null
S
None of these
Rate this question:
Stack
Queue
List
Link list
Rate this question:
Trees
Graphs
Arrays
None of above
Rate this question:
D, e, b, f, g, c, a
E, d, b, g, f, c, a
E, d, b, f, g, c, a
D, e, f, g, b, c, a
Rate this question:
2
3
4
6
Rate this question:
Stack
Queue
List
None of the above
Rate this question:
{25, 12, 16, 13, 10, 8, 14}
{25, 14, 13, 16, 10, 8, 12}
{25, 14, 16, 13, 10, 8, 12}
{25, 14, 12, 13, 10, 8, 16}
Arrays
Linked lists
Both of above
None of above
Rate this question:
Ab + cd - *
Ab cd + - *
Ab + cd * -
Ab + - cd *
Rate this question:
Insertion sort
Binary search
Radix sort
Polynomial manipulation
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
For relatively permanent collections of data
For the size of the structure and the data in the structure are constantly changing
For both of above situation
For none of above situation
Rate this question:
Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm
Rate this question:
(b,e) (e,f) (a,c) (b,c) (f,g) (c,d)
(b,e) (e,f) (a,c) (f,g) (b,c) (c.d)
(b,e) (a,c) (e,f) (b,c) (f,g) (c,d)
(b,e) (e,f) (b,c) (a,c) (f,g) (c,d)
For relatively permanent collections of data
For the size of the structure and the data in the structure are constantly changing
For both of above situation
For none of above situation
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Item is somewhere in the middle of the array
Item is not in the array at all
Item is the last element in the array
Item is the last element in the array or is not there at all
Rate this question:
Stack
Set
List
Queue
Rate this question:
5 3 1 2 4 7 8 6
5 3 1 2 6 4 8 7
5 3 2 4 1 6 7 8
5 3 1 2 4 7 6 8
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Quiz Review Timeline (Updated): Mar 20, 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.