Please enable JavaScript to use CodeHS

Texas Fundamentos de las ciencias de la computación

Description

En esta lección, los alumnos utilizarán las funciones de coloreado de cuadrículas de Karel para crear una imagen digital.

Objective

Students will be able to:

  • Develop a program for creative expression, or to satisfy personal curiosity
  • Develop an algorithm and implement it using Karel’s JavaScript library of commands and conditions
  • Collaborate in the development of programs
  • Make a plan for their solution by breaking their problem down into solvable subproblems using Top Down Design
  • Develop abstractions to manage the complexity of their program (write several reusable functions that solve small subproblems)