Exam 14: An Introduction to Data Structures
Exam 1: Introduction to Programming and the Java Language47 Questions
Exam 2: Programming Building Blocks- Java Basics57 Questions
Exam 3: Object-Oriented Programming, Part 1: Using Classes62 Questions
Exam 4: Introduction to Graphical Applications57 Questions
Exam 5: Flow of Control, Part 1: Selection68 Questions
Exam 6: Flow of Control, Part 2: Looping67 Questions
Exam 7: Object-Oriented Programming, Part 2: User-Defined Classes78 Questions
Exam 8: Single-Dimensional Arrays63 Questions
Exam 9: Multidimensional Arrays and the Arraylist Class62 Questions
Exam 10: Object-Oriented Programming, Part 3: Inheritance, Polymorphism, and Interfaces61 Questions
Exam 11: Exceptions, and Input Output Operations77 Questions
Exam 12: Graphical User Interfaces Using Java FX89 Questions
Exam 13: Recursion59 Questions
Exam 14: An Introduction to Data Structures69 Questions
Exam 15: Running Time Analysis56 Questions
Exam 16: RGB Colors, Decimal Conversion, Java Naming, and Random Number Generation110 Questions
Select questions type
In a queue represented by an array, how do we tell if the queue is empty or full?
(Essay)
4.9/5
(30)
A doubly linked list provides two links between nodes, one forward and one backward.
(True/False)
4.8/5
(30)
In a queue represented by a linked list, we insert, or enqueue, at the beginning of the list.
(True/False)
5.0/5
(36)
When implementing a queue as an array, you can think of it as a circular array.
(True/False)
4.7/5
(34)
When coding a method of a recursively defined linked list, not testing for all base case scenarios could result in a(n) __________ at runtime.
(Short Answer)
4.9/5
(38)
In a queue represented by a linked list, we delete, or dequeue, at the end of the list.
(True/False)
4.8/5
(34)
Ivanna has a restaurant that prides itself in fresh produce. She always wants to serve the freshest produce she has. She should use a LIFO approach for her produce inventory.
(True/False)
4.8/5
(42)
Unless we run out of memory, we can always insert in a linked list.
(True/False)
4.8/5
(36)
Showing 61 - 69 of 69
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)