Open In App

ISRO | ISRO CS 2018 | Question 11

Like Article
Like
Save
Share
Report

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 the module is

(A) Greater than 0.9
(B) Equal to 0.9
(C) At most 0.81
(D) At least 0.81


Answer: (C)

Explanation: Code tested maximum 90% = 0.9

Probability of success = 0.9

So, reliability of the module = atmost 0.9 * 0.9 = 0.81

Option (C) is correct.

Quiz of this Question


Last Updated : 09 Jul, 2018
Like Article
Save Article
Previous
Next
Share your thoughts in the comments
Similar Reads