Introduction To Data Structures - Study Mode

[#26] What does 'stack overflow' refer to?
Correct Answer

(B) adding items to a full stack

[#27] In a stack, if a user tries to remove an element from an empty stack it is called . . . . . . . .
Correct Answer

(A) Underflow

[#28] A data structure in which elements can be inserted or deleted at/from both ends but not in the middle is?
Correct Answer

(C) Dequeue

[#29] What are the applications of dequeue?
Correct Answer

(D) All of the mentioned

[#30] A linear list of elements in which deletion can be done from one end (front) and insertion can take place only at the other end (rear) is known as . . . . . . . .
Correct Answer

(A) Queue