1
Programming and scripting languages are translated into this machine-readable form called _______ code.
2
A specialized piece of software that translates programming language into a machine-readable form.
3
____ statement: Gives programming languages the ability to evaluate a specific condition and then perform different actions depending on the result of that evaluation.
4
The line-by-line conversion process that occurs automatically at run time when using a scripting language.
5
Recognized as part of the language definition and cannot be used as a variable; examples are if, else, and return
6
Specialized functions that exist within objects
7
Invisible entities that contain a well-defined set of capabilities
8
The part of a condition statement that separates two tokens; establishes the relationship between the two tokens, such as >, <, or ==.
9
Programming language: Language translated into a machine-readable form by a specialized piece of _____ called a compiler.
10
A user-defined name for a memory location whose value can change over time
11
Specific rules of grammar
12
_____line is A bar located at the bottom of the browser window that displays messages.