A method that calls itself is a ____.

A. recursive method
B. repeated method
C. self-referencing method
D. simple method


Answer: A

Computer Science & Information Technology

You might also like to view...

In the array implementation of the stack, top is decremented in the pop function because:

A. it is an index to the current top of the stack, and that index decreases by one on a pop B. it stores the value of the current top of the stack, and a value lower in the stack is always less C. top records the number of elements in the stack, and the number of elements decreases by one on a pop D. otherwise, there would be no way to access the array position that needs popped

Computer Science & Information Technology

The Labels icon is used to add ________ about the data in the fields

Fill in the blank(s) with correct word

Computer Science & Information Technology

A _____________ is the smallest data item in Access.

a. data point b. entry point c. record d. field

Computer Science & Information Technology

A summary query calculates statistics about ____.

A. one record B. groups of records C. one field D. groups of fields

Computer Science & Information Technology