Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development (Stages Of Software Development ((Design (Where the…
Software Development
Stages Of Software Development
Design
Where the steps are put in place and if any problems are solved.
Implementation
Once the program has been designed, the programmers will start to create the program in a particular programming language
Documentation
When you buy software you will usually get a manual along side It . This is part of the documentation of the software. There is 2 parts to documentation , theres the technical guide and user guide
User guide contains instructions for someone using the software like how to run it and use it
The technical guide has the system requirements and instructions on how to actually install the software
Analysis
The task given to the programmer by the client. This is where the rough idea is then turned into exact specification
Produces the requirement specification
Evaluation
In the evaluation you go over everything. Need to make sure the code runs and that the user can read it and actually understand it there is a few aspects when evaluating such as...
Readability
This is when the code has to be easy to read and the user can understand it this is in case someone in a later date needs to make changes
Robustness
The program should be able to run, it shouldn't crash , be reliable even when the input entered isn't valid
Fitnesss for purpose
Does the software match and do the things that were asking in the analysis stage which would be backed up from testing.
Testing
After the code is made It will need to be tested thoroughly. If there is any problems go back and fix the errors.