System Life Cycle Flashcards
Name the 5 stages of the Systems Development Life Cycle.
Analysis Design Implementation Testing Evaluation
Describe the analysis stage of the Systems Development Life Cycle.
Describe the stages of development of a hardware/software system.
Describe the design/implementation stages of the Systems Development Life Cycle.
Specify the method of testing the programmed solution.
Dry run, black box and white box testing
Describe the testing stage of the Systems Development Life Cycle.
Specify the selection of test data including normal (typical), boundary and erroneous.
Program the solution as per design.
Test the solution using selected test data.
Describe the evaluation stage of the Systems Development Life Cycle.
Reflect on how successful the operational system is.
Define a dry run test.
A mental run of a computer program, where the computer programmer examines the source code one step at a time and determines what it will do when it is run.