KRHS Internet Lesson

Teacher Name:Mr Rung                          Date of Lesson: April/May

Course Name: C++                    Lesson Name: Chap 16.3a

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Answer the workbook questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

Inserting a node in a linked list requires that pointers be redirected to include the new node.

True         False


Question #2

The position of the node to be deleted dictates the method used to perform the deletion.

True         False


Question #3

When you save a linked list to a file, you save the data to a file along with the pointers.

True         False


Question #4

A node can be deleted from the middle of the linked list.

True         False


Question #5

When data from a disk file is reloaded into a linked list, each node must be created and added
to the list individually.

True         False