
AP Computer Science A: Recursion Quiz

Quiz
•
Computers
•
12th Grade
•
Medium
Shane Andrus
Used 2+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is recursion?
A method that uses loops
A method that calls itself
A method that returns a value
A method that calls another method
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the base case in recursion?
The simplest version of the recursive process
The most complex version of the recursive process
The point where the problem cannot be reduced any further
The point where the problem starts
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of a base case in recursion?
To return a value
To make the problem more complex
To call another method
To halt the recursion
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do recursive methods contain?
Only recursive calls
Only base cases
No base cases or recursive calls
At least one base case and at least one recursive call
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What do parameter values capture in a recursive process?
The result of the recursive process
The progress of a loop
The progress of the recursive process
The base case of the recursive process
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can any recursive solution be replicated through the use of an iterative approach?
It depends on the problem
Sometimes
No
Yes
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What can recursion be used to traverse?
String, array, and ArrayList objects
Only String objects
Only ArrayList objects
Only array objects
8.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many times will the sumArray method be called for an array of length 5?
6
7
5
8
9.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the generic formula for summing numbers using recursion?
sum(n) = n - sum(n - 1)
sum(n) = n / sum(n - 1)
sum(n) = n * sum(n - 1)
sum(n) = n + sum(n - 1)
Similar Resources on Wayground
10 questions
l.7. PYTHON FUNCTIONS

Quiz
•
12th Grade
12 questions
Spreadsheets Quiz

Quiz
•
9th - 12th Grade
10 questions
SUMIFs and COUNTIFs Functions Quiz

Quiz
•
9th Grade - University
14 questions
Kuis Analisis Data

Quiz
•
8th Grade - University
5 questions
Unit 3 Day 8 - For Loops Opener

Quiz
•
9th - 12th Grade
10 questions
Quick Sort Quiz

Quiz
•
12th Grade
13 questions
Algorithms Quiz

Quiz
•
12th Grade
11 questions
Python function output based KVRDSO lucknow

Quiz
•
11th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade