Evaluation Flashcards

1
Q

What is Fitness for purpose

A

Whether the software carries out all the tasks required of the software specification.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Usability

A

This reflects whether the software writers have used their knowledge of constructs to help them create efficient code.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is Maintainability

A

How easy it is to alter the software.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is Robustness

A

How well the software copes with errors though:
Exceptional Data
Incorrect Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly