Describe statistical quality assurance?

What will be an ideal response?


• Information about
• software defects is collected and categorized
• Each defect is traced back to its cause
• Using the Pareto principle (80% of the defects can be traced to 20% of the causes) isolate the "vital few" defect causes
• Move to correct the problems that caused the defects in the “vital few”

Computer Science & Information Technology

You might also like to view...

Java _____________ were intended to be run over the Internet.

a. applications b. applets c. both A and B d. none of the above

Computer Science & Information Technology

The hard disks inside the drive are called plates.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Could this cause indefinite postponement of waiting writers?

What will be an ideal response?

Computer Science & Information Technology

What is the difference between an if statement and a switch statement?

A. The if is used in functions, the switch is used in main. B. They are identical and any place you can use an if, you can use a switch. C. The if statement allows for complicated condition checking, the switch does not. D. The switch statement allows for complicated condition checking, the if does not.

Computer Science & Information Technology