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

1. Both stacks and queues can have either an array-based or a link-based implementation.
2. It is not possible to use an implementation of the ADT list to define a class of queues.
3. In the implementation of class ListQueue, the constructor creates a new instance of a list. Omitting this step leads to incorrect execution instead of a syntax error.
4. In the implementation of class ListQueue, when the destructor is called, the list’s destructor is not called.
5. A linear linked chain can represent a queue.


1. True
2. False
3. True
4. False
5. True

Computer Science & Information Technology

You might also like to view...

Match the decription on the right to the section of the URL identified in the following diagram.



1. Schema
2. Server location
3. User domain
4. Top level domain

a. A
b. D
c. B
d. C

Computer Science & Information Technology

Which of the following is an example of proxy server software?

a. Squid b. BIND c. Snort d. Apache

Computer Science & Information Technology

Successful attacks are usually not from software that is poorly designed and has architecture/design weaknesses.

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

Computer Science & Information Technology

To apply formatting to more than one cell or range, right-click the Format Painter button so that it stays active.

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

Computer Science & Information Technology