
AH Linked List Quiz

Passage
•
Computers
•
12th Grade
•
Easy
Martin McCormack
Used 2+ times
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a linked list?
A static structure with fixed size
A set of items called nodes organized in a list much like an array
A data structure that can only shrink at run time
A sequence of elements where each element points to the previous one
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two types of linked lists mentioned in the document?
Singly linked and triply linked
Singly linked and doubly linked
Doubly linked and circular linked
Static linked and dynamic linked
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many fields does a doubly linked list node contain?
One
Two
Three
Four
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main advantage of a linked list over an array?
Data has to be moved when re-arranging the list
It has a fixed size
It is a dynamic structure which can grow and shrink at run time
You can identify a node using its index
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add a node to the start of a linked list?
Change the pointer in the last node to point to the new node
Point the Head to the new node and the link in the new node will point to A
Update the pointer in B to point to the new node
Insert the new node between two existing nodes without changing the Head
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What must be done to delete a node C from a singly linked list?
Update the pointer in A to point to D
Remove the node C physically from the list
Update the pointer in B to point to D
Change the Head to point to node D
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the specific object in the collections module of Python that can be used for linked lists called?
list
queue
deque
stack
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Lesson 9 Knowledge Assessment

Quiz
•
6th Grade - University
20 questions
Computer Networks Review

Quiz
•
9th - 12th Grade
15 questions
Soal TLJ Kelas XII.TKJ

Quiz
•
9th - 12th Grade
15 questions
Computer Networking Quiz

Quiz
•
11th Grade - University
20 questions
Bid Data: Day 2

Quiz
•
KG - Professional Dev...
14 questions
SOAL JARINGAN KOMPUTER

Quiz
•
12th Grade
10 questions
Technical Terms - Internet (A-Z) - Linkedin

Quiz
•
12th Grade
15 questions
untitled

Quiz
•
11th Grade - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade