APCSA Recursion

APCSA Recursion

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Python Functions

Python Functions

12th Grade

15 Qs

Recursion Initiation

Recursion Initiation

11th Grade - Professional Development

10 Qs

Recursion in Java

Recursion in Java

11th - 12th Grade

15 Qs

Section 4A: Decompose the code using functions

Section 4A: Decompose the code using functions

12th Grade

14 Qs

Java March

Java March

KG - University

16 Qs

Enumeration and Recursion

Enumeration and Recursion

11th Grade - University

12 Qs

Recursive Functions in Python

Recursive Functions in Python

12th Grade

10 Qs

C++ Recursion

C++ Recursion

8th - 12th Grade

12 Qs

APCSA Recursion

APCSA Recursion

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Allison Stout

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

define recursion

when a method calls itself

when a subclass has the same method as the superclass

when you call a method twice in the main class

when a method calls a method thats in the same class

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

define base case

a way to stop the recursion process

a lowercase number in ASCII

an uppercase number in ASCII

a way to start the recursion process

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

what kind of recursion is this

pre

post

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

where does a post-recursion call happen?

before the print statement, in the main method

before the print statement, in the method you call

after the print statement, in the main method

after the print statement, in the method you call

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

where does a pre-recursion call happen?

before the print statement, in the main method

before the print statement, in the method you call

after the print statement, in the main method

after the print statement, in the method you call

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

what kind of recursion is this

pre

post

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Given this recursive summation table, what goes in the blank?

2+sum2(2)

2+sum2(1)

1+sum2(2)

1+sum2(1)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?