C++ linked lists

Quiz
•
Computers
•
University
•
Medium

Albert Gorup
Used 25+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a linked list, each node contains a pointer to:
The previous node
The next node
Both the previous and next nodes
None of the other answers
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is an advantage of using a linked list over an array?
Constant-time access to elements
Easy to resize
Cache-friendly
All of the above
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you add a new node to the end of a linked list?
Set the next pointer of the last node to the new node
Set the next pointer of the new node to the last node
Set the previous pointer of the last node to the new node
Set the previous pointer of the new node to the last node
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a disadvantage of using a linked list?
Requires more memory than an array
Accessing elements is slower than an array
Cannot be sorted
All of the above
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a characteristic of a doubly linked list?
Each node has two pointers: one to the previous node and one to the next node
Each node has one pointer to the next node
Each node has one pointer to the next node
None of the above
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a characteristic of a circular linked list?
The last node points to NULL
The first node points to NULL
The last node points to the first node
The first node points to the last node
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you delete a node from a linked list?
Set the next pointer of the previous node to the next node
Set the previous pointer of the next node to the previous node
Set the next pointer of the current node to the previous node
Set the previous pointer of the current node to the next node
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the time complexity of searching for an element in a linked list?
O(1)
O(log n)
O(n)
O(n^2)
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is a common use case for linked lists?
Storing a small number of elements
Storing a large number of elements that require random access
Storing a large number of elements that do not require random access
None of the above
Similar Resources on Wayground
12 questions
Binary Tree

Quiz
•
University
8 questions
Array, Linked list, Stack and Queue

Quiz
•
University
11 questions
Pointers

Quiz
•
University
8 questions
G&N Unit 8

Quiz
•
University
12 questions
Discover Docker - Quiz 2

Quiz
•
University
10 questions
BACS3323 Chapter 5 -Pathfinding

Quiz
•
University
10 questions
Struktur Data

Quiz
•
University
10 questions
Basics of Computers

Quiz
•
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
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University