2.4 maintainability Flashcards

1
Q

How are programs maintained

A
  • Comments
  • white space
  • Indents
  • Sensible variable names
  • sub-programs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Syntax error

A

Breaks the grammatical / fundamental rules of the language and stops the code from running

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

Logic error

A

Incorrect code produces unwanted result
Code still runs

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

Iterative testing

A

During development
Every aspect taken

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

Final testing

A

End of development
Test if all the aspects work together
Normal, boundary, erroneous

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