Explore the fundamentals of data structures and algorithms through this focused quiz. Assess your understanding of linked lists, stacks, queues, deques, and array storage with tailored questions. Ideal for students and professionals aiming to sharpen their technical skills.
Stacks
Queues
Deques
Binary search tree
Rate this question:
Sub algorithm
Recursion
Polish notation
Traversal algorithm
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:
Floor address
Foundation address
First address
Base address
Rate this question:
Input-restricted deque
Output-restricted deque
Priority queues
None of above
Rate this question:
Strings
Lists
Stacks
None of above
Rate this question:
The list must be sorted
There should be the direct access to the middle element in any sublist
There must be mechanism to delete and/or insert elements in list
none of above
Rate this question:
Arrays are dense lists and static data structure
Data elements in linked list need not be stored in adjecent space in memory
pointers store the next data element of a list
Linked lists are collection of the nodes that contain information part and next pointer
Rate this question:
tables arrays
Matrix arrays
Both of above
None of above
Rate this question:
Must use a sorted array
requirement of sorted array is expensive when a lot of insertion and deletions are needed
there must be a mechanism to access middle element directly
binary search algorithm is not efficient when the data elements are more than 1000.
Rate this question:
P contains the address of an element in DATA.
P points to the address of first element in DATA
P can store only memory addresses
P contain the DATA and the address of DATA
Rate this question:
Elementary items
Atoms
Scalars
All of above
Rate this question:
FILO
FIFO
LILO
Both a and c above
Rate this question:
Dn = n log2n
Dn = n log2n+1
Dn = log2n
Dn = log2n+1
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 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.