Return to Jeff's Main Page

CS1 at Oswego

Hypertexknowlogy

Frequently Asked Questions

 
My Intro to Object-Oriented Programming  
 
 
 
Glossary of Terms ( Cognitive and Computational )

Wednesday September 6 , 2000
 

Definition   A BINDING is an association from a name to an object (value).

Definition   An ENVIRONMENT is a set of bindings.

Definition   PROBLEM DECOMPOSITION is the problem solving strategy of decomposing a problem into a set of subproblems,  and then composing a solution to the original problem from the solutions to the subproblems.