Software development methodologies Flashcards

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

What is Rapid Application Development (RAD)?

A

It is now used to refer to methodologies for developing software which use prototyping (a model with reduced functionality) and iteration (repeating cycles).

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

Advantages of RAD?

A

Helpful when requirements are unclear.
Excellent usability due to feedback from customer.
Allows changing requirements.
Small developing time due to minimising plans.
Time boxing keeps it on track.

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

Disadvantages of RAD?

A

Good code is not prioritised (focus is on accelerated development of front-end focused prototype).
Demanding on customer’s time for feedback.

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

When is RAD used?

A

Customer is unsure about the requirements
Small scale and of short duration.

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

What is the Spiral Model?

A

Iterative cycle split into four phases.
1. Determine objectives.
2. Identify and resolve risks.
3. development and test
4. plan the next iteration.

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

When is a prototype created in the spiral method?

A

Each cycle.

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

Advantages of Spiral?

A

Ideal for risky and complex projects, too high = drop the project before prototyping.
Changing requirements.
Users see the system a lot, results in a better users match.
Eliminates unattractive risks early on.

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

Disadvantages of Spiral?

A

Management is more complex so could be more expensive
Process is more complex than other models
Good risk analysts are expensive
Efficient code is not prioritized
No continuous customer interaction.

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

When is Spiral used?

A

Chnages in development stages are expected.
high risk
incremental manner project.
requirements aren’t finialised.

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

What is the difference between spiral and RAD’s usages?

A

Spiral is used for more larger projects, that are more riskier.
RAD is a smaller scale and time period, more customer involvement.

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

What is risk analysis?

A

The process of identifying and analyzing potential issues that could negatively impact a software project. Risk factors in software development include inadequate estimation of time, cost, scope and resources.

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

What is the Waterfall Lifecycle Model?

A

A linear, sequence of stages. Each stage is completed before the next stage begins. Good for small, simple projects where requirements are clear and do not change.

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

What is Extreme Programming (XP)?

A

An agile methodology for software development that is iterative, focussing on high quality code and customer involvement / feedback.

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

Advantages of the Waterfall?

A

Lots of documentation
Easy to schedule and arrange tasks and judge progress
Simple and easy to understand model
Does not require a lot of customer involvement

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