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

1) Insertions and deletions can be made only at the front and back of a map.
2) Class queue enables insertions at the front of the underlying data structure and deletions
from the back (commonly referred to as a first-in, first-out data structure).
3) Many of the Standard Library algorithms can be applied to various containers independently
of the underlying container implementation.
4) arrays are fixed in size and offer direct access to any element.
5) forward_lists are singly linked lists, that offer rapid insertion and deletion only at the
front and the back.


1. False. Insertions and deletions can be made anywhere in a map.
2. False. Insertions may occur only at the back and deletions may occur only at the
front.
3. True.
4. True.
5. False. They offer rapid insertion and deletion anywhere.

Computer Science & Information Technology

You might also like to view...

To change a tab stop from one type of tab to another, you click on the ________

A) anchor B) sizing handle C) Tab Selector D) leader

Computer Science & Information Technology

When you create a chart Excel automatically creates the chart on its own sheet and labels it Chart1

Indicate whether the statement is true or false

Computer Science & Information Technology

____ is the process of saving a duplicate of requested data to another area of a system in hopes of saving resources and speeding up the future requests for that same data.

A. Inheritance B. Encapsulation C. Optimization D. Caching

Computer Science & Information Technology

____________________ analysis is an attempt to find errors or vulnerabilities in the source code of a program dynamically while it is being executed.

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

Computer Science & Information Technology