Evaluation Flashcards
1
Q
What is Fitness for purpose
A
Whether the software carries out all the tasks required of the software specification.
2
Q
What is Usability
A
This reflects whether the software writers have used their knowledge of constructs to help them create efficient code.
3
Q
What is Maintainability
A
How easy it is to alter the software.
4
Q
What is Robustness
A
How well the software copes with errors though:
Exceptional Data
Incorrect Data
5
Q
What is effiecent use of coding constructs
A
Whether The Code is efficent by using things such as:
Suitable data types and structures
Conditional or fixed loops
Arrays