Multiple Choice
The ______ operation adds a new item to a queue.
A) enqueue
B) dequeue
C) push
D) peek
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: Write the code fragment to insert the
Q25: In the ADT list,items can be added
Q26: If a queue is implemented as the
Q27: Write the code fragment to remove the
Q28: The first item to be added to
Q30: Which of the following is NOT an
Q31: What is meant by the first-in,first-out property
Q32: What are three examples of position-oriented ADT?
Q33: What is the main difference between a
Q34: What is a deque?