Topic 1 Flashcards
1
Q
It is used to store a collection of data
A
Array
2
Q
The values are seperated with _____ and enclosed in ______
A
commas and enclose {curly braces}
3
Q
the numbers of values between braces must not exceed the number of the elements declared within the square brackets [ ]
A
Array
4
Q
When declaring it, you list the data type, its name, number of items and square brackets
A
Array
5
Q
Its the array group name
A
Array Name
6
Q
It is assigned to each member of the array allowing the program and the programmer to access the individual values when necessary
A
Index / Subscript
7
Q
It is the item or value inside the array
A
Array element