test 1

Is this your test? Login to manage it. If not, you can generate an assessment just like it.

This is a non-interactive preview of the quiz content.

1.
1 point
.......... is putting an element in the appropriate place in a sorted list yields a larger sorted order list.
2.
1 point
A doubly linked list has .......... pointers with each node.
3.
1 point
The number of comparisons done by sequential search is
4.
1 point
There is a extra element at the head of the list is called _______
5.
1 point
The complexity of sorting algorithm measures the ...... as a function of the number n of items to be sorter.
6.
1 point
Linear array is also called as ________
7.
1 point
Binary search algorithm cannot be applied to ...
8.
1 point

State True (or) False
Binary search is used for searching in a sorted array
Time complexity of a binary search is O(log n)
9.
1 point
A ..... list is a header list where the node points back to the header node.
10.
1 point
............ is the method used by card sorter.