If a system contains 1,000 disk drives, each of which has a 750,000- hour MTBF, which of the following best describes how often a drive failure will occur in that disk farm:

a. once per thousand years
b. once per century, once per decade
c. once per year, once per month
d. once per week
e. once per day
f. once per hour
g. once per minute
h. once per second

Answers

Answer 1

Answer:

once per month

Explanation:

The correct answer is - once per month

Reason -

Probability of 1 failure of 1000 hard disk = 750,000/1000 = 750 hrs

So,

750/24 = 31.25 days

⇒ approximately one in a month.


Related Questions

What are some examples and non-examples of digital security?

Answers

Answer:

Devices such as a smart card-based USB token, the SIM card in your cell phone, the secure chip in your contactless payment card or an ePassport are digital security devices

your computer has been running slowly and you suspect it because its is low on memory. you review the hardware configuration and find that computer has only 4gb of ram. how can you determine how much memory your computer should have to run properly?​

Answers

By downloading software that is capable of checking live Ram usage/need. GIVE BRAINLIST

which of the following is an example of how to effectively avoid plagiarism

Answers

Answer:

You didn't list any choices, but in order to avoid all plagiarism, you must focus on rewriting the following script/paragraph in your own words. This could be anything from completely changing the paragraph (not the context) to summarizing the paragraph in your own words.

Answer:

Simon cites anything that he didnt know before he read it in any given source

Explanation:

a p e x

Which of the following are complete sets of data and are the rows of the table?
Files
Fields
Queries
Records

Answers

Answer:

I think the answer is going to be records

You are responsible for a rail convoy of goods consisting of several boxcars. You start the train and after a few minutes you realize that some boxcars are overloaded and weigh too heavily on the rails while others are dangerously light. So you decide to stop the train and spread the weight more evenly so that all the boxcars have exactly the same weight (without changing the total weight). For that you write a program which helps you in the distribution of the weight.
Your program should first read the number of cars to be weighed (integer) followed by the weights of the cars (doubles). Then your program should calculate and display how much weight to add or subtract from each car such that every car has the same weight. The total weight of all of the cars should not change. These additions and subtractions of weights should be displayed with one decimal place. You may assume that there are no more than 50 boxcars.
Example 1
In this example, there are 5 boxcars with different weights summing to 110.0. The ouput shows that we are modifying all the boxcars so that they each carry a weight of 22.0 (which makes a total of 110.0 for the entire train). So we remove 18.0 for the first boxcar, we add 10.0 for the second, we add 2.0 for the third, etc.
Input
5
40.0
12.0
20.0
5. 33.
0
Output
- 18.0
10.0
2.0
17.0
-11.0

Answers

Answer:

The program in C++ is as follows:

#include <iostream>

#include <iomanip>

using namespace std;

int main(){

   int cars;

   cin>>cars;

   double weights[cars];

   double total = 0;

   for(int i = 0; i<cars;i++){

       cin>>weights[i];

       total+=weights[i];    }

   double avg = total/cars;

   for(int i = 0; i<cars;i++){

       cout<<fixed<<setprecision(1)<<avg-weights[i]<<endl;    }

   return 0;

}

Explanation:

This declares the number of cars as integers

   int cars;

This gets input for the number of cars

   cin>>cars;

This declares the weight of the cars as an array of double datatype

   double weights[cars];

This initializes the total weights to 0

   double total = 0;

This iterates through the number of cars

   for(int i = 0; i<cars;i++){

This gets input for each weight

       cin>>weights[i];

This adds up the total weight

       total+=weights[i];    }

This calculates the average weights

   double avg = total/cars;

This iterates through the number of cars

   for(int i = 0; i<cars;i++){

This prints how much weight to be added or subtracted

       cout<<fixed<<setprecision(1)<<avg-weights[i]<<endl;    }

If you want to continue working on your web page the next day, what should you do?

a. Create a copy of the file and make changes in that new copy

b. Start over from scratch with a new file

c. Once a file has been saved, you cannot change it

d. Reopen the file in your text editor to

Answers

Answer:

d. Reopen the file in your text editor

Answer:

eeeeeeeee

Explanation:

Other Questions
Which reaction type is really part of another type of reaction but treated separately? Explain 4. What is atherosclerosis? How do plaques form, and whyarethey dangerous? How did the changes of the 1920s expand or limit freedom in the United States completa estas frases hachas con las palabras nubes, ranas, trancas y moscas Round 74,606.4 to the nearest whole number Why is women and childrens health important? Why do you think it needs its own medical speciality? Dr. Sheffield is a clinical psychologist who specializes in treating pathological gambling. Pathological gambling is defined as being unable to resist impulses to gamble. Bothered by not having a good measure that he can give to clients to determine whether they are suffering from this condition, he creates a new measure of pathological gambling. The measure has 15 questions, and it takes 20 minutes to complete. Refer to Research Study 3.2 to answer the following five questions. To test his measure, Dr. Sheffield gives his measure to a group of people in Gamblers Anonymous (GA) and another group in Alcoholics Anonymous (AA). He finds that people in the GA group have higher scores on his new measure than people in the AA group. Why did Dr. Sheffield do this Find X ( please explain how) write the following comparison as a ratio reduced to lowest terms. 94 hours to 8 days PLEASE HELP NO LINK ANSWER I WILL GIVE BRAINLY THING BOTH QUESTIONS PLEASE Answer the following question: In a space shuttle, the CO2 that the crew exhales is removed from the air by a reaction within canisters of lithium hydroxide. Let's assume that one astronaut exhales about 825. L of CO2 daily. What mass of water will be produced when this amount reacts with LiOH? The other product of the reaction is Li2CO3. When answering this question include the following:Have both the unbalanced and balanced chemical equations.Explain how to find the molar mass of the compounds.Explain how the balanced chemical equation is used to find the ratio of moles (hint: step 3 in the video).Explain how many significant figures your answer needs to have.The numerical answerYour Answer: In triangle ABC, the length of side AB is 19 inches and the length of side BC is 28 inches. Which of the following could be thelength of side AC? Healthy soils will nurture plants and a healthy ecosystem that supports all types of wildlife.Which I the words below replaced the word nature in the sentence above would CHANGE the meaning of thesentenceA- protectB- care forC- take overD- support Would DuBois strategy be considered gradualist or immediatist? I need help plzI will give you 50 points if it is right Which of the following inequalities is equivalent to 9 Which rule is correct for translation 2 units right and 6 units down Find the slope of each line (no links Ill report) Which answer choice represents a person burning 45calories by climbing 9 flights of stairs?FNumber of Flights ofStairs Climbed, fNumber of CaloriesBurned, cG.c=f+5, where c represents the number ofcalories burned and f represents the number offlights of stairs climbed.15315525735JA person who climbs 5 flights of stairs willburn 1 calorie9022NeedHeln2 Each year, Malcolm earns 120 hours of vacation time at his job. There are 52 weeks in a year.What is the approximate number of hours of vacation time that Malcolm earns each week?