2.3 - Software development Flashcards

1
Q

What is the waterfall lifecycle model?

A
  • sequential software development process divided into distinct phases, each phase completed before next one begins
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the steps of the waterfall lifecycle model?

A
  • Requirement Gathering and Analysis
  • System Design
  • Implementation
  • Integration and testing
  • Deployment
  • Maintenance
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the benefits of the Waterfall Lifecycle model?

A
  • Straightforward to manage
  • clearly documented
  • well-defined projects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are the drawbacks of the waterfall model?

A
  • Lack of flexibility
  • No Risk analysis
  • Limited user Involvement
  • late changes are expensive
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

When is the waterfall model suitable?

A
  • most suitable for projects where requirements are well unerstood and unlikely to change
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is Agile (Extreme) Programming?

A
  • type of agile software development methodology that promotes adaptability and high customer involvement
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What are the steps in Agile Programming?

A
  1. Planning
  2. Design
  3. Coding
  4. Testing
  5. Integration
  6. Feedback and Integration
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Benefits of Agile Programming?

A
  • Produces high quality code
  • Constant user involvement means high usability
  • Flexible to changing requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Drawbacks of Agile Programming

A
  • Intensive collaboration can lead to burnout
  • May lack documnetation
  • Scope Creep: flexible nature may lead to uncontrolled changes in requirements
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

When is agile programming suitable?

A
  • most suitable for small to medium-sized projects where requirements can change and customer involvement is high
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the Spiral programming model?

A
  • software development methodology that combines aspects of both iterative (agile) and sequential (waterfall) processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What are the steps in the spiral programming model?

A
  1. Planning
  2. Risk Analysis
  3. Engineering next version
  4. Evaluation and Feedback
    - the process repeats, spiralling through these stages, with each loop representing a development phase until final product is ready
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Benefits of Spiral programming model?

A
  • Thorough Risk-analysis and mitigation
  • Caters to changing user needs
  • Produces prototypes throughout
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Drawbacks of Spiral programming model?

A
  • Complexity
  • Time-consuming
  • Expensive
  • Not suitable for small projects
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When is the Spiral model suitable?

A
  • most suitable for large, complex projects, where requirements may change, and risk management is essential
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is Rapid Application Development (RAD)?

A
  • software development methodology that emphasises fast and iterative development
17
Q

What are the steps in Rapid Application development (RAD)?

A
  1. Requirement planning
  2. User Design and prototyping
  3. Construction or iterative development
  4. Cutover or deployment
  5. Maintenance and Updates
18
Q

Benefits of Rapid Application development (RAD)?

A
  • caters to changing user requirements
  • highly usable final product
  • focuses on core features reducing development time
19
Q

Drawbacks of Rapid Application development (RAD)?

A
  • Poorer quality documentation
  • Dependent on strong team collaboration
  • Potential lack of quality (due to focus on speed)
  • Not suitable for small projects
  • Can lead to scope creep
20
Q

When is Rapid Application development (RAD) suitable?

A
  • most suitable for projects where rapid delivery is required and where requirements can be developed and refined on the go