Please enable JavaScript to use CodeHS

Introducción a la Informática en JavaScript (Golden) (2022)

Lesson 6.1 Desafíos de estructuras de control

Description

En esta unidad, los estudiantes sintetizarán todas las habilidades y conceptos aprendidos en la unidad de estructuras de control para resolver rompecabezas 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
  • Write clear and readable code using control structures, decomposition, and comments