Exam 5: Queues

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)