1.2.3 - Software Development Flashcards
What happens during the analysis stage of the software development life cycle?
Stakeholders state what they require from the finished product.
What happens during the design stage of the software development life cycle?
The different aspects of the new system are designed including inputs, outputs and security features.
What happens during the development stage of the software development life cycle?
The design from the previous stage is used to develop the code for the project.
What happens during the testing stage of the software development life cycle?
The program is tested against the test plan formed in the design stage.
What happens during the implementation stage of the software development life cycle?
Once the testing stage has been used to make appropriate changes to the software, it is installed onto the user’s systems.
What happens during the evaluation stage of the software development life cycle?
The effectiveness of the software is evaluated against the system requirements.
What happens during the maintenance stage of the software development life cycle?
Any errors in the program are flagged up by the end-users and updates are created to maintain the software.
Name three different programming methodologies.
Waterfall lifecycle, agile, extreme programming, spiral and rapid application development.
Describe how the waterfall lifecycle model works.
The waterfall model is based on a series of stages that are completed in sequence from start to finish.
Describe how the agile methodologies work.
The problem is broken down into sections that are developed in parallel. The sequence is iterated until the project is complete.
Describe how extreme programming works.
The development team consists of a pair of programmers alongside a representative end-user.
Describe how the spiral model works.
The spiral model iterates the analysis, risk assessment, implementation and evaluation stages until the project is finished.
Describe how the rapid application development model works.
RAD is an iterative methodology that uses partially functioning prototypes that are continually built upon.
What are the advantages of using the waterfall lifecycle model?
Straightforward to manage.
Clearly documented.
What are the disadvantages of using the waterfall lifecycle model?
Lack of flexibility.
No risk analysis.
Limited user involvement.