What are the Inputs in the Analysis stage?
What you need from the USER.
What are the processes in the Analysis stage?
The calculations and logic the program must do.
What is the output in the Analysis stage?
What to display to the user at the end.
What are the 3 Logical Operators?
AND, OR & NOT
What are the 3 Standard algotoritms?
Input Validation, Traversing an Array & Running Total
How do you evaluate fitness for purpose within a program?
Check if the program meets the functional requirements.
How do you evaluate robustness in a program?
Robustness is the programs ability to cope with invalid input and ensuring the program doesn’t crash.