edited by
1,345 views
2 votes
2 votes

What is the defect rate for Six sigma?

  1. $1.0$ defect per million lines of code
  2. $1.4$ defects per million lines of code
  3. $3.0$ defects per million lines of code
  4. $3.4$ defects per million lines of code
edited by

1 Answer

Answer:

Related questions

3 votes
3 votes
1 answer
1
Satbir asked Jan 13, 2020
2,399 views
In a class definition with $10$ methods, to make the class maximally cohesive, number of direct and indirect connections required among the methods are$90,0$$45,0$$10,10$...
2 votes
2 votes
1 answer
2
Satbir asked Jan 13, 2020
2,568 views
Consider the following pseudo-codeI=0; J=0; K=8; while(I<K-1) //while-1 { J=J+1; while(J<K) //while-2 { if(x[I]<x[J]) { temp = x[I]; x[I]=x[J]; x[J]=temp; } }// end of wh...
2 votes
2 votes
2 answers
3
Satbir asked Jan 13, 2020
3,712 views
What is the availability of the software with the following reliability figuresMean Time Between Failures (MTBF) is $20$ daysMean Time To Repair (MTTR) is $20$ hours$90\%...
2 votes
2 votes
1 answer
4
Satbir asked Jan 13, 2020
1,405 views
Regression testing is primarily related toFunctional testingDevelopment testingData flow testingMaintenance testing