Print a copy of this page and referring to the lab exercise, answer each of the questions on your copy. (You must turn in your answers at the beginning of your laboratory session.)
1. The methods of a module are stored in a ______________.
2.A minimal method definition is called a method _________.
3. A value that is passed to a method when that method is called is
an _________ to that method.
4. An object in a method in which a method argument is
(automatically) stored is called a _________.
5. A program used solely to "test-drive" the methods in a module is
called a _________ program.
Back to the Lab Table of Contents
Forward to the Homework Exercise