Recursive Functions and Data Structures

Recursive Functions and Data Structures

University

26 Qs

quiz-placeholder

Similar activities

Marvel

Marvel

KG - Professional Development

21 Qs

Missouri Drivers Guide

Missouri Drivers Guide

10th Grade - Professional Development

21 Qs

QUIZZ AIJ XII TKJ - BAB V - MANAJEMEN BANDWIDTH

QUIZZ AIJ XII TKJ - BAB V - MANAJEMEN BANDWIDTH

KG - Professional Development

30 Qs

Thermodynamics Chapter 1 & 2

Thermodynamics Chapter 1 & 2

University

21 Qs

OOPS Live Quiz

OOPS Live Quiz

University

28 Qs

QUIZ 2

QUIZ 2

University

30 Qs

Advanced Algorithms Theoretical Questions

Advanced Algorithms Theoretical Questions

University

28 Qs

Quizzie - Buzzie

Quizzie - Buzzie

University

30 Qs

Recursive Functions and Data Structures

Recursive Functions and Data Structures

Assessment

Quiz

Education

University

Medium

Created by

Mo Kril

Used 2+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a function A calls a function B, which in turn calls A, we have

function call cycling

indirect recursion

perfect recursion

direct recursion

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The solvable known problem in a recursive function is called the inductive step.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The case for which the solution is expressed in smaller version of itself.

Terminal Case

Base Case

Iterate Case

Recursive Case

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Recursive algorithms tend to be less efficient than iterative algorithms.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Each time a recursive call is invoke same instance of the parameters (if any) are used.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Recursive Call is a function call in which the function being called is the same as the one making the call.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

1

3

0

2

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?