Table of Content

Linked List MCQ : Operations on Linked List (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
In Linked list implementation, a node carries information regarding _______.
A
Data and Link
B
Link
C
Data
Question 2
A linked list in which the last node of Linked list points to the first is called a _________.
A
Singly Linked List
B
Doubly Linked List
C
None of these
D
Circular Linked List
Question 3
A doubly linked list performs traversal in _________.
A
Circular direction
B
Either direction
C
Any direction
Question 4
Linked list data structure usage offers considerable saving in
A
Space utilization & computational time.
B
Computational time
C
Space utilization
Question 5
Consider linked list is used to implement the Stack then which of the following node is considered as Top of the Stack ?
A
Any Node
B
First Node
C
Middle Node
D
Last Node
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 5 questions to complete.