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

1. The ADTs sorted list and list are completely different in their implementations.
The addition to a sorted list is an O(n) operation.
2. It is not possible to use the ADT list when implementing an ADT sorted list.
3. The copy constructor creates a new list and then copies the entries in the given sorted list to the new list.
4. The implementation of the sorted list using containment is both easy to write and efficient if the underlying list uses a chain of linked nodes.
An is-a relationship implies public inheritance.


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

Computer Science & Information Technology

You might also like to view...

Given the C++ statement int minutes; What is minutes?

A. datatype B. variable name C. keyword D. library

Computer Science & Information Technology

A coworker asks your opinion about how to minimize ActiveX attacks while she browses the Internet using Internet Explorer. The coworker recalls there is a setting in the Internet Options dialog box to prompt the user before downloading ActiveX controls, but can’t remember which tab to use.   Which of the following tabs will you suggest to the coworker?

A. Security tab B. Privacy tab C. General tab D. Programs tab

Computer Science & Information Technology

A format for information that organizes and presents text and data in columns and rows.

A. Table B. Sparkline C. Chart

Computer Science & Information Technology

Dedicated fax machines are specialized devices that only send and receive fax documents.

a. true b. false

Computer Science & Information Technology