Programming - 2.7 Testing & Evaluation Flashcards
1
Q
Runtime error:
A
an error that occurs while the program is running - the operation the computer is asked to do is impossible to execute.
2
Q
Integrated Development Environment (IDE):
A
A package that helps programmers to develop program code. It has a number of useful tools, including a source editor and a debugger - which flag up syntax errors in the code and issue helpful error messages.