development process Flashcards
describe the meaning of analysis
what the program should do (functional requirements)
describe the meaning of design
planning the program and user interface layout
describe the meaning of implementation
writing the code
describe the meaning of testing
making sure that all aspects of the program works and that there is no error
describe the meaning of documentation
making a guide to help the user work the program (internal commentary)
describe the meaning of evaluation
does the program do as it should
describe the meaning of iterative
a process that can be revisited
the process listed was a …
itarative design process
if you are making sure the program works then it is the…
testing section
if you are writing the code it is the …
implementation section
if you are checking if the program is fit for purpose then It is the…
evaluation section
if you are planning how the program and user interface should look then it is the…
design section
if you are inputting internal commentary then it is the…
documenting process
if you are deciding the functional requirements of the program then it is the…
analysis process
if you can look back on a process then it is a…
iterative process