Answer the following statements true (T) or false (F)

1. A recursive function calls itself.
2. The only way to calculate the power of a number is by recursion.
3. The recursive step in a function is the step that ends the function.
4. For a problem to be solved by recursion, every case must be able to be reduced to a stopping
case.
5. There can only be one stopping case in a recursive function.


1. True
2 False
3. False
4. True
5. False

Computer Science & Information Technology

You might also like to view...

An expression that is either true or false is a(n) __________.

a. variable b. condition c. condition d. relational e. none of the above

Computer Science & Information Technology

The ____________________ develops the CSS style sheets that will be linked to the individual Web pages.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Each copy of an object from a particular class is called a(n) ____ of the object.

A. parameter B. instance C. property D. event

Computer Science & Information Technology

In order to change the time zone of a system after installation, what command must be used??

A. ?time_zone B. ?tzselect C. ?tzchange D. ?tzmod

Computer Science & Information Technology