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