What advantage does a linked list have over an array?
Linked List

Quiz
•
Computers
•
Professional Development
•
Hard
ESTHER VARMA
Used 726+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Size of the list doesn't need to be mentioned at the beginning of the program
You can add or remove elements from the middle of the list.
The linked list doesn't have a size limit
All of these are true.
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Nodes in a linked list contain two things
Direction and a pointer
Data and a pointer
A Pointer and a reference
A pointer and a node
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The situation when in a linked list Head==NULL
is
Full
Empty
Half full
saturated
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the above image what will be printed when Head->next->data?
83
9
27
Error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Complete the code in the red column
string info; int link;
int info; NodeType link;
int info; string link;
int info; NodeType * link;
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following statement is not correct?
List is a linear structure
There are 2 example of list, Array List & Linked List.
Array List is not an example of List
List contains a sequence of elements
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is value in the head -> next -> next below?
12
4600
1600
88
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
Linked List Insertion

Quiz
•
Professional Development
20 questions
Data Structures

Quiz
•
University - Professi...
10 questions
Structure Data Review

Quiz
•
University - Professi...
10 questions
Friday Fun

Quiz
•
Professional Development
20 questions
Sorting - IV year

Quiz
•
Professional Development
10 questions
HEAPS

Quiz
•
Professional Development
13 questions
DSA 2

Quiz
•
Professional Development
20 questions
DS 1 & 2 Units(2025)

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade