Simple Quiz on Data Structure
Sign in to Google to save your progress. Learn more
1. Which of the following is not the part of ADTdescription? *
5 points
2. A binary search tree whose left subtree and rightsubtree differ in hight by at most 1 unit is called …… *
5 points
3.  ………. Is a pile in which items are added at one end and removed from the other. *
5 points
4.  ………… is very useful in situation when data have to stored and then retrieved in reverse order. *
5 points
5. Which of the following is non-liner data structure? *
5 points
6. Which data structure is used in breadth first search of a graph to hold nodes? *
5 points
7. Which data structure is used in depth first search of a graph to hold nodes? *
5 points
8. To represent hierarchical relationship between elements, Which data structure is suitable? *
5 points
9. In the …………….. traversal we process all of a vertex’s descendants before we move to an adjacent vertex. *
5 points
10. Which of the following is not the internal sort? *
5 points
11. A graph is said to be……… if the vertices can be split into two sets V1 and V2 such there are no edges between two vertices of V1 or two vertices of V2. *
5 points
12. In a circular queue the value of r will be .. *
5 points
13. There is an extra element at the head of the list called a ……… *
5 points
14. A …………… is an a cyclic digraph, which has only one node with in-degree 0, and other nodes have in-degree 1. *
5 points
15. The way in which the data item or items are logically related defines ….. *
5 points
16. Which of the following data structures are indexed structures? *
5 points
17. A linear list in which each node has pointers to point to the predecessor and successors nodes is called as .. *
5 points
18. In a priority queue, insertion and deletion takes place at …… *
5 points
19. The time complexity of quick sort is … *
5 points
20. Which of the following is an application of stack? *
5 points
Submit
Clear form
This content is neither created nor endorsed by Google.