6 - Development Life Cycles, Prototyping, and Task Analysis Flashcards
What is a Sequential Development Life Cycle?
Project management system whereby each stage performs different functions and the result of one serves as the input to the next phase.
What is the waterfall model?
A project development model that is linear, meaning a new phase only begins when the previous one has ended
Name the steps of the ADDIE model.
Analysis > Design > Development > Implementation > Evaluation
Why is Evaluation important in the ADDIE model?
You evaluate after every stage and before you complete a cycle
What are the 2 overarching themes of the Double Diamond model?
Research and design
What are the 4 stages of the Double Diamond model?
Discover > Define > Develop > Deliver
What is the Agile model?
A software development approach based on iterative development
What is the product backlog in the agile model?
A prioritized wishlist created by the product owner
What is the product backlog in the agile model?
A prioritized wishlisr created by the product owner
What is sprint planning/ backlog in the agile model?
When the team pulls a chunk from the product backlog and decides how to implement those
What is a sprint in the agile model?
A specified time frame (usually 2-4 weeks) during which the team works on the sprint backlog
What is a daily scrum in the agile model?
Daily team meetings to assess progress during the sprint
What is a sprint review in the agile model?
When the team chooses a new chunk from the product backlog to work on and begin a new sprint
What is the role of the scrum master (agile model)?
Manage the scrum team
What is the role of the product owner (agile model)?
Bridge the gap between the users and the scrum team
Which model is riskier, waterfall or agile? Why?
Waterfall because you cannot return to a previous stage once it has been finalized
Which model is more receptive to changes, waterfall, ADDIE, or agile?
Agile