9. Software Topics Flashcards
A program written in a(n) ____ language is first converted by a tool into machine code, which can run on a particular machine.
compiled
A(n) ____ language is run one statement at a time by another program.
interpreted
In a(n) ____ typed language, each variable’s type must be declared and cannot change while the program runs.
statically
In a(n) ____ typed language, a variable’s type may change while a program executes, usually based on what is assigned to the variable.
dynamically
Which type of language—dynamically typed or statically typed—is considered safer?
Statically typed
These type of languages are considered safer because they report errors during compilation.
Provide an example of a language that is not object oriented.
C
JavaScript and MATLAB provide some support for objects.
A(n) ___ language allows a developer to describe a document’s content, desired formatting, or other features.
markup
A(n) ____ is a set of pre-written functions (and other items) that carry out common tasks, that a programmer can use to improve productivity.
library