2.5.2 The Integrated Development Environment (IDE) Flashcards
What does IDE allow?
Programmers to design, develop and test their program ideas
What are the common functionality?
Editors
Error diagnostics
Run-time environment
Translators
What is the editor?
Text editor designed for writing source code
Tools to assist with formatting and syntax and the colour coding of statements help the programmer to stop errors
What is error diagnostics (debugging tools)?
Help to identify errors in particular lines of code
What is run-time environment?
allows programs to be run virtually within the IDE software, testing each line and allowing the programmer to spot and resolve errors
What is the translators?
Will compile or interpret the final code required