Definitions

Important definitions to know when working with names, bindings, and scopes
👁 331
statistics
calculate
Questions #: 10
Time:
Pass Score: 80.0%
Style
Mode

A ______ is a word of a programming language that is special only in certain contexts.

Missing
POINTS (1)

Correct Answer

Explanation

A ____ _____ is a special word of a programming language that cannot be used as a name.

Missing
POINTS (1)

Correct Answer

Explanation

A string of characters used to identify some entity in a program

Missing
POINTS (1)

Correct Answer

Explanation

A notation in which all of the words of a multiple-word name except the first are capitalized, as in myStack

POINTS (1)

Correct Answer

Explanation

Programming languages that differentiate between name based on upper and lower case letters are called

POINTS (1)

Correct Answer

Explanation

Variables are called _____ if they access the same memory location

Missing
POINTS (1)

Correct Answer

Explanation

The ______ of a variable determines the range of values the variable can store and the set of operations that are defined for values

POINTS (1)

Correct Answer

Explanation

The _____ of a variable is the contents of the memory cell or cells associated with the variable

POINTS (1)

Correct Answer

Explanation

The address of a variable is sometimes called its _______

POINTS (1)

Correct Answer

Explanation

A variable’s value is sometimes called its _______

POINTS (1)

Correct Answer

Explanation

Views:
Trials:
Avg score:
0
sin cos tan
sin-1 cos-1 tan-1 π e
xy x3 x2 ex 10x
y√x 3√x √x ln log
( ) 1/x % n!
7 8 9 + MS
4 5 6 M+
1 2 3 × M-
0 . EXP ÷ MR
± RND C = MC

Document Actions