José Miguel Gallardo
Quiz by , created more than 1 year ago

guide

23
1
0
José Miguel Gallardo
Created by José Miguel Gallardo about 9 years ago
Close

Recursive Functions

Question 1 of 4

1

The factorial of any number can be solved with a recursive function

Select one of the following:

  • True
  • False

Explanation

Question 2 of 4

1

The Base Case is the one that presents recursion

Select one of the following:

  • True
  • False

Explanation

Question 3 of 4

1

What is a recursive case?

Select one of the following:

  • A case where there's a recursive call

  • A base case

  • A case where there isn't a recursive call

Explanation

Question 4 of 4

1

A base case isn't required to make a recursive function

Select one of the following:

  • True
  • False

Explanation