Branch Wise MCQComputer Science McqsData Structure

Data Structure MCQ Page-03

21.
The number of comparisons done by sequential search is ………………

22.
In ……………, search start at the beginning of the list and check every element in the list.

23.
Which of the following is not the internal sort

24.
In a queue, the initial values of front pointer f rare pointer r should be ….. and …….. respectively.

25.
In a circular queue the value of r will be ..

26.
The advantage of …………….. is that they solve the problem if sequential storage representation. But disadvantage in that is they are sequential lists.

27.
What will be the value of top, if there is a size of stack STACK_SIZE is 5

28.
………… is not the operation that can be performed on queue

29.
There is an extra element at the head of the list called a ……….

30.
A graph is a collection of nodes, called ………. And line segments called arcs or ……….. that connect pair of nodes.