Please enable JavaScript.
Coggle requires JavaScript to display documents.
Software Development Process (analysis (the boundaries of problems, the…
Software Development Process
analysis
the boundaries of problems
the client and the analyst
the requirement specification
it is a legal binding contract
design
different ways of designing a problem
pseudocode flowcharts structure diagrams wireframes
the programer
how the problem should be solved
documentation
user guide
contains instructions for someone using the software
technical guide
the system requires data and instructions
the user
do all games get a manual
testing
make sure does its supposed to do and doesn't crash
tests for written code
code should be tested using normal extreme ans exceptional data
implementation
programming language
print out of a code
a programer
is it readable
evaluation
the last stage before software is handed over to the client
software
client
is the program code easy to read