Program Development Cycle Quiz Review
1. Define the problem
2. Design algorithm
3. Create Interface (mainly for GUI programs)
4. Code the Program
5. Test & debug
6. * documentation (Comments)
 Name of a program – camelCase
 Class – Title Case
 Identifiers - Go to CAPTIAL A to lowercase z - No whitespaces (spaces), can have underscores; No “reserved”
words – print, system, etc.

Program Development Cycle Quiz Review.docx

  • 1.
    Program Development CycleQuiz Review 1. Define the problem 2. Design algorithm 3. Create Interface (mainly for GUI programs) 4. Code the Program 5. Test & debug 6. * documentation (Comments)  Name of a program – camelCase  Class – Title Case  Identifiers - Go to CAPTIAL A to lowercase z - No whitespaces (spaces), can have underscores; No “reserved” words – print, system, etc.