Recursive Algorithms

Recursive Algorithms

12th Grade

15 Qs

quiz-placeholder

Similar activities

Arduino Loop

Arduino Loop

2nd Grade - University

20 Qs

Python List

Python List

4th Grade - University

15 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

Network topologies

Network topologies

8th Grade - University

20 Qs

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

11th - 12th Grade

10 Qs

Basics of spreadsheet

Basics of spreadsheet

12th Grade

15 Qs

Microsoft Office Advandces 2016

Microsoft Office Advandces 2016

9th Grade - Professional Development

20 Qs

Recursive Algorithms

Recursive Algorithms

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

R Woodruff

Used 72+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not essential in a recursive algorithm?

Base Case

Recursive Case

Contains a stack

Stop after a finite number of calls

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The sub routine calls itself within the algorithm

Base Case

Recursive Case

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The sub routine has a stopping condition that causes it to unwind

Base Case

Recursive Case

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A recursive algorithm must always contain a base case

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

RuntimeError: maximum recursion depth exceeded

: what does this mean

The program has crashed because it is taking too long

The program has crashed because it has run out of memory

The program has crashed because the user entered the wrong value

The program has crashed because a variable had the wrong variable name

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the base case?

n

n - 1

n = n + calcSum (n-1)

if n > 0

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best definition of a recursive method?

A method that iterates itself exactly 5 times.

A method that calls itself by name within the method.

A method that will never iterate infinitely.

A method that cannot be called more than once.

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?