A technician has found that the uninterruptible power supply (UPS) connected to a server does not have sufficient battery power to allow the server to shutdown gracefully. Which of the following is the MOST cost effective way to allow this server to shutdown gracefully?
A. Install a second UPS.
B. Increase the size of the swapfile.
C. Increase the size of the pagefile.
D. Install an extended battery pack into the UPS.
Answer: D. Install an extended battery pack into the UPS.
You might also like to view...
How many times will PETE be displayed when the following lines are executed?
For c As Integer = 15 to -4 Step -6 lstBox.Items.Add("PETE") Next (A) 1 (B) 2 (C) 3 (D) 4
An example of a(n) ________ is the question "Why?"
A) probe B) bipolar question C) closed question D) interactive question
(The Circle class) Implement the relational operators < in the Circle class in Listing 9.5 to order the Circle objects according to their radii.
``` class Circle { public: Circle(); Circle(double); double getArea(); double getRadius(); void setRadius(double); private: double radius; }; ```
Use ________ to get a sneak preview of any open window, even if it is covered by another
Fill in the blank(s) with correct word