Please enable JavaScript to use CodeHS

Texas Fundamentos de las ciencias de la computación

Lesson 2.17 Karel Retos

Description

En esta lección, los alumnos sintetizarán todas las habilidades y conceptos aprendidos en la unidad Karel para resolver puzzles Karel cada vez más desafiantes.


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