Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Classify each of the following tasks as a software product design activity, a so

ID: 3664480 • Letter: C

Question

Classify each of the following tasks as a software product design activity, a software engineering activity, or possibly both, depending on the circumstances
a. Determining the layout of buttons, labels, text boxes, and so forth in a window
b. Brainstorming the classes in an application
c. Choosing colors for a window
d. Wording error messages
e. Deciding whether a product should have a client-server architecture
f. Deciding whether a program should be a stand-alone application or a web service
g. Choosing a data structure for a list
h. Determining the reliability that a product should have
i. Determining the sequence of processing in a program

Explanation / Answer

a. Software Design

b. Software Engineering

c. Software Engineering

d. Software Engineering

e. Software Design

f. Software Engineering & Design

g. Software Design

h. Software Engineering

i. Design