1.
Which of the following data structures is used to check whether an arithmetic expression has balanced parentheses?
2.
In Data structures, which of the following statements is a disadvantage of the binary search algorithm?
3.
Which of these are two-dimensional arrays?
4.
Which of the following statements about data structures is incorrect?
5.
The binary search algorithm cannot be applied to a _______________.
6.
In Data Structures, a stack is said to be in __________________ state when it is completely full.
7.
When a linked list has start = NULL, which of the following can occur?
8.
Push and Pop are related to which of the following data structures?
9.
__________________________ allow elements to be added or removed from the front and end, but not from the middle of an object.
10.
If the inorder traversal of a tree is EACKFHDBG, what is its preorder traversal?