(A) Initial address
(B) Base address
(C) First address
(D) Location address
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.
The data structure required to check whether an expression contains balanced parenthesis is?
(A) Array
(B) Tree
(C) Queue
(D) Stack
A linked list can be?
(A) Single
(B) Double
(C) Circular
(D) All of the above
The list with no node is called?
(A) No list
(B) Zero list
(C) Empty list
(D) All of the above
Items in linked list are called?
(A) Information
(B) Element
(C) Data
(D) Node
Pushing an element into stack already having four elements and stack size of 4. Then stack becomes?
(A) Empty stack
(B) Empty collection
(C) Underflow
(D) Overflow
Stack is?
(A) Continuously Changing Object
(B) Dynamic Data Structure
(C) An Ordered Collection of Items
(D) All of the above
In a stack if a user tries to remove an element from empty stack it is called?
(A) Overflow
(B) Underflow
(C) Empty stack
(D) Empty collection