Which of the following is not a step in queue deletion?
A. Search queue for data to be deleted.
B. Pass data from deleted node back to calling function.
C. Set front pointer to next item in queue.
D. Subtract one from queue counter if implemented.
E. If queue empty, set rear pointer to null.
Answer: A
You might also like to view...
If a base class has public member functions that are not listed by a derived class, then these functions
a. are not available to the derived class b. are inherited unchanged in the derived class c. are private to the derived class d. do not exist in the derived class
Seen in the accompanying figure, the Long Tail is a(n) ____ model that accommodates both mainstream and niche markets.
A. Internet B. Web 2.0 C. Intranet D. Web
You can restrict the display of PivotTable data using a(n) ____________________, a graphic object with a set of buttons that allow you to easily filter your PivotTable data to show only the data you need.
Fill in the blank(s) with the appropriate word(s).
Which of the following provides a visual representation of the patterns of an algorithm?
A. Flowchart B. Pseudocode C. Gantt chart D. Flow analysis