(A) Load balancing
(B) Balancing of symbols
(C) Resource shared between various systems
(D) Data is transferred asynchronously
Tag: Data Structures
What is the other name for circular queue?
(A) Ring buffer
(B) Rectangle buffer
(C) Square buffer
(D) None of the above
For the stack data structure which among following is not the correct statement?
(A) Top of the stack contains the last inserted element
(B) Elements are stored in a sequential manner
(C) Stack follows FIFO
(D) Arrays can be used to implement the stack
For implementing the recursive algorithm which data structure is used?
(A) Linked list
(B) Binary tree
(C) Queue
(D) Stack
Which among the following is the advantage of array data structure over Java?
(A) Index of the first element starts from 1.
(B) Elements of an array can not be sorted.
(C) Elements of the mixed data types can be stored.
(D) Easier to access the elements in an array.
Advantage of array data structure and java is?
(A) Elements of an array can not be sorted
(B) Index of the first element starts from 1
(C) Elements of mixed data types can be stored
(D) Easier to access the elements in an array
Which data structure can not store the non-homogeneous data elements?
(A) Stacks
(B) Pointers
(C) Records
(D) Arrays
Identify non-linear data structure?
(A) Trees
(B) Strings
(C) List
(D) Stacks