Linked List MCQ : General Questions (Multiple Choice Questions)
Congratulations - you have completed Data Structure.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 |
Generally collection of Nodes is called as __________.
Stack | |
Linked List | |
Heap | |
Pointer |
Question 2 |
A linear collection of data element given by mean of pointer is called ______________.
Queue | |
Stack | |
Linked List | |
Graph |
Question 3 |
Which of the following is not a type of Linked List ?
Circular Linked List | |
Doubly Linked List | |
Singly Linked List | |
Hybrid Linked List |
Question 4 |
Linked list is generally considered as an example of _________ type of memory allocation.
None of these | |
Compile Time | |
Static | |
Dynamic |
Question 5 |
Each Node contain minimum two fields one field called data field to store data. Another field is of type _________.
Pointer to Character | |
Pointer to an Integer | |
Pointer to Class | |
Pointer to Node |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 5 questions to complete.