Computer Knowledge quiz for competitive exam
1. The difference between linear array and a record is
d. All of above
2. Which of the following statement is false?
c. pointers store the next data element of a list
3. Binary search algorithm can not be applied to
a. sorted linked list
4. When new data are to be inserted into a data structure,
but there is no available space; this situation is usually called
b. overflow
5. The situation when in a linked list START=NULL is
a. underflow
6. Which of the following is two way list?
d. none of above
7. Which of the following name does not relate to stacks?
a. FIFO lists
8. The term "push" and "pop" is related
to the
c. stacks
9. A data structure where elements can be added or removed
at either end but not in the middle
d. Deque
10. When inorder traversing a tree resulted E A C K F H D B
G; the preorder traversal would return
b. FAEKCDHGB
RELATED SEARCH
0 comments:
Post a Comment
Feel free to ask here :)