KRHS Internet Lesson

Teacher Name:Mr. Rung                          Date of Lesson: May

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

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

Recursion can be thought of as a type of looping.

True         False


Question #2

Each recursive call removes data from the execution stack, and can result in a stack underflow

True         False


Question #3

All recursive algorithms must have an exit condition.

True         False


Question #4

Some things programmed using recursion cannot be programmed using loops.

True         False


Question #5

When a function calls itself, the instructions of the function are used again.

True         False