User-detected errors are corrected during the ______ phase of the software life cycle.

a) maintenance
b) coding
c) refining
d) testing
e) verification

a.

Computer Science & Information Technology

You might also like to view...

If bPtr is assigned b (the name of an array), then array element b[3] can alternatively be referenced with the pointer expression __________.

a) bPtr + 3 b) b[bPtr + 3] c) *b [bPtr + 3] d) *(bPtr + 3)

Computer Science & Information Technology

A(n) ____ story is a prose description of what software is to do, from the perspective of a person using the software.

A. objective B. user C. short D. viewer

Computer Science & Information Technology