Please enable JavaScript to use CodeHS

Ciencias de la computación New York 7-8

Lesson 2.9 Retos de Karel

Description

En esta lección, los estudiantes sintetizarán todas las habilidades y conceptos aprendidos en el módulo Karel para resolver cada vez más desafiantes rompecabezas de Karel.


Objective

Students will be able to:

  • Define a problem in their own words and plan out a solution to the problem
  • Break a large problem down into smaller pieces and solve each of the pieces, then use these solutions as building blocks to solve the larger problem
  • Utilize the proper control structures to create general solutions that solve multiple Karel worlds
  • Write clear and readable code using control structures, functions, decomposition, and comments