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

1. A new node must always be made the last node in the list.
2. A new node cannot become the first node in the list.
3. If a node is not the first node in a linked list, deleting it may require setting the successor pointer in its predecessor.
4. A non-empty linked list of items can be reversed by removing the head, reversing what is left, and then adding the (original) head at the end of the reversed tail.
5. Deleting an entire list requires traversing the list to delete the nodes.


1. FALSE
2. FALSE
3. TRUE
4. TRUE
5. TRUE

Computer Science & Information Technology

You might also like to view...

Enables you to determine what a printed report will look like in a continuous page layout.

What will be an ideal response?

Computer Science & Information Technology

Which of the following types of data encryption would Matt, a security administrator, use to encrypt a specific table?

A. Full disk B. Individual files C. Database D. Removable media

Computer Science & Information Technology

When filtering by format and value using AutoFilter in Excel, each of the filter types are not mutually exclusive for the column, where you can use one filter at a time

Indicate whether the statement is true or false

Computer Science & Information Technology

Steganography uses a certificate authority to manage keys

Indicate whether the statement is true or false

Computer Science & Information Technology