Lecture 5 and 6: Software Life Cycles Flashcards

1
Q

What are the software development cycle phases?

A
  1. Requirements Phase
  2. Design Phase
  3. Implementation Phase
  4. Test Phase
  5. Installation and Checkout Phase
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the software life cycle phases?

A
  1. Software Development Cycle
  2. Operation and Maintenance Phase
  3. Retirement Phase
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the software life cycle models?

A

Code and Fix
Stagewise and Waterfall
Prototyping
Spiral
Agile/Scrum

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the Code and Fix model?

A

Code a little, fix a lot, and repeat until your resources run out (not a good model)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the Waterfall model?

A

Linear approach that has each phase dependent on the previous one
Engineering: Develop an installation plan
Analysis: Identify the what (system requirements, work with and involve user, acceptance test plan)
Design: Identify the how (system specifications (hardware/software), system integration test plan)
Implementation: Build the system, test the parts, complete all system documentation
Test: Test all portions (integration, acceptance, system installation)
Maintenance: Manage change, fix defects, port the system, enhance the system

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the weaknesses of the waterfall method?

A

Hard to measure real progress, pushes analysis and design feedback to maintenance phase, assumes unrealistic sequential progression

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the prototyping model?

A

Determine requirements, build a prototype, do a partial design, evaluate the system, engineer the product. Make sure to throw away the prototype

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Why use the prototype model?

A

When the user isn’t computer literate, when the user is unable to pre-specify the needed system requirements and when you aren’t sure if your design will work

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the aspects of the evolutionary development models?

A

Can become a modern version of code and fix
Product evolves over time as the real requirements become known
Assumes the customers will tell us what they like and dislike about each incremental release

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is the spiral model?

A

Evolutionary model, risk oriented
1. Determine objectives
2. Evaluate alternatives
3. Develop, verify next-level product
4. Plan next phases
Pros: Reduce risk of failure, early feedback
Cons: Complex, risk analysis requires expertise

How well did you know this?
1
Not at all
2
3
4
5
Perfectly