KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

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

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Answer the questions below.

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

When a binary tree is searched, each comparison of data ordered in a binary tree eliminates half of the remaining nodes

True         False


Question #2

Each level of a binary tree has 8 more nodes than the level above it

True         False


Question #3

There are three types of traversals: in-order, reverse-order and postorder traversals.

True         False


Question #4

A preorder traversal visits the left node first, then the right node, and then the root

True         False


Question #5

Hashing is used to arrange records in a data file

True         False