Branch Wise MCQComputer Science McqsData Structure

100+ MCQ Data Structure MCQ Page-10

91.
…….. form of access is used to add and remove nodes from a queue.

92.
……. form of access is used to add remove nodes from a stack.

93.
What happens when you push a new node onto a stack?

94.
The term push and pop is related to

95.
The elements are removal from a stack in ………. order.

96.
A pointer variable which contains the location at the top element of the stack is called…..

97.
Before inserting into stack one must check the condition………

98.
When does Top value of stack change in insertion process?

99.
The term dequeue is the contraction of the name……..

100.
………. is a collection of elements such that each element has been assigned a processing priority.