KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May/June

Course Name: C++                    Lesson Name: Chap 19.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

The quicksort is the most efficient of the incremental sorting algorithms.

True         False


Question #2

An external sort is designed specifically to sort data in random-access memory.

True         False


Question #3

A quicksort can be implemented using recursion or a stack.

True         False


Question #4

The quicksort begins by breaking down the original list into three partitions.

True         False


Question #5

Some sorts work best on data which is highly "out of sorts."

True         False