Introducrion To Variables Flashcards
1
Q
Ram
A
Random access memory
2
Q
Value
A
Single piece of data stored in memory
3
Q
Object
A
Region of storage that has a value and other properties
4
Q
Variable
A
A named object
5
Q
Identifier
A
The name of the object
6
Q
Instantation
A
Creating an object and assigning memmory address
7
Q
Instance
A
Instantiated object
8
Q
Data type
A
Type of value a variable will store
9
Q
Integer
A
A number without a fractional component
10
Q
Defining multiple variables
A
In a single statement by seperating the names with a comma when they are of the same type
11
Q
Definition
A
Declaratin statement that is used to create variable