Programming Ch 9:
Software Topics fully
solved & updated
compiled language - answer language that is
converted to machine code so it can run on a
particular machine
compiler - answer tool used to create compiled
language
interpreted language - answer language run one
statement at a time by another programm
scripting language - answer interpreted language
synonym
interpreter - answer program used to run
interpreter language one statement at a time
, statically typed - answer variable's type must be
declared and cannot change while the program
runs
statically - answer compiled languages are typed
____
dynamically - answer interpreted languages are
typed ___
dynamically typed - answer variable's type may
change while program executes based on what is
assigned to the variable
object - answer consists of internal data plus
operations that can be performed on that data
object-oriented language - answer supports
decomposing programs into objects
markup language - answer allows developer to
describe a document's content, desired formatting,
etc.
HTML (acronym) - answer hyper-test markup
language