In the Appointment Recurrence dialog box, you can specify the ___ of an appointment.
A. Appointment time
B. Recurrence pattern
C. Range of recurrence
D. All of the above
Answer: D
You might also like to view...
At what level of the CMM model are processes capable of being improved?
A. The optimizing level B. The initial level C. The defined level D. The repeatable level
If you had to write a function that asked for and returned two ints, which function would NOT work?
A. int Ask(int n); B. int Ask(int *n); C. void Ask(int *n, int &m); D. void Ask(int &n, int &m);
The ____________________ property of a RangeValidator control contains the name of the object you are validating.
Fill in the blank(s) with the appropriate word(s).
Which of the following is the first step in reducing a directed graph to eliminate deadlock?
A. Remove the process that is holding on to the most resources. B. Find a process that's waiting only for resource classes that aren't fully allocated C. Find a process that is currently using a resource and not waiting for one. D. Find the oldest process and remove it from the graph.