Exam 16: Linked Lists
Exam 1: An Overview of Computers and Programming Languages50 Questions
Exam 2: Basic Elements of C++50 Questions
Exam 3: Input/Output50 Questions
Exam 4: Control Structures I (Selection)50 Questions
Exam 5: Control Structures II (Repetition)50 Questions
Exam 6: User-Defined Functions50 Questions
Exam 7: User-Defined Simple Data Types, Namespaces, and the string Type50 Questions
Exam 8: Arrays and Strings50 Questions
Exam 9: Records (structs)50 Questions
Exam 10: Classes and Data Abstraction50 Questions
Exam 11: Inheritance and Composition50 Questions
Exam 12: Pointers, Classes, Virtual Functions, Abstract Classes, and Lists50 Questions
Exam 13: Overloading and Templates50 Questions
Exam 14: Exception Handling50 Questions
Exam 15: Recursion50 Questions
Exam 16: Linked Lists50 Questions
Exam 17: Stacks and Queues50 Questions
Exam 18: Searching and Sorting Algorithms50 Questions
Exam 19: Binary Trees50 Questions
Exam 20: Graphs50 Questions
Exam 21: Standard Template Library (STL)50 Questions
Select questions type
In C++,the dereferencing operator is represented by the ____________________ symbol.
(Short Answer)
4.9/5
(34)
Every node (except of the last node)in a singly linked list contains ____.
(Multiple Choice)
4.7/5
(46)
How many pointers are needed to build a linked list in a backward manner?
(Multiple Choice)
4.7/5
(40)
Linked lists allow you to overcome the size limitations of an array data type.
(True/False)
4.8/5
(38)
The nodes of a standard ordered list (as constructed in the text)are in ____________________ order.
(Short Answer)
4.9/5
(38)
If a formal parameter is a value parameter,the ____________________ constructor provides the formal parameter with its own copy of the data.
(Short Answer)
4.8/5
(39)
Because each node of a linked list has two components,we need to declare each node as a(n)____.
(Multiple Choice)
4.9/5
(37)
In a linked list,if a new item is always inserted at the beginning or at the end of the list and the data read is unsorted,the linked list will be unsorted.
(True/False)
4.8/5
(31)
Data can be organized and processed sequentially using an array called a(n)____ list.
(Multiple Choice)
4.8/5
(33)
A(n)____________________ is an object that produces each element of a container,such as a linked list,one element at a time.
(Short Answer)
4.8/5
(37)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)