#126 Practice Recursion Problem

Interactive Video
•
Computers
•
9th - 12th Grade
•
Easy
Myra Deister
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the two parameters of the enigma method?
x and y
a and b
a and z
x and z
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the base case?
When a is greater than z
When a is less than z
When a equals z
When a plus z equal 0
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is returned in the first recursive case when a > z?
a + z
a + Enigma(a-2, z)
z + Enigma(a, z-1)
a - z
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In the case where a < z, what does the method return?
z + Enigma(a, z-1)
a + Enigma(a-2, z)
a + z
z - Enigma(a, z-1)
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the initial values passed to enigma in the example?
6 and 3
8 and 3
3 and 8
4 and 3
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the next recursive call made after enigma(8, 3)?
Enigma(6, 3)
Enigma(5, 3)
Enigma(8, 1)
Enigma(10, 3)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
At what point is the base case reached in the example?
When Enigma(8, 3) is called
When Enigma(4, 3) is called
When Enigma(2, 3) is called
When Enigma(2, 2) is called
Create a free account and access millions of resources
Similar Resources on Wayground
11 questions
Riddle Me This, Can You Learn Vocab From Superhero Movies? - IELTS Energy Podcast 1300

Interactive video
•
10th Grade - University
7 questions
Understanding Spherical to Rectangular Equations

Interactive video
•
9th - 12th Grade
11 questions
Solving Direct, Inverse, and Joint Variation Problems

Interactive video
•
9th - 12th Grade
11 questions
Fattorizzazione di un Polinomio

Interactive video
•
9th - 12th Grade
11 questions
Matrix Equation Solving with Desmos

Interactive video
•
9th - 12th Grade
8 questions
The Bizarre Beast with Claws on Its Wings

Interactive video
•
KG - University
11 questions
Carlos Drummond de Andrade: Obras e Temas

Interactive video
•
9th - 12th Grade
11 questions
Women Code Breakers in World War II

Interactive video
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
30 questions
Introduction to Computers

Quiz
•
8th - 9th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade