Session 12 Preparation — Videos, Reading and Quizzes

Instructions:

For each of the following videos or reading:

Videos and Reading:

  1. Iterating through a sequence, review
  2. Patterns for Iterating Through Sequences
    • In the previous session's Preparation, you watched the first 9 minutes of this Now watch the ENTIRE video, paying especially close attention to the portion that starts at the 9:00 minute mark.
    • Be sure to understand:
      • The 3 basic ways to iterate through a loop.
      • The FIND pattern.
      • The two-places-at-once pattern.
      • The parallel-sequences pattern.
      • The MAX/MIN pattern.