Please enable JavaScript to use CodeHS

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

Description

En esta lección, los estudiantes aprenden sobre funciones y parámetros en el contexto de JavaScript, que se basa en su conocimiento previo de trabajar con funciones en Karel. Esta lección se centra específicamente en definir y llamar a las funciones, y transmitir parámetros simples y únicos a las funciones.

Objective

Students will be able to…

  • Explain the purpose of functions
  • Create JavaScript functions
  • Utilize JavaScript functions to solve simple problems
  • Create functions that take in parameters as input
Description

En esta lección, los estudiantes trabajarán, definirán y llamarán sus propias funciones que toman múltiples parámetros como entrada e salida de impresión.

Objective

Students will be able to:

  • Explain the purpose of functions
  • Create JavaScript functions
  • Utilize JavaScript functions to solve simple problems
  • Create functions that take in multiple parameters as input, and use print statements for output
Description

En esta lección, los estudiantes continúan trabajando con * múltiples * parámetros que crean gráficos como salida que es muy útil, ya que crear varios objetos gráficos diferentes implica escribir el mismo código una y otra vez (establezca el tamaño, establezca el color, establezca la ubicación, etc).

Objective

Students will be able to:

  • Explain the purpose of functions
  • Create JavaScript functions
  • Utilize JavaScript functions to simplify graphics programs
  • Identify repeated code that can be simplified with functions and parameters
  • Create functions that take in multiple parameters as input, and create graphics as output
Description

En esta lección, los estudiantes aprenden sobre los valores de retorno para que puedan escribir funciones que trabajen y envíen el resultado o use más adelante en el programa.

Objective

Students will be able to:

  • Explain the purpose of returning a value from a function.
  • Create functions that return values.
  • Create programs that call functions with return values and store the result for later use.
Description

En esta lección, los estudiantes trabajan y definen funciones con valores de retorno y más de un parámetro.

Objective

Students will be able to:

  • Explain the purpose of returning a value from a function.
  • Create functions that return values.
  • Create programs that call functions with return values and use the return values to solve a higher order problem.
Description

En esta lección, los estudiantes explorarán el alcance de una variable, que es donde la variable está “definida” o donde existe.

Objective

Students will be able to:

  • Identify the scope of a variable
  • Identify which variables are in scope at a given point in a program
Description

En esta lección, los estudiantes revisan el contenido con un cuestionario de 15 unidades de preguntas.

Objective

Students will be able to:

  • Prove their knowledge of functions and parameters through a multiple choice quiz