2.5) Programming languages and Integrated Development Environments Flashcards
High Level Language
Designed to allow the expression of a computer program in a way that reflects the problem being solved rather than the details of how the solution is produced. One-to-many.
Low-level language
Close to machine code and closely related to the design of the machine. One-to-one
Translator
Takes a program written in one programming language and converts it to another.
Compiler
Translates high-level language source code into a computer’s machine code.
Interpreter
Translates and executes a program one statement at a time.
IDE
Integrated Develop Environment: “A software application that provides comprehensive facilities for software development. Normally consists of a source code editor, build automation tools and a debugger
IDE: Error diagnostics
IDE tools that provide detailed feedback on errors in code.”
IDE: Run-time environment
A configuration of hardware and software. Includes the CPU type, operating system and any runtime engines or system software required by a particular category of application.