Approximately what percent of the project time line should be devoted to each of the activities listed below? Planning ______ Analysis ______ Design ______ Coding ______ Testing ______ If you could expend more time in one activity, which would have the highest likelihood of improving software quality? Why?

What will be an ideal response?What will be an ideal response?


Planning 2-3%
Analysis 10-25%
Design 20-25%
Coding 15-20%
Testing 30-40%

Expend more time in design because design is the place where quality is built into a product.

Computer Science & Information Technology

You might also like to view...

Objects are represented by and grouped into ________ that are optimal for reuse and maintainability.

A) objects B) views C) classes D) displays

Computer Science & Information Technology

Member function _________ of the file streams fstream, ifstream and ofstream opens a file.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Suppose A is an anonymous inner class in Test. A is compiled into a file named _________.

a. A.class b. Test$A.class c. A$Test.class d. Test$1.class e. Test&1.class

Computer Science & Information Technology

Jacob Nielsen is the creator of the Ten Usability Heuristics.

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

Computer Science & Information Technology