Please enable JavaScript to use CodeHS

Ciencias de la computación, Nivel A (Nitro)

Lesson 10.1 Recursividad

Description

En esta lección, los estudiantes aprenderán sobre la recursividad y los métodos recursivos. Un método recursivo es un método que se invoca a sí mismo. Los métodos recursivos contienen al menos un caso de base, que detiene la recursión, y al menos una llamada recursiva. Esta lección corresponde al tema 10.1 de Programación Avanzada de Ciencias Computacionales.


Objective

Students will be able to:

  • Determine the result of executing recursive methods

Enduring Understandings

This lesson builds toward the following Enduring Understandings (EUs) and Learning Objectives (LOs). Students should understand that…

  • EU Con-2 Programmers incorporate iteration and selection into code as a way of providing instructions for the computer to process each of the many possible input values. (LO’s 2.O)