



|
|
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:
- a value being computed
- an action being performed
- some combination of (perhaps multiple) occurrences of the above.
|
|