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

1. Nodes in a linked list are stored in contiguous memory.
2. When you delete a node from a list, you must ensure that the links in the list are not permanently broken.
3. Deleting an entire list simply requires the use of the delete operator.
4. The Standard Template Library (STL) provides a linked list container.
5. A list that contains pointers to the previous node, the next node, and a node in the third dimension is known as a triple linked list.


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

Computer Science & Information Technology

You might also like to view...

Design an Ajax style of Web page that would allow a dean at a community college to select part-time instructors. The dean should be able to select a discipline or a course and have the server send an X M L document containing all the potential part-time instructors for the selection. The X M L document should be used to populate a drop-down list of the instructor names. Clicking an instructor’s name would display information about the potential instructor.

Decide what information to include that would help the dean make a decision on whom to hire. (Hint: part-time instructors may be able to teach only on certain days or only in the morning, afternoon, or evening.)

Computer Science & Information Technology

The pv of a PMT function refers to the present value of a loan

Indicate whether the statement is true or false

Computer Science & Information Technology

Values displayed in red are negative numbers

Indicate whether the statement is true or false.

Computer Science & Information Technology

Slicers filter data based on distinct values in rows

Indicate whether the statement is true or false.

Computer Science & Information Technology