Do you know anything about data structures and algorithms? Do you think you can pass this quiz? The data structure is a way of accumulating and organizing information in such a manner that we can perform operations on this data in an effective way. An algorithm is a finite set of instructions or logic written to complete a specific predefined See moretask. Taking this quiz will help you see how much you know about data structures and algorithms.
Trees
Graphs
Arrays
None of above
Rate this question:
Best case
Worst case
Average case
Null case
Rate this question:
When Item is somewhere in the middle of the array
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:
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:
Processor and memory
Complexity and capacity
Time and space
Data and space
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Sorting
Merging
Inserting
Traversal
Rate this question:
Counting microseconds
Counting the number of key operations
Counting the number of statements
Counting the kilobytes of algorithm
Rate this question:
Counting the maximum memory needed by the algorithm
Counting the minimum memory needed by the algorithm
Counting the average memory needed by the algorithm
Counting the maximum disk space needed by the algorithm
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:
By this way computer can keep track only the address of the first element and the addresses of other elements can be calculated
the architecture of computer memory does not allow arrays to store other than serially
Both of above
None of above
Rate this question:
O(n)
O(log n)
O(n2)
O(n log n)
Rate this question:
Arrays
Linked lists
Both of above
None of above
Rate this question:
O(n)
O(log )
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:
The name of array
the data type of array
The first data from the set to be stored
The index set of the array
Rate this question:
Internal change
Inter-module change
Side effect
Side-module update
Rate this question:
Much more complicated to analyze than that of worst case
Much more simpler to analyze than that of worst case
Sometimes more complicated and some other times simpler than that of worst case
None or above
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 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.