Answer the following statements true (T) or false (F)

1. A real-world example of the queue data structure can be seen in a stack of cafeteria trays where the last tray pushed onto the stack is the first tray removed.
2. In a static stack class, the constructor function can dynamically allocate memory for the stack array.
3. Stacks and queues can be implemented as arrays or linked lists.
4. The programmer must declare in advance the size of a dynamic stack or queue.
5. A stack that is implemented as a linked list is known as a deque.


1. F
2. T
3. T
4. F
5. F

Computer Science & Information Technology

You might also like to view...

When the weekly sales value of a retail store results in 0, the field will present the word New, assuming the stores were not opened

Indicate whether the statement is true or false

Computer Science & Information Technology

Although you can easily copy and paste information between two or more open documents, it is sometimes easier to insert the contents of a file without having to open it first.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In Page Layout, an inserted page break is indicated by a(n) ________ line

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Discuss what happens when a protocol is bound to a network adapter.

What will be an ideal response?

Computer Science & Information Technology