Enumeration and Recursion

Enumeration and Recursion

11th Grade - University

12 Qs

quiz-placeholder

Similar activities

HTML

HTML

8th - 12th Grade

15 Qs

ICT 0513 - Chapter 4 : System Unit

ICT 0513 - Chapter 4 : System Unit

University

15 Qs

Perangkat komputer

Perangkat komputer

University

10 Qs

BB

BB

University

10 Qs

GCSE AQA 04 Computer Systems - Languages & Translators

GCSE AQA 04 Computer Systems - Languages & Translators

10th - 11th Grade

12 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

Cell Phone Vocabulary

Cell Phone Vocabulary

9th - 12th Grade

12 Qs

Understanding Email, Contacts and Calendaring

Understanding Email, Contacts and Calendaring

University

10 Qs

Enumeration and Recursion

Enumeration and Recursion

Assessment

Quiz

Computers

11th Grade - University

Practice Problem

Medium

Created by

Carol Luce

Used 22+ times

FREE Resource

AI

Enhance your content in a minute

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

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do you need to use a base case?

So that the code loops forever

So that the code does not loop forever

To exit the recursive function

To call another function

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

30 sec • 1 pt

A program may run out of memory in a:

non-recursive function call

recursive function call

condition when too many variables are declared

none of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following condition is true?

Recursion is always better than iteration.

Recursion uses more memory as compared to iteration.

Recursion uses less memory as compared to iteration.

Iteration is always better and simpler than recursion.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following problems MAY be solved using recursion?

finding Nth number of the Fibonacci sequence

finding the factorial of a number

finding the length of a string

all of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recursion is similar to which of the following?

if-else

switch-case

loops

none of the above

7.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of the following algorithms use recursion?

Linear Search

Binary Search

Merge sort

Insertion sort

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?