Exam 5: Queues
Exam 1: Introduction36 Questions
Exam 2: Analysis of Algorithms31 Questions
Exam 3: Introduction to Collections - Stacks49 Questions
Exam 4: Linked Structures - Stacks51 Questions
Exam 5: Queues28 Questions
Exam 6: Lists42 Questions
Exam 7: Iterators32 Questions
Exam 8: Recursion57 Questions
Exam 9: Searching and Sorting54 Questions
Exam 10: Trees47 Questions
Exam 11: Binary Search Trees50 Questions
Exam 12: Heaps and Priority Queues29 Questions
Exam 13: Sets and Maps47 Questions
Exam 14: Multi-Way Search Trees47 Questions
Exam 15: Graphs29 Questions
Exam 16: UML16 Questions
Exam 17: Object-Oriented Design54 Questions
Select questions type
Simulations are often implemented using ______ to represent waiting lines.
(Short Answer)
5.0/5
(46)
Queue elements are processed in a FIFO manner-the first element in is the first element out.
(True/False)
4.8/5
(42)
What are some of the other operations that might be implemented for a queue?
(Essay)
4.8/5
(44)
A ______ can be used to preserve the order of a set of data.
(Multiple Choice)
4.7/5
(30)
A ______ is a linear collection whose elements are added on one end and removed from the other.
(Short Answer)
4.8/5
(41)
A circular array implementation of a queue is more efficient than a fixed array implementation of a queue because elements never have to be ___________.
(Multiple Choice)
4.8/5
(38)
Is it possible for the front and rear references in a linked implementation to be equal?
(Essay)
4.8/5
(34)
If you were to place elements on a collection and then wanted to preserve the order, would it be better to use a Stack or a______?
(Short Answer)
4.7/5
(40)
Showing 21 - 28 of 28
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)