What are the unique characteristics of cleanroom software engineering techniques?

What will be an ideal response?

• Make extensive use of statistical quality control
• Verify design specification using mathematically-based correctness proofs
• Rely heavily on statistical use testing to uncover high impact errors

Computer Science & Information Technology

You might also like to view...

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

1. There must be exactly one constructor defined in every class. 2. Once a class is defined, you may use the class as a type specifier. 3. C++ allows the programmer to overload operators for standard C++ data types. 4. The control expression in C++ switch statements may be of type string.

Computer Science & Information Technology

At a minimum, an operating system typically implements __________.

a) a high-level scheduler b) a high-level and a low-level scheduler c) an intermediate-level and a low-level scheduler d) a high-level, intermediate-level and low-level scheduler

Computer Science & Information Technology