(A) Load balancing
(B) Balancing of symbols
(C) Resource shared between various systems
(D) Data is transferred asynchronously
Category: Data Structures Mcqs
Data Structures Mcqs for Screening tests, Interviews, Viva and Other competitive exams. Data Structures Mcqs section will help users to prepare mcqs of Data Structures for various exams. Aspirants of Lecturer Computer Science, SST Computer Science, Subject Specialist Computer Science, Data Entry operator, Computer Programmer, Computer Operator, System administrator and all other Exams can prepare their Data Structures portion from here.
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