………is used to store temporary data by programmers.
a) Addressed Location
b) Variable
c) Pointer
d) RAM
………determines the type of data stored in a variable.
a) Function type
b) Info Type
c) Variable type
d) Data Type
……… is the universal coding scheme for characters.
a) ASCII
b) Unicode
c) Binary
d) EBCDIC
”dblMy Age “what is the problem with this variable name?
a) Starts with uppercase character
b) Contains uppercase characters
c) Contains a space
d) Contains reserved word dbl
Declaring a variable tell the computer to allocate a memory space that can be accessed by the variable name. The size of the memory space depends on?
a) Length of variable name
b) Data type of the variable
c) Location of variable in program
d) Size of memory in computer
……data type can store any type of data.
a) Object
b) Universal
c) DataType
d) Common