Exam 17: Linked Lists
Exam 1: Introduction to Computers and Programming44 Questions
Exam 2: Introduction to C++56 Questions
Exam 3: Expressions and Interactivity44 Questions
Exam 4: Making Decisions53 Questions
Exam 5: Loops and Files62 Questions
Exam 6: Functions49 Questions
Exam 7: Arrays53 Questions
Exam 8: Searching and Sorting Arrays20 Questions
Exam 10: Characters, C++-Strings, and More About the String Class42 Questions
Exam 11: Structured Data43 Questions
Exam 11: Structured Data50 Questions
Exam 12: Advanced File Operations38 Questions
Exam 13: Introduction to Classes46 Questions
Exam 14: More About Classes40 Questions
Exam 15: Inheritance, Polymorphism, and Virtual Functions38 Questions
Exam 16: Exceptions, Templates, and the Standard Template Library STL39 Questions
Exam 17: Linked Lists40 Questions
Exam 18: Stacks and Queues46 Questions
Exam 19: Recursion21 Questions
Exam 20: Binary Trees38 Questions
Select questions type
If new data needs to be added to a linked list, the program simply ________________ and inserts it into the series.
(Multiple Choice)
4.9/5
(33)
A doubly-linked list keeps track of the next node in the list, as well as:
(Multiple Choice)
4.9/5
(39)
Deleting an entire list requires traversing the list, deleting each node one by one.
(True/False)
4.9/5
(26)
To insert a new node in ascending order into a list, the list must be:
(Multiple Choice)
4.8/5
(36)
A linked list can consist of structs, objects, or other abstract data types.
(True/False)
4.8/5
(31)
The Standard Template Library (STL) provides a linked list container.
(True/False)
4.7/5
(40)
Moving through a linked list is referred to as ___________ the list.
(Multiple Choice)
4.9/5
(40)
The list container provided by the Standard Template Library is a template version of a _________________.
(Multiple Choice)
4.7/5
(36)
While traversing a list, a node pointer knows when it has reached the end of a list when:
(Multiple Choice)
4.8/5
(37)
When working with a linked list, one of the basic operations you can perform is to destroy the list.
(True/False)
4.7/5
(40)
When you create a linked list, you must know in advance how many nodes the list will contain.
(True/False)
4.8/5
(33)
A __________ list contains pointers to the nodes before it and after it.
(Multiple Choice)
4.8/5
(36)
A __________ is used to travel through a linked list and search for data.
(Multiple Choice)
4.8/5
(37)
Showing 21 - 40 of 40
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)