Chapter 8 Outcomes
A Systematic Method for Problem Solving
Knowledge Outcomes
Define each of the key terms listed in the chart below.
| known | unknown | intermediate values |
| algorithm | test data | tracing execution |
| correctness of programs | efficiency of algorithm | exact divisor |
| prime number | annuity |
Generally explain the systematic method of solving problems. Do this by identifying the basic steps involved in this method. Specifically:
Explain what tracing the execution of a program means.
Explain how you would be able to satisfy someone (or yourself) that the problem which you were given has been solved correctly.
Skills Outcomes
Follow a program without the aid of a computer and explain what it does (trace by hand).
Generally apply the major steps involved in the systematic method to a problem provided.