Which of the following is not one of the plain language techniques for policy writing?

A) Use active voice.
B) Write short sentences.
C) Use “shall” instead of “must.”
D) Avoid double negatives.


C) Use “shall” instead of “must.”

Computer Science & Information Technology

You might also like to view...

You can specify the directory to be initially displayed by the Open dialog box by storing its path in the ____________.

a. Initial Directory property b. Source property c. Filename property d. Path property

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. A pointer is a variable that holds the address of some other location in memory. 2. Pointer variables are just memory addresses and can be assigned to one another without regard to type. 3.The declaration below declares three pointer variables of type pointer to double that is, a pointer of type ``` (double*) double* p1, p2, p3; ``` 4. A pointer is an address, an address is an integer, but a pointer is not an integer. 5. You can get a pointer value to initialize a pointer variable from an object of an appropriate type with the “address-of” operator, &.

Computer Science & Information Technology

The purpose of the ___________ protocol is to ensure the integrity of the communication.

a. HTTP b. IP c. TCP d. FTP

Computer Science & Information Technology

You are troubleshooting a computer that your client said turns off during normal operation. While you are trying to identify the problem, the client also informs you that if he waits a while, the computer will turn back on and run normally for a bit. You open the system and immediately notice a large dust buildup around the processor fan and heat sink.   What problem can you detect on the computer and confidently report to your client?

A. System is overheating. B. Overclocking has failed. C. Processor must be replaced.  D. Processor cooling system has failed.

Computer Science & Information Technology