Which of the following statements about recursion are true?
a. Recursion can occur infinitely.
b. Recursion uses a termination test.
c. Both a and b.
d. Neither a nor b.
c. Both a and b.
Computer Science & Information Technology
You might also like to view...
Using conditional formatting enables you to have a cell formatted in different ways depending on the value stored in that cell
Indicate whether the statement is true or false
Computer Science & Information Technology
Similar to the condition in If…Then…Else and Do…Loop statements, the ____ clause specifies a requirement that must be met for a record to be selected.
A. Select B. Where C. From D. Order By
Computer Science & Information Technology