recategorized
2,474 views
2 votes
2 votes

In unit testing of a module, it is found that for a set of test data, at the maximum $90$% of the code alone were tested with the probability of success $0.9$. The reliability of module is

  1. Greater than $0.9$
  2. Equal to $0.9$
  3. At most $0.81$
  4. At least $0.81$
recategorized

1 Answer

Best answer
4 votes
4 votes

In Unit testing of the module, at the max 90% of the code was tested (0.9)

Probability of success  = 0.9

Reliability = 0.9 * 0.9 = 0.81

Answer is at the most 0.81 since it is given that at the max 90% code was tested . Hence Option C 

selected by
Answer:

Related questions

5.0k
views
1 answers
2 votes
Arjun asked Apr 22, 2018
4,957 views
In a particular program, it is found that $1$% of the code account for $50$% of the execution time. To code a program in C++, it takes $100$ man-days. Coding in assembly ...
5.4k
views
2 answers
1 votes
Arjun asked Apr 22, 2018
5,371 views
The Functions Point (FP) metric isCalculated from user requirementCalculated from lines of codeCalculated from software complexity assessmentNone of the above
10.9k
views
2 answers
0 votes
Arjun asked Apr 22, 2018
10,943 views
The lower degree of cohesion is kind of:Logical CohesionCoincidental CohesionProcedural CohesionCommunicational Cohesion
1.3k
views
1 answers
3 votes
Arjun asked Apr 22, 2018
1,340 views
Cloaking is a search engine optimization $(SEO)$ technique. During cloaking:Content presented to search engine spider is different from that presented to user's browserCo...