Development Methodologies Flashcards
first stage of the software development process
Analysis
second stage of the software development process
design
third stage of the software development process
implementation
fourth stage of the software development process
testing
fifth stage of the software development process
documentation
last stage of the software development process
evaluation
testing
checking that the program functions correctly and is free of errors
documentation
creating user and technical guides to support the finished program
design
working out the specifics of the program: the user interface, data storage needed and the algorithms
evaluation
ensuring that the program is fit for the purpose designed,efficient, robust and readable
implementation
writing code and creating the user interface to make a functioning program
analysis
working out what is required from a program that is being proposed