Software Development - Stages Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Explain the main concepts of the Waterfall method:

A
  • Each step completed one by one
  • Each step creates output for next step
  • Possible to return to previous step, but you will have to go back down through each stage.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What stage(s) of the Waterfall method are customers involved in?

A

Involved in the Analysis (beginning) but have little input until the Evaluation (end).

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

What is the origin of the waterfall method and how well is it used nowadays?

A

Taken from the manufacturing industry but ow superseded by more effective models.

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

Explain the main concepts of the Spiral method:

A

Uses the same structured steps of waterfall method but focuses on an overall iterative (repeating method) of development.

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

What happens at the start of the Spiral method?

A

Requirements are defined and developers work towards an initial prototype.

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

What does each ‘loop’ of the spiral process produce?

A

Each ‘loop’ generates a refined prototype.

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

What types of project is the Spiral method used for?

A

Large scale projects that may take a long time to deliver.

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

What are the stages of the Spiral development? Provide a definition for each one.

A
  • Analysis: Analyse the requirements for next prototype.
  • Design: Design the next version/prototype.
  • Implement: Code/Test new prototype.
  • Evaluate: Evaluate new prototype, plan next one.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain the main concepts of the Agile Development method:

A
  • Focuses on iterative development.
  • Feedback taken from user during development process.
  • Software Developers only make an initial model during the start of each iteration.
  • Development stages may not be completed linearly.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why does Agile Development focus on iterative development?

A

Recognises that requirements may change during development.

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

What does Agile modelling depend on?

A
  • Simple models developed
  • Rapid user feedback
  • Ability to make incremental changes
  • Understanding user requirements may change.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is Extreme Programming?

A

XP is a form of Agile Development intended to improve software quality and responsiveness to changing user requirements.

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

Explain the main concepts of the Extreme Programming method:

A
  • Frequent releases are made in short development cycles.

- Customer has heavy involvement.

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

What often happens as a development method with Extreme Programming and what is this called?

A

An ‘Analyser’ (Overseer) and ‘driver’ (coder) develop the software, switching roles often. This is called Paired Programming.

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

What is the downside and advantage to Paired Programming?

A

It is expensive but allegedly produces higher quality results.

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

Explain the main concepts of the Rapid Application Development method:

A
  • Formal requirement replaced by focus groups/workshops.
  • Prototypes used to continually refine model in response to model feedback.
  • Strict time limits employed for development of each part.
  • Reusing software components that have been reused elsewhere.
17
Q

What is the advantage of RAD and what does it stop?

A

RAD allows a major product to be developed very quickly over a short time period. It stops large projects being canceled at a late stage due to changes in user requirements.

18
Q

Where is the Waterfall method used?

A

Suitable for very small projects that need careful supervision, eg student/trainee projects.

19
Q

What is bad about the Waterfall method.

A

There is a lack of user involvement.

20
Q

What is good about the Spiral and Agile development methods?

A
  • Acknowledges users can’t initially specify all requirements (may not realise what is possible).
  • Produces prototypes which are easier to examine and refine.
21
Q

What is the XP and RAD methods suitable for?

A

Large projects with a danger of getting ‘bogged down’ or side tracked by suggested improvements.