Data Structure - PART 5 « Previous Next » 1. The organised collection of data is called a A. record structure B. file structure C. data structure D. None of these [NET] Answer: C - data structure 2. ____ are basic building block for more complex data structures A. files B. arrays C. records D. None of these [NET] Answer: B - arrays 3. Data structure can be classified as A. linear and non linear data structure B. static and dynamic structure C. both (A) and (B) D. None of these [NET] Answer: C - both (A) and (B) 4. An array is homogenous structure in which all A. element are of same type B. element are of different type C. both (A) and (B) D. None of these [NET] Answer: A - element are of same type 5. The example of non-homogeneous data structure are A. records B. files C. data D. None of these [NET] Answer: A - records 6. ____ is called the first element of linked list A. head B. tail C. both (A) and (B) D. None of these [NET] Answer: A - head 7. ____ is called the last element of linked list A. head B. tail C. both (A) and (B) D. None of these [NET] Answer: B - tail 8. ______ is called the next element to the head of linked list A. predecessor B. Successor C. head D. tail [NET] Answer: B - Successor 9. ______ is called the previous element to the tail of linked list A. predecessor B. Successor C. head D. tail [NET] Answer: A - predecessor 10. We can traverse the singly linked list in A. only one direction B. two direction C. sometime (A) or (B) ( D. None of these [NET] Answer: A - only one direction « Previous Next »
No comments:
Post a Comment