It is important to maintain an attitude of humility when doing agile modeling.

What will be an ideal response?

The basic principles of agile modeling are:

A. Satisfy the customer through delivery of working software.
B. Embrace change, even if introduced late in development.
C. Continue to deliver functioning software incrementally and frequently.
D. Encourage customers and analysts to work together daily.
E. Trust motivated individuals to get the job done.
F. Promote face-to-face conversation.
G. Concentrate on getting software to work.
H. Encourage continuous, regular, and sustainable development.
I. Adopt agility with attention to mindful design.
J. Support self-organizing teams.
K. Provide rapid feedback.
L. Encourage quality.
M. Review and adjust behavior occasionally.
N. Adopt simplicity.

Computer Science & Information Technology

You might also like to view...

One of the fastest ways to switch from editing one method to editing another is to right-click an invocation of that method in the ____ and then choose its name from the ____ that appears. 

A. editing area; context menu B. structure diagram; context menu C. object tree; object selector D. details area; object selector

Computer Science & Information Technology

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

1. True/False: With the selection sort, to sort from smallest to largest, on the first pass, the smallest element is located and swapped with the first array element. 2. True/False: A flag is normally a Boolean variable. 3. True/False: The bubble sort technique is easy to use because it does not require the use of a swap routine.

Computer Science & Information Technology