Exercises — Outcome 2: Problem Analysis and Algorithms
1 hands-on tasks. Do them in order; each one feeds the Canvas item it names.
30 min · written
1. Algorithm Design
- Choose a familiar task (making coffee, finding a lost item).
- Write an algorithm in pseudocode — include at least one decision step (if/else) and one repeated step (loop).
- Draw the corresponding flowchart using standard shapes.
Turn in / bring: Pseudocode and flowchart submitted to Canvas.