Multiple Choice
All of the following are true for both recursion and iteration except ________.
A) they have a base case.
B) they can cause infinite loops or infinite recursion.
C) they are based on a control statement.
D) both gradually approach termination.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: After a fractal's pattern is applied several
Q3: Recursion is often less efficient than iteration
Q6: When the recursion step executes:<br>A)this is known
Q7: The number of calls to recursively calculate
Q9: Fractals that yield an exact copy of
Q9: Each time a fractal's pattern is applied
Q10: In recursive backtracking,if one set of recursive
Q11: The current method executing is always the
Q14: Which of the following is false?<br>A) Since
Q15: Recursion often is preferable to iteration because