Which of the following is NOT true about writing comments in a Word Document?

A) Criticism needs to be constructive, with a suggestion for how to improve the document.
B) Look for opportunities to compliment the author.
C) Comments should be thorough no matter how long they may end up being.
D) Comments should be helpful, kind, and unambiguous.


C

Computer Science & Information Technology

You might also like to view...

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

1. The If/Else instruction uses a Boolean condition to determine which set of instructions to execute. 2. The Else part of the If/Else instruction must have at least one statement. 3. The If/Else instruction cannot contain another If/Else instruction. 4. The only way that a nested If/Else instruction will execute is for the condition of the outer If/Else instruction to be true. 5. If a = 6 and b = 6, then the expression a != b is true.

Computer Science & Information Technology

What is the difference between an if statement and a switch statement?

A. The if is used in functions, the switch is used in main. B. They are identical and any place you can use an if, you can use a switch. C. The if statement allows for complicated condition checking, the switch does not. D. The switch statement allows for complicated condition checking, the if does not.

Computer Science & Information Technology

Which of the following statements most accurately describes the benefits realized from Windows XP’s policy of file caching simply by mapping files into the system’s virtual address space?

a) The only advantage is that the physical memory used by the file cache can grow or shrink dynamically, depending on memory needs. b) The only advantage is that this policy permits Windows XP to maintain separate caches for each mounted file system. c) The only advantages are that the physical memory used by the file cache can grow or shrink dynamically depending on memory needs, and this policy permits Windows XP to synchronize data access between memory-mapped file access (which goes through the VMM) and traditional file access using read and write (which goes through the file system) d) This permits physical memory used by the file cache to grow or shrink dynamically, depending on memory needs; this allows Windows XP to maintain separate caches for each mounted file system; and this permits Windows XP to synchronize data access between memory-mapped file access (which goes through the VMM) and traditional file access using read and write (which goes through the file system).

Computer Science & Information Technology

Most current browsers include the Flash player as part of the software.

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

Computer Science & Information Technology