Week 9 ยท 45-60 min

Putting Logic Together: Simple Algorithms

What is an algorithm? (a recipe analogy)

This slide covers "What is an algorithm? (a recipe analogy)" as part of Putting Logic Together: Simple Algorithms. Read slowly and try the example in your own words. What is an algorithm? (a recipe analogy) is an important step in Coding Fundamentals. We use plain language and short steps so you can learn even on a slow or shared computer. Think of one real example from your school, work, or community.

Key point: What is an algorithm? (a recipe analogy). Review this slide once more before moving on.

Slide 1 of 8

Practice

  1. Write 2-3 sentences about what you learned this week.

Key Terms

What is an algorithm? (a recipe analogy)
What is an algorithm? (a recipe analogy)
Breaking a problem into small steps
Breaking a problem into small steps
Example: writing pseudocode first
Example: writing pseudocode first

Week Summary

  • What is an algorithm? (a recipe analogy)
  • Breaking a problem into small steps
  • Example: writing pseudocode first
  • Building a simple calculator program

Coming Next Week: Next: Review & Code Style