Describe the differences between software construction and software deployment.

What will be an ideal response?


Software construction is concerned with coding and testing of a software increment. Deployment is concerned with the delivery of an operation software product to the end-user, supporting the product during active use, and processing user feedback concerning the product usefulness.

Computer Science & Information Technology

You might also like to view...

Pattern matching in a SQL query is performed with which clause?

a. FROM. b. WHERE. c. SELECT. d. LIKE.

Computer Science & Information Technology

All the concrete classes in the Java Collections Framework implement _____________.

a. the Cloneable interface b. the Serializable interfaces c. the Comparable interface d. the Comparator interface

Computer Science & Information Technology

Microsoft Word's ________ view displays the hierarchy of the document's data

A) Navigation B) Hierarchy C) Outline D) Full Screen

Computer Science & Information Technology

If you want to refer to the first element in the first form on a Web page, use the statement document.forms[1].elements[1];.

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

Computer Science & Information Technology