IBPS IT Officer MCQ – 3 (Data Structure)






The IBPS Specialist Officer (SO) Exam 2016 for recruitment of specialist officer vacancies in public sector banks has been announced. So we D2G Team is here with IBPS SO Material.

keep-calm-and-study-data-structures-2

DATA STRUCTURE – 1 MCQ

11. A variable P is called pointer if
(A) P points to the address of first element in DATA
(B) P can store only memory addresses
(C) P contain the DATA and the address of DATA
(D) P contains the address of an element in DATA.

12. The Worst case occur in linear search algorithm when
(A) Item is not in the array at all
(B) Item is the last element in the array
(C) Item is the last element in the array or is not there at all
(D) None of above

13. The Average case occur in linear search algorithm
(A) When Item is somewhere in the middle of the array
(B) When Item is not in the array at all
(C) When Item is the last element in the array
(D) All the above

14. The complexity of the average case of an algorithm is
(A) Much more complicated to analyze than that of worst case
(B) Much more simpler to analyze than that of worst case
(C) Sometimes more complicated and some other times simpler than that of worst case
(D) None of the above

15. The following data structure allows deleting data elements from front and inserting at rear
(A) Stacks
(B) Queues
(C) Deques
(D) Binary search tree

16. This data structure allows deletions at both ends of the list but insertion at only one end.
(A) Input-restricted deque
(B) Output-restricted deque
(C) Priority queues
(D) None of the above

17. The following data structure is non-linear type
(A) Strings
(B) Lists
(C) Stacks
(D) None of the above

18. The following data structure is linear type
(A) Strings
(B) Lists
(C) Queues
(D) All of the above

19. To represent hierarchical relationship between elements, the following data structure is suitable
(A) Deque
(B) Priority
(C) Tree
(D) All of above

20. A binary tree whose every node has either zero or two children is called
(A) Complete binary tree
(B) Binary search tree
(C) Extended binary tree
(D) None of above

Answers:  11. (D) 12. (C) 13. (A) 14. (A) 15. (B) 16. (A) 17. (D) 18. (D) 19. (C) 20. (C)

Click the below IT Officer Tag and explore more quizzes under this category.









Check out our latest videos on youtube