A technician decides to upgrade a router before leaving for vacation. While away, users begin to report slow performance. Which of the following practices allows other technicians to quickly return the network to normal speeds?

A. Change management
B. Baselines
C. Asset management
D. Cable management


Answer: A. Change management

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a. You can specify the default amount of space between a GridPane’s columns and rows with its Hgap (horizontal gap) and Vgap (vertical gap) properties, respectively. b. You can type in a TextField only if it’s “in focus”—that is, it’s the control that the user is interacting with. c. When you click an interactive control, it prompts for input. d. When you press the Tab key, the focus transfers from the current focusable control to the next one—this occurs in the order the controls were added to the GUI.

Computer Science & Information Technology

To remove a node with index 0 from a linked list,

A) just move the head reference one node forward B) set the head reference to null C) set a reference r to the head of the list, and then set r to null D) throw an exception, because no list has a node with index 0

Computer Science & Information Technology

Print "This is a Java program" on two lines in the command window. The first line should end with Java. Use method System.out.printf and two %s format specifiers.

What will be an ideal response?

Computer Science & Information Technology

If you wish to personalize a final document, for example, by adding a specific date, simply apply a(n) ________

Fill in the blank(s) with correct word

Computer Science & Information Technology