

Recursive Fibonacci Function Concepts
Interactive Video
•
Mathematics, Computers
•
7th - 12th Grade
•
Practice Problem
•
Hard
Standards-aligned
Mia Campbell
FREE Resource
Standards-aligned
Read more
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the primary goal of the video tutorial?
To discuss the efficiency of iterative algorithms.
To explain the history of the Fibonacci sequence.
To teach how to write a recursive Fibonacci function.
To demonstrate the use of loops in programming.
Tags
CCSS.HSF.IF.A.3
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the base cases for the recursive Fibonacci function?
The 2nd and 3rd terms.
The 3rd and 4th terms.
The 1st and 2nd terms.
The 0-th and 1st terms.
Tags
CCSS.HSF.IF.A.3
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How does the recursive Fibonacci function calculate a term?
By dividing the two preceding terms.
By adding the two preceding terms.
By multiplying the two preceding terms.
By subtracting the two preceding terms.
Tags
CCSS.HSF.IF.A.3
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of Fibonacci(2) using the recursive function?
0
3
1
2
Tags
CCSS.HSF.IF.A.3
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of Fibonacci(3) using the recursive function?
3
2
1
4
Tags
CCSS.HSF.IF.A.3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What simplification can be made to the recursive function for the base cases?
Return n if n is less than 3.
Return n if n is less than 4.
Return n if n is less than 2.
Return n if n is less than 5.
Tags
CCSS.HSF.IF.A.3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the result of Fibonacci(10) using the simplified function?
144
34
55
89
Tags
CCSS.HSF.IF.A.3
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?