Explain what dots and solid lines represent on the System Stability chart.

What will be an ideal response?


If the System Stability Chart is plotted using dots, this means that the system has not been running long enough for Reliability Monitor to gather enough data for a representative picture of system reliability. It needs to gather data over many months before a truly representative picture is available. The lines connected by dots are replaced by a solid line when data has been collected over a long enough period to be representative.

Computer Science & Information Technology

You might also like to view...

What is the effect of the following code fragment?

``` int num1 = 2; int num2; cin >> num2; if ( num2 % num1 == 0 ) cout << "first option" << endl; else cout << "second option" << endl; ``` a. assigns the character "%" to the variable num2 if num1 is 0, and displays first option b. displays first option if num1 and num2 are equal to 0, and second option otherwise c. displays first option if an even number is entered as input, and second option if an odd number is entered as input d. displays first option if num1 and num2 are equal and second option otherwise

Computer Science & Information Technology

The ________ format technique is often used when a manager is responsible for producing reports in a database and needs to send those reports to other managers in the business so they do not have to produce the reports on their own

Fill in the blank(s) with correct word

Computer Science & Information Technology

If the automatic page breaks occur in undesirable locations, you can adjust the page breaks

Indicate whether the statement is true or false

Computer Science & Information Technology

A scenario is a set of values that Excel saves and can substitute automatically in your worksheet

Indicate whether the statement is true or false

Computer Science & Information Technology