MCQ | Data Structure Part 4


Data Structure - PART 4


1. Which of the following process is faster for threaded trees compared with their unthreaded






  [NET]

2. Inorder traversal of the binary search tree implies visiting records






  [NET]

3. Level of any node of a tree is






  [NET]

4. A dynamic data structure where we can search for desired records in Bigo(log n) time is






  [NET]

5. How many cycles must be contained in a tree






  [NET]

6. The maximum number of nodes in a binary tree of depth 5 is






  [NET]

7. Post order traversal of a binary tree starts with






  [NET]

8. Number of all posible binary trees with 4 nodes is






  [NET]

9. A tree where each node have ____ children is called binary tree






  [NET]

10. Which of the following steps is performed first for inorder traversal of a binary tree






  [NET]

No comments:

Post a Comment