Please enable JavaScript to use CodeHS

Fundamentos de ciencias de la computación AP en JavaScript

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
  • Define their own JavaScript functions
  • Utilize (call) their JavaScript functions to solve simple problems
  • Define and call functions that take in parameters as input
Description

En esta lección, los estudiantes trabajarán y 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
  • Define their own JavaScript functions
  • Utilize (call) their JavaScript functions to solve simple problems
  • Define 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, lo cual 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
  • Define their own JavaScript functions
  • Utilize (call) their JavaScript functions to simplify their graphics programs
  • Identify repeated code that can be simplified with functions and parameters
  • Define functions that take in multiple parameters as input, and create graphics as output
  • Pass parameters of the correct number and type to their defined JavaScript functions
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.
  • Define functions that return values.
  • Create programs that define and 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 exploramos 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 echarán un vistazo detrás de escena de Karel. Si bien están familiarizados con los comandos básicos, esta lección explora los detalles sobre cómo se crea la API de Karel. Los estudiantes obtendrán una mejor comprensión de las API y al mismo tiempo que aplican conceptos de gráficos y funciones.

Objective

Students will be able to:

  • Understand how an API abstracts away detail for a program such as Karel
  • Use functions and event-driven programming to create a simple API
Description

¡Use tu conocimiento de JavaScript básico para crear algunos programas divertidos! Los estudiantes crearán sus propios dibujos fantasmas de Pac-Man, un juego de adivinanzas y un dibujo de su propia elección. Esto permitirá a los estudiantes ser creativos con su código para mostrar lo que han aprendido.

Objective

Students will be able to…

  • Synthesize the skills and concepts from the JavaScript and Graphics, JavaScript Control Structures, and the Functions and Parameters units to solve increasingly difficult programming challenges
  • Break down a large problem into smaller parts using Top Down Design, and solve each of these smaller parts using functions
  • Create helpful comments with preconditions and postconditions to help the reader understand the code
  • Find and fix bugs in large programs
Description

Esta lección es una evaluación sumativa de los objetivos de aprendizaje de la unidad.

Objective

Assess student achievement of the learning goals of the unit