Module 6: Linked List Quiz
Quiz by Keavy Anne Allyson De Leon
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measure skillsfrom any curriculum
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
Our brand new solo games combine with your quiz, on the same screen
Correct quiz answers unlock more play!
- Q1
A collection of components, called nodes.
Linked List
Stacks
Recursion
Queue
10s - Q2
A field of linked list node that stores the address of the next node
Head
Tail
Link
Data
10s - Q3
The address of the first node in the list is stored in a separate location is called
Tail
Head
Data
Link
10s - Q4
A complex type of linked list in which a node contains a pointer to the previous as well as the next node in the sequence.
Singly Linked List
Singly Circular Linked List
Circular Linked List
Doubly Linked List
10s - Q5
A type of linked list that don't have NULL pointer
Circular Linked List
Singly Linked List
Doubly Linked List
Linked List
10s - Q6
Insertion and deletion is easier in Linked List than Array
truefalseTrue or False10s - Q7
Linked List is fixed in size
falsetrueTrue or False10s - Q8
Doubly Linked List uses more memory than Singly Linked List
truefalseTrue or False10s - Q9
Singly linked list only have links in one direction
truefalseTrue or False10s - Q10
In singly linked list node, there are 3 fields
falsetrueTrue or False10s - Q11
It can be visualized as a chain of nodes, where every node points to the next node.
Users enter free textType an Answer20s - Q12
Consists of a number of nodes in which each node has a next pointer to the succeeding element.
Users enter free textType an Answer20s - Q13
A linked list that do not have ends.
Users enter free textType an Answer20s - Q14
A complex type of linked list in which a node contains a pointer to the previous as well as the next node in the sequence.
Users enter free textType an Answer20s - Q15
A linked list is a collection of components, called
Users enter free textType an Answer15s