Software Topics Flashcards
is first converted by a tool (compiler) into machine code, which can run on a particular machine. Examples include C, C++, Java, and C#.
compiled language
is a language that is run one statement at a time by another program called an interpreter. Examples include Python, Javascript, and MATLAB
interpreted language
This language type tends to be easier for new programmers
Interpreted language
can run on any machine that has an interpreter
interpreted language
This language runs faster
compiled language
A language that supports decomposing a large program into a set of items
object-oriented language
A programming language that is first converted to machine code, which can then only run on a particular machine type.
compiled
A programming language that requires no compilation, and instead can be directly run by another program
interpreted
A language whose variable types do not change during execution.
statically typed
A language whose variable types may change during execution.
dynamically typed