Basics
1. Which of the following is/are the levels of implementation of data structure
2. ……………….. level is where the model becomes compatible executable code.
3.
________ is not the component of data structure.
4. Which of the following is not the part of ADT description?
5. Which of the following is non-liner data structure?
6. Which of the following data structure is non linear type?
7. Which of the following data structure is linear type?
8. To represent hierarchical relationship between elements, Which data structure is suitable?
9.
Match the following.
a) Completeness
i) How long does it take to find a solution
b) Time Complexity
ii) How much memory need to perform the search.
c) Space Complexity
iii) Is the strategy guaranteed to find the solution when there in one.
10. When new data are to be inserted into a data structure, but there is not available space; this situation is usually called ….