Recursion Practice, Recursion Practice, Recursion Practice...

Recursion Practice, Recursion Practice, Recursion Practice...

10th Grade - University

10 Qs

quiz-placeholder

Similar activities

AP Computer Science A Recursive

AP Computer Science A Recursive

10th Grade - University

10 Qs

Recursion Initiation

Recursion Initiation

11th Grade - Professional Development

10 Qs

recursion

recursion

11th Grade

15 Qs

Recursion in Java (AP Computer Science A)

Recursion in Java (AP Computer Science A)

9th - 12th Grade

10 Qs

Recursion

Recursion

12th Grade

10 Qs

Q3 - Comp Vision

Q3 - Comp Vision

University

10 Qs

L08: Object recursion & Composite

L08: Object recursion & Composite

University

8 Qs

AP CSA Recursion

AP CSA Recursion

10th Grade - University

10 Qs

Recursion Practice, Recursion Practice, Recursion Practice...

Recursion Practice, Recursion Practice, Recursion Practice...

Assessment

Quiz

Computers

10th Grade - University

Medium

Used 346+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is returned as a result of the call mystery(4,6)?
2
3
4
1

2.

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 invokes itself by name within the method.
A method that will never iterate infinitely.
A method that cannot be called more than once.

3.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is the returned value of recMethod(5)?
68
70
75
82

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is printed as a result of the call stringMaker("COMPSCI")?
COMPSCI
COMPSC
COMPS
COMP
COM
CO
C
COMPSCI
OMPSCI
MPSCI
PSCI
SCI
CI
I
CO
COM
COMP
COMPS
COMPSC
COMPSCI
C
CO
COM
COMP
COMPS
COMPSC
COMPSCI

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Will recursion(5) iterate infinitely? 
Yes
No

6.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What value is returned as a result of the call mysterious(x)?
x * (x+1)
2x
2(x-1)
x+1

7.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Media Image
What is the returned value of digits(-24684)?
20
18
24
23

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?