The ____ calendar item status option shows time with a solid bar in Day, Week, Work Week, or Month view.

A. Tentative
B. Free
C. Busy
D. Working Elsewhere


Answer: C

Computer Science & Information Technology

You might also like to view...

The [:alpha:] in the expression indicates:

``` preg_match("/\b(car[[:alpha:]]+)\b/i", $string) ``` a. searches for any word beginning with the pattern "car" b. searches for any word ending with the pattern "car" c. searches specifically for the whole word "car" d. searches for any lowercase string that matches the pattern "car"

Computer Science & Information Technology

A mail user agent (MUA) is a(n) ____ program that enables users to send and read messages stored in their mailboxes.

A. server B. e-mail C. administrative D. application

Computer Science & Information Technology

?_____ means that a system can be expanded, modified, or downsized easily to meet the rapidly changing needs of a business enterprise.

A. ?Scalability B. ?Compatibility C. ?Cardinality D. ?Functionality

Computer Science & Information Technology

Which type of logging allocates space for a log file on the server, and then starts overwriting from the beginning when logging reaches the end of the time frame or the specified log size?

a. Continuous logging b. Automatic logging c. Circular logging d. Server logging

Computer Science & Information Technology