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 October 16 , 2000
 

Definition   IMPERATIVE PROGRAMMING is a style of programming which features commands .

Remark
Characteristic of the imperative style are:

  • binding commands (assignment statements)
  • conditional commands (selectors)
  • repetition commands
  • IO commands