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

1. A recursive function is a function whose definition contains a call to the function being defined

2. A design technique is to break a problem into smaller tasks, with the prospect that a smaller problem will be easier to solve. If the smaller task is the identical to the original task excepting only that the size is smaller, the problem may be solved using a recursive algorithm, and implemented with a recursive function.


1. True
Explanation: Any function that calls itself is referred to as recursive.
2. True

Computer Science & Information Technology

You might also like to view...

Which law requires banks and financial institutions to alert customers of their policies and practices in disclosing customer information?

A. Sarbox B. COPPA C. GLBA D. HIPAA

Computer Science & Information Technology

Which of the following is a characteristic of BGP?

a. Not designed for routing between separate organizational networks b. An external routing protocol c. Uses ASNs d. Uses UDP

Computer Science & Information Technology

When creating relationships, the 1 and ? symbol indicate that ________

A) Cascade Update Related Fields is unchecked
B) Cascade Update Related Fields is checked
C) Enforce Referential Integrity is unchecked
D) Enforce Referential Integrity is checked

Computer Science & Information Technology

A common error made when writing selection structures is to use a compound condition in the outer selection structure when a nested selection structure is needed.

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

Computer Science & Information Technology