Which of the following is true of security policies?
A. users will always comply with the policies
B. once a policy is in affect, monitoring is not necessary
C. policies should not be too restrictive
D. users accept that security policies enhance their productivity
Answer: C
You might also like to view...
In a class hierarchy __________.
a. the more general classes are toward the right of the tree and the more specialized classes are toward the left b. the more general classes are toward the top of the tree and the more specialized classes are toward the bottom c. the more general classes are toward the left of the tree and the more specialized classes are toward the right d. the more general classes are toward the bottom of the tree and the more specialized classes are toward the top
Answer the following statements true (T) or false (F)
1. Suppose the swapValues template is instantiated as follows:
```
int x = 2, y =3;
swapValues(x, y);
// use x and y
x = 4; y =5;
swapValues(x, y);
// use x and y
```
The compiler generates code for two copies of the swapValues template.
2. In the template prefix, template
Entering a character in a TextBox raises the event.
a) TextAltered b) ValueChanged c) ValueEntered d) TextChanged
Match the following tab or buttons to their meanings:
I. Design tab II. Chart Elements button III. Quick Analysis button IV. Chart Styles button V. Chart Filter button A. contains the Chart Styles group B. used to change the design of a chart C. can change the position of the title of a chart, for example D. indicates a data series or category displayed in a chart E. enables you to use tools to quickly examine data