KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

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

Student Name

Password


Objective
To complete the workbook exercises.


Primary Focus
Select the appropriate answers below

Site Links
Course Home Page

Additional Resources

Site Links


Question #1

In a sequential search, each record in the database is compared in the order it appears until the desired record is found.

True         False


Question #2

A sequential search is never faster than a binary search.

True         False


Question #3

The item upon which the search is based is called the key.

True         False


Question #4

When the amount of data is small, the binary search is the best choice for searching the data.

True         False


Question #5

A sequential search can be implemented using a while loop.

True         False