2.4 maintainability Flashcards
1
Q
How are programs maintained
A
- Comments
- white space
- Indents
- Sensible variable names
- sub-programs
2
Q
Syntax error
A
Breaks the grammatical / fundamental rules of the language and stops the code from running
3
Q
Logic error
A
Incorrect code produces unwanted result
Code still runs
4
Q
Iterative testing
A
During development
Every aspect taken
5
Q
Final testing
A
End of development
Test if all the aspects work together
Normal, boundary, erroneous