Waterfall SDLC Flashcards

1
Q

What are the 5 steps of the Waterfall Model?

A

Requirement Analysis, Design, Coding, Testing and Maintenance.

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

What is a Software Development Process?

A

A process which a developer follows from the inception of the idea for software, to it’s death e.g, that softwares life cycle.

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

What is the Waterfall Model?

A

The waterfall model is a SDLC that tries to apply a traditional engineering approach to software development. It helped replaced a ‘not planned in advance’ approach to developing software.

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

Why is it called the Waterfall Model?

A

It’s called the Waterfall Model because the implementation flows from one phase to another in a downward fashion.

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

How does the Waterfall Model work?

A

Each phase produces deliverable documents which can be analyzed, corrected and finally approved before starting the next phase.

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

What’s the Waterfalls benefits?

A

The waterfall process is easy to understand, explain, and easy to schedule.

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

What happens in the Requirements Analysis phase of the cycle?

A

Discover exactly what is required from the software in terms of functionalities, behaviour, performance and interfaces e.g., GUI’s and communication interface

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

What happens in the Design phase?

A

The software is fully designed before any coding.
How to code will be organised is decided e.g., the software architecture.
The main Data structures and Algorithms need to be decided.
The interfaces of the software need to be designed prior to implementation.

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

What happens during the coding phase?

A

The programmers have to implement what the design document says exactly.
Any deviation and your part of the code as a programmer may not work with your colleagues.

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

What happens during the Testing phase?

A

The software is tested for any defects (i.e, bugs) and the software is validated.

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

What happens in the maintenance phase?

A

Requests for change will come from users and these need to be analysed to establish the amount of work necessary to implement them.
Changes are batched together, this gives rise to new software.

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

Name three disadvantages to the Waterfall approach?

A

A problem of such a linear process is that software is only available for evaluation during its final phase.This is a big leap of faith as no customer feedback could be detrimental.

The waterfall model is not designed to cope with change, it is linear and lacks flexibility.

It fails to treat software development as a problem solving activity. It assumes all the requirements can be discovered and described in a single document.

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

When to use the Waterfall Model?

A

If the problem that the software has to tackle is well defined, well known and if the developers have already done a similar project successfully then using the waterfall model makes sense.

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