Briefly identify three items that should be included when documenting change.

What will be an ideal response?


All changes must be clearly documented, including but not limited to:
•         Network configurations, such as server settings, router configurations, and so on
•         Additions to the network, such as additional servers, switches, and so on
•         Physical location changes, such as moved workstations, relocated switches, and so on
 

Computer Science & Information Technology

You might also like to view...

What is wrong with the following code?

``` public class ClassB extends ClassA { public ClassB() { int init = 10; super(40); } } ``` a. Nothing is wrong with this code. b. The method super is not defined. c. The call to the method super must be the first statement in the constructor. d. No values may be passed to super.

Computer Science & Information Technology

Which of the following is not true about a form’s Activated event?

a. It occurs when a form is initially displayed. b. It occurs each time a form regains the focus. c. It occurs each time the user clicks a form that does not have the focus. d. It occurs before the Load event procedure is processed.

Computer Science & Information Technology

When you use written communication, you receive immediate feedback in the form of body language

Indicate whether the statement is true or false

Computer Science & Information Technology

If you wish to increase the price of a product in a particular category by 10%, you could use a(n) ____ query.

A. Select B. Make Table C. Append D. Update

Computer Science & Information Technology