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.
The binary search algorithm cannot be applied to a _______________.
4.
What is the postfix equivalent for the following prefix expression:
* + w x - y z
5.
Why is the linked list implementation of sparse matrices superior to the generalized dope vector method?
6.
Which of the following trees have either 0 or 2 children?
7.

Which of these is not a type of SQL constraint?

8.
Which of the following is an object privilege in SQL?
9.
In SQL, which of the following DDL commands is used to remove data and table structures?
10.

Which of the following is a comparison operator in SQL?