2.5.2 The Integrated Development Environment Flashcards
Name the 4 main features of an IDE
–Editor
–Error Diagnostics
–Run-time Environment
–Translators
Define an Editor
It allows a programmer to enter, format and edit source code.
What functions does an editor supply?
-Syntax or statement completion functions offer to complete code or suggest corrections.
-Editors highlight key words in different colours (syntax highlighting/auto-formatting).
Define Error Diagnostics
Used when a program fails to compile or to run. Error messages are displayed to help the programmer diagnose what has gone wrong (error type) and where (line number).
What functions do Error Diagnostics supply?
Error diagnostics highlight or underline syntax errors in the code.
Define Run-Time Environment
Where the user can execute and test the source code to determine if it works and if there are any logic errors
Define Translators
rovides a compiler or interpreter so the source code can run within the IDE (translates source code into machine code)