Programming- Handling Data- Arrays Flashcards
1
Q
Array
A
A block of variables of the same type using a single name and an index value.
2
Q
Index
A
An integer value that identifies and is used to locate a
particular element within an array.
3
Q
Integer
A
Whole number values, positive or negative.
4
Q
Variable
A
Name used to identify a value in memory that can
change during the execution of the program.