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

1) In recursion, it is unnecessary to decide whether a stopping case has been reached.
2) A recursive function must not return a value.
3) A recursive function can have local variables.
4) A recursive function can have only one stopping case.
5) A recursive function can have only one recursive case.


1) F
2) F
3) T
4) F
5) F

Computer Science & Information Technology

You might also like to view...

A symbol which is a complex character (not a letter or number) that is used in PL/SQL

What will be an ideal response?

Computer Science & Information Technology

In conditional formatting what happens if the cell value does not pass the logical test?

A. The cell is formatted however you have determined for the FALSE result. B. The cell is formatted with Excel's default FALSE format. C. The cell is not formatted. D. A small green triangle displays in the top-left corner of the cell.

Computer Science & Information Technology

The class used as a basis for inheritance is the ____ class.

A. child B. extends C. base D. derived

Computer Science & Information Technology

WPA replaces WEP with an encryption technology called ____________________.

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

Computer Science & Information Technology