Discuss the advantages and disadvantages of agile development.

What will be an ideal response?


Like any other approach, agile development has its advantages and disadvantages. For appropriate projects, this approach puts an application into production sooner than any other approach. On the other hand, this intense systems development life cycle (SDLC) can burn out systems developers and other project participants. In agile development, documentation is produced as a by-product of completing project tasks, but this approach requires systems analysts and users to be skilled in agile systems development tools and agile techniques. Agile forces teamwork and lots of interaction between users and stakeholders; however, it requires a larger percentage of stakeholders' and users' time than other approaches.

Computer Science & Information Technology

You might also like to view...

Which of the following is not a phase of the program-design process?

a. Problem-solving b. Implementation c. Marketing the final program

Computer Science & Information Technology

Using the below relational schema, determine whether the following query is both type and semantically correct:

``` SELECT CO.clientNo, cAddress FROM TransportReq TR, ClientOrder CO, Client C, Unit U, Trailer T WHERE CO.clientNo = C.clientNo AND TR.unitRegNo = U.unitRegNo AND TR.trailerNo = T.trailerNo AND maxCarryingWt < maxPayload AND LoadWeight < maxPayload; ```

Computer Science & Information Technology

The following statement shows and incomplete statement entered into the IRB.       irb(main):003:0> 5 - 1 +What of the following examples shows the modified command prompt that the IRB will display next?

A. irb(main):004:7:* B. irb(input):004:0:> C. irb(main):004:0* D. irb(multi):004:0:

Computer Science & Information Technology

What is aspect ratio of most laptops today?

What will be an ideal response?

Computer Science & Information Technology