KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

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

Student Name

Password


Objective
To complete the workbook exercises on linked lists.


Primary Focus
Answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

A tree is a linear data structure.

True         False


Question #2

Data in the tree is ordered by a key value.

True         False


Question #3

If the nodes attached to a tree are in ascending or descending order, the result is a linked list
rather than a tree.

True         False


Question #4

The node's child is the node above it to which it is linked.

True         False


Question #5

A subtree can be any node with branches extending below it.

True         False