Quiz 5 Review

The following topics may appear on Quiz 5:

    1. Variables
      1. declaring global variables
      2. declaring local variables
      3. changing the value of global variables
      4. changing the value of local variables
    2. Procedures
      1. declaring procedures
      2. calling procedures
    3. if/else blocks
      1. if...then versus if...then...else versus if...then...else if...then
    4. Logic
      1. and versus or
    5. Lists
      1. selection versus selectionIndex
      2. select list item block