An algorithm is ____ if no work is done in the algorithm after a recursive call.

A. complex
B. iterative
C. infinite
D. tail-recursive


Answer: D

Computer Science & Information Technology

You might also like to view...

A macro attached to the OnOpen property in a form will execute its actions each time the form is opened.

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

Computer Science & Information Technology

____ is not a definition statement.

A. struct {int month; int day; int year;} birth; B. struct {int month; int day; int year;} birth, current; C. struct Date {int month; int day; int year;}; D. struct Date {int month; int day; int year;} birth;

Computer Science & Information Technology

The vi command to join 2 lines is

a: J b: join c: j d: :jn e: none of the above

Computer Science & Information Technology

An advantage of a(n) _____ is that it is a network device that can send a frame to the correct connected LAN device

Fill in the blank(s) with correct word

Computer Science & Information Technology