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

1. To delete an entire list, normally you must traverse the list, deleting each node, one by one.
2. When you create a linked list you must know in advance how many nodes the list will contain.
3. A linked list can consist of structs, objects, and other abstract data types.
4. A linked list can grow and shrink as a program runs.
5. Linked lists are less complex to code and manage than arrays.


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

Computer Science & Information Technology

You might also like to view...

Using good grammar, describe the difference between a TV tuner and a video capture card

What will be an ideal response?

Computer Science & Information Technology

Describe how the following industries use motion input: entertainment, military, athletics, and medical.

What will be an ideal response?

Computer Science & Information Technology

By convention, in a two-dimensional array, the first dimension specifies the number of columns and the second specifies the number of rows.

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

Computer Science & Information Technology

This exercise requires you to first gain permission to interview one or more people responsible for the development and/or administration of a real database system. During the interview(s), find out the following information: (a) The approach taken to develop the database system. (b) How the approach taken differs or is similar to the DSDL approach described in this chapter. (c) How the requirements for different users (user views) of the database systems were managed. (d) Whether a CASE tool was used to support the development of the database system. (e) How the DBMS product was evaluated and then selected. (f ) How the database system is monitored and maintained.

What will be an ideal response?

Computer Science & Information Technology