19.2 Recursion Cambridge iA 9618

Quiz
•
Computers
•
12th Grade
•
Hard

Stephen Ling-Winston
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is recursion?
A function calling itself
A function that never returns
A function without parameters
A function that executes a loop
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the base case in recursion?
A condition that stops further recursive calls
A condition that ensures infinite recursion
The first function call in recursion
A case where the function calls itself multiple times
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which data structure does recursion primarily use?
Stack
Queue
Heap
Array
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT a key property of recursion?
Base case
Recursive case
Function calling itself
Function never terminating
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens if the base case is missing in a recursive function?
The program crashes due to a stack overflow
The function stops executing immediately
The compiler automatically fixes the problem
The recursion converts to an iterative loop
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these problems is best solved using recursion?
Calculating Fibonacci numbers
Searching for an element in an unsorted array
Adding numbers in a list using a loop
Swapping two numbers in memory
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm is often implemented using recursion?
Merge Sort
Bubble Sort
Selection Sort
Bucket Sort
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
function in python

Quiz
•
12th Grade
20 questions
9618 Chp11 Programming Basics Quiz

Quiz
•
11th Grade - University
23 questions
Python Functions

Quiz
•
12th Grade
20 questions
TN +2 -LESSON1 FUNCTIONS

Quiz
•
12th Grade
25 questions
GCSE Computer Science: Programming (Python)

Quiz
•
9th - 12th Grade
16 questions
Functional Programming Quiz 1 not check

Quiz
•
12th Grade
20 questions
PP-T3-HL

Quiz
•
12th Grade
15 questions
Recursion in Python Quiz

Quiz
•
12th Grade
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade