Please enable JavaScript to use CodeHS

AP Computer Science Principles in Roblox

Lesson 2.9 Algorithms

Description

In this lesson, students are reintroduced to algorithms. Algorithms are step-by-step instructions that solve a problem. Programs implement algorithms. All algorithms are built using sequencing, selection, and iteration. This lesson is designed to test students’ knowledge of control structures and algorithm design in preparation for upcoming concepts.


Objective

Students will be able to:

  • Analyze an algorithm and explain why it works
  • Use control structures to create general algorithms