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

1. An axiom that describes the behavior of our ADT list is that a newly created list is empty.
2. (newList()).isEmpty()
3. The task of displaying all the items in a list is not an ADT list operation.
4. In the ADT list, each entry in the list is identified by its position which is an integer beginning with 0.
5. Inserting a new entry into a list renumbers any existing entries that follow the new one in the list.


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

Computer Science & Information Technology

You might also like to view...

?What occurs when someone steals personal or confidential information?

A. information theft B. corruption C. fraud D. compaction

Computer Science & Information Technology

?Storage devices, printers, servers, and communications hardware are ____.

A. ?data B. ?input C. ?resources D. ?programs

Computer Science & Information Technology

A ____ deployment uses local authentication with one or more RADIUS servers at each site. However, the authentication database is replicated from one central site to each local site.

A. distributed autonomous site B. distributed sites with centralized authentication and security C. single site deployment D. distributed sites and security with centralized authentication

Computer Science & Information Technology

When using gestures, you can zoom in, zoom out, and switch between applications

Indicate whether the statement is true or false

Computer Science & Information Technology