Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development Process (Documentation (5th) (Two of the documents…
Software Development Process
Analysis
(1st)
There is a legally binding contract that is created
It is called the "requirements specification"
Where the client tells the programmer exactly what to do
(6th)
Evaluation
Some questions are asked such as
Is the program code easy to read?
Is the program easy for a user to understand and use?
Does the program do the job it was supposed to do?
This is the last stage before the software is handed over to the client
Implementation
(3rd)
When the design is finished a programmer will start to create the program
The programmer also needs to make sure the code is readable so others can edit it if needed
(4th)
Testing
When the code is written it would be tested
It needs to be tested with a range of inputs to make sure it does what it is supposed to do
Documentation
(5th)
Two of the documents created are the user guide and the technical guide
The user guide contains instructions for someone using the software
The technical guide has the system requirements data and instructions on how to install the software
(2nd)
Design
the ways of designing a problem are by using pseudocode, flowcharts, structure diagrams and wireframes