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 )

Monday August 28 , 2000
 

Definition   A PROGRAM is a sequence of instructions which performs some action or computes some value.

REMARK:   The behavior of a program typically takes the form of:

  1. a value being computed
  2. an action being performed
  3. some combination of (perhaps multiple) occurrences of the above.