A group of repeating appointments is a called a:

A) repeating event B) series
C) recurring event D) repeating occurrence


B

Computer Science & Information Technology

You might also like to view...

Refering to the accompanying figure, which of the following callouts points to the text added by a reviewer?

A. E B. G C. F D. D

Computer Science & Information Technology

Which of the following is not used to evaluate a corporate website?

A) Learn about the pages that have been accessed. B) Use "Web bugs" to gather information about the customer. C) Collect visitor demographics, such as the geographic region or city. D) Find out who is referring the Web site visitors to your Web site. E) Determine the browser that the visitor is using.

Computer Science & Information Technology

What output is produced by the following code fragment?

``` for (int num = 0; num <= 200; num += 2) System.out.println(num); ```

Computer Science & Information Technology

A ____ asks a series of questions and then uses your answers to create a control in a form or report.

A. Form Wizard B. Control Wizard C. Report Wizard D. Control Gallery

Computer Science & Information Technology