recategorized by
2,845 views
0 votes
0 votes

The failure intensity for a basic model as a function of failures experienced is given as $\lambda (\mu) - \lambda_0[1-(\mu)/(V_0)]$ where $\lambda_0$ is the initial failure intensity at the start of the execution, $\mu$ is the average or expected number of failures at a given point in time, the quantity $V_0$ is the total number of failures that would occur in infinite time.

Assume that a program will experience 100 failures in infinite time, the initial failure intensity was 10 failures/CPU hr. Then the decrement of failures intensity per failure will be

  1. 10 per CPU hr
  2. 0.1 per CPU hr
  3. -0.1 per CPU hr
  4. 90 per CPU hr
recategorized by

1 Answer

Answer:

Related questions

2 votes
2 votes
1 answer
2
go_editor asked Jul 24, 2016
3,140 views
In _____, modules A and B make use of a common data type, but perhaps perform different operations on it.Data couplingStamp couplingControl couplingContent coupling
0 votes
0 votes
1 answer
3
go_editor asked Jul 24, 2016
3,342 views
Improving processing efficiency or performance or restructuring of software to improve changeability is known asCorrective maintenancePerfective maintenanceAdaptive maint...