Software Topics & Programming Languages (Lesson 9) Flashcards
A type of program that runs scripting languages, and allows them to run on any machine with this program.
interpreter
A type of language that is converted by a tool into machine code, which can run on a particular machine.
compiled language
A type of language that is run one statement at a time by another program.
interpreted language (aka scripting language)
A tool that converts compiled language programs into machine code for that machine.
compiler
C, C++, Java, and C# are examples of what kind of language
compiled languages
Python, Javascript, and MATLAB are examples of
interpreted languages
Which typically runs faster?
Compiled or Interpreted
Compiled
A type of language that allows a developer to describe a document’s content, desired formatting, or other features.
Markup
T or F
HTML is a common programming language
FALSE
Markup languages are not programming languages. They do not execute statement-by-statement and HTML files are not programs.
A language that supports decomposing a large program into a set of items. Such a program may be simpler to create and maintain than a language that doesn’t support this.
object-oriented language
A language whose variable types do not change during execution.
statically-typed
A language whose variable types may change during execution.
dynamically-typed.
C++, Java, C#, Python are all examples of what kind of language
object-oriented languages
Most compiled languages only support ___ typing.
static
Many interpreted languages allow ___ typing.
dynamic