2.5.2 Flashcards
what is IDE?
software tool which is used for programming that provides features to help a programmer to develop their program
what are the different features of IDE?
-editors
-error diagnostics
-run time environment
-translators
what does IDE stand for?
Integrated Development Environment
editors
helps you to write code efficiently and easily with aids such as colour coded highlighting, autocompletion and brace matching
error diagnostics
help to find and fix errors including break points which help to identify logical errors
run time environment
allows the code to run quickly and allows you to build the project from its files, compile it all then run it as if the code was running on the target CPU
translators
translates the source code into machine code to create an executable code