Shannon Anderson-Rush
Test por , creado hace más de 1 año

Test sobre Recursion, creado por Shannon Anderson-Rush el 24/10/2018.

554
0
0
Shannon Anderson-Rush
Creado por Shannon Anderson-Rush hace más de 5 años
Cerrar

Recursion

Pregunta 1 de 4

1

A recursive method is a method that calls itself.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 2 de 4

1

Recursion is not the same as nested for loops or while loops.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 3 de 4

1

A recursive method must have a base case that tells the method to stop calling itself.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 4 de 4

1

The base case of a recursive call is a comparison between a parameter of the method and some specific predefined value chosen by the programmer.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación