0 of 20 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 20 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
1) Linked lists are best suited for ___
2. Value of first linked list index is ….
3. The situation when in a linked list START=NULL is ___
4. Indexing the …….. element in the list is not possible in linked lists.
5) Which of the following is two way lists?
6) Which is the pointer associated with the availability list?
7) The operation of processing each element in the list is known as ……
8) In linked lists there are no NULL links in
9) Each node in a linked list must contain at least …..
10) The dummy header in linked list contain …..
11) In a linked list the ………. field contains the address of next element in the list.
12) LINK is the pointer pointing to the …
13) _______ refers to a linear collection of data items.
14) A run list is ____
15) A ____ indicates the end of the list.
16. A _____ is a linear list in which insertions and deletions are made to from either end of the structure.
17) Each node in singly linked list has _____ fields.
18) A linear list in which the pointer points only to the successive node is ____
19) ______ may take place only when there is some minimum amount(or) no space left in free storage list.
20. Match the following questions.
1. single inked list |
2. circular linked list |
3. doubly linked list |
4. stack |