Match the following terms to their meanings:

I. Variable
II. Constant
III. Data type
IV. Declaration
V. Scope

A. Assigns a name and data type to a variable
B. Determines how the data is stored in the computer's memory
C. Specifies which program statements can access the value stored
D. A programmer-defined name that stores a value
E. Stores values that are specified at design time and cannot be changed

D, E, B, A, C

Computer Science & Information Technology

You might also like to view...

Which cable type would use a mini-DIN?

A) Network B) Audio C) Modem D) PS/2

Computer Science & Information Technology

Which of the following statements is false?

a. When an Activity is shut down, its onDestroy method is called, which in turn calls the onDestroy methods of all the Fragments hosted by the Activity. b. We used the onDestroy method in the MainActivityFragment to release the CannonView’s sound resources. c. Method onDestroy is guaranteed to be called, so it can be used to release re-sources and to save critical data. d. The Android documentation recommends that you save data in methods onPause or onSaveInstanceState.

Computer Science & Information Technology