Please enable JavaScript to use CodeHS

Ciencias de la computación de Indiana: 8º Grado

Lesson 1.4 Múltiples funciones

Description

En esta lección, los estudiantes aprenden con más detalle sobre las funciones y cómo usar funciones para dividir sus programas en piezas más pequeñas. Los estudiantes también aprenderán sobre el uso de la función principal y el código de comentar para que sea más fácil de entender.


Objective

Students will be able to:

  • Explain the difference between defining and calling a function
  • Utilize functions to write higher level Karel programs
  • Break a large problem down into smaller, simpler problems
  • Create clear and readable comments in their code that help the reader understand the code