1. | Which of the following is true about the characteristics of abstract data types? i) It exports a type. ii) It exports a set of operations. |
Answer: (c).True, True
|
2. | Which of the following data structures are indexed structures? |
Answer: (a).Linear arrays
|
3. | Operations on a data structure may be ….. |
Answer: (d).all of the above
|
4. | Which of the following are the operations applicable an primitive data structures? |
Answer: (d).all of the above
|
5. | Which of the following data structure is non-linear type? |
Answer: (d).Tree
|
6. | The indirect change of the values of a variable in one module by another module is called |
Answer: (c).side effect
|
7. | The operation of processing each element in the list is known as |
Answer: (d).Traversal
|
8. | Finding the location of the element with a given value is: |
Answer: (b).Search
|
9. | Which of the following data structure can't store the non-homogeneous data elements? |
Answer: (a).Arrays
|
10. | Which of the following data structure store the homogeneous data elements? |
Answer: (b).Records
|