Which of the following is NOT one of the basic rules that must be followed when developing a policy?

A. policy should never conflict with law
B. policy must be able to stand up in court if challenged
C. policy should be focused on protecting the organization from public embarrassment
D. policy must be properly supported and administered


Answer: C

Computer Science & Information Technology

You might also like to view...

Suppose a program contains the code

for (i = 1; i < = 10; i++) { n[i] = 0; } Which statement about this code must be true? a) It contains an off-by-one error. b) It contains a syntax error. c) It is initializing the first 10 elements of an array. d) It is initializing successive elements of an array.

Computer Science & Information Technology

The reconstruction procedure for an AVL tree is called ____.

A. reverting the tree B. balancing the tree C. rotating the tree D. inverting the tree

Computer Science & Information Technology

To set up a private dial-up connection to a LAN, you must have a system on the LAN that acts as a(n) _______________.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

_____ involves measuring system performance by tracking the number of errors encountered, the amount of memory required, the amount of processing or CPU time needed, and other performance indicators.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology