ProfBurnett.com

CMP 839 - Programming Fundamentals - Session 2

Session 2 Outline

  • Chapter 1 How Programs Work
  • Chapter 2 Variables, Data Types, and Constants
  • Chapter 3 Manipulating Data
  • Chapter 4 Making Decisions by Branching
  • Chapter 5 Repeating Commands by Looping
  • Chapter 6 Breaking a Large Program into Subprograms
  • Chapter 7 Breaking a Large Program into Objects
  • Chapter 9 Documenting Your Program

Session 2 Class Presentation

Session 2 Class Presentation

Student Exercise

Using the Visio Diagram of your dressing process complete the following:
1. Identify all Data Variables by type needed for your process.
2. Modularize your process.
3. Document your process with special programming comments.

Session 2 Support Links