MT3 end of unit test Flashcards
to be the best computer on the planet
what are the development methodologies?
-analysis
-design
-implementation
-testing
-documentation
-evaluation
what is the analysis stage?
The software developer meets with the client to understand the requirements and explain exactly what they need the program to do.
what is the design stage?
The developers plan how to solve the problem using design notations like flowcharts, structure diagrams or pseudocode
what is the implementation stage?
The programming team write the actual code to solve the problem
what is the testing stage?
teams will run the software many times with different inputs to check that correct outputs are returned
what is the documentation stage?
A technical guide and a user guide are created for the end users to help them use the software
what is the evaluation stage?
The software’s robustness, efficiency and code readability are examined
what is stage 1 of development methodologies?
analysis
what is stage 2 of development methodologies?
design
what is stage 3 of development methodologies?
implementation
what is stage 4 of development methodologies?
testing
what is stage 5 of development methodologies?
documentation
what is stage 6 of development methodologies?
evaluation
what is iteration?
When stages of the process need to be revisited or repeated
what are the 3 standard algorithms?
-running total within a loop
-traversing an array
-input validation