3.9 Developing Algorithms
Preparing for teaching
Daily Video 3
Learning Objective:
- Create algorithms
- Algorithms can be developed from an idea, by combining existing algorithms, or by modifying existing algorithms
- Algorithms with iteration repeat a function until a goal is reached
- Algorithms with selection only go through certain functions if certain things are true or false