Definitions

Important definitions to know when working with names, bindings, and scopes

download Export
search_insights Statistics
stylus_note White Board
Quran
calculate Calculator
dictionary Dictionary
fullscreen Full Screen

QUESTION OF
Views #: 550
Questions #: 10
Pass Score: 80.0%
Style
Mode

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

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

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

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

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

1 pts
Missing
note_alt Add notes
flag Flag

Correct Answer

Explanation

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

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

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

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Variables are called _____ if they access the same memory location

1 pts
Missing
note_alt Add notes
flag Flag

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

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

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

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

The address of a variable is sometimes called its _______

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

A variable’s value is sometimes called its _______

1 pts
volume_mute
note_alt Add notes
flag Flag

Correct Answer

Explanation

Keywords
Year 10