IDEs Flashcards
What is an IDE?
(Integrated Development Editor)
A piece of software used to write high level program code
Give three examples of an IDE
Python
Thonny
Notepad++
What are the main features of an IDE?
editor, error diagnostics, run-time environment, translators, autodocumentation
What is an editor?
Used to write the code and is usually a text editor – it has tools to aid the writer
What are the three main tools in an editor?
Colour coding, auto indentation, auto completion
What are error diagnostics?
A tool that helps to identify errors and give some feedback of what the error is
What is the run-time environment?
It allows the program to be tested easily and often runs the code line by line to make sure the program works