Topic 1 Flashcards

1
Q

It is used to store a collection of data

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

The values are seperated with _____ and enclosed in ______

A

commas and enclose {curly braces}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the numbers of values between braces must not exceed the number of the elements declared within the square brackets [ ]

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When declaring it, you list the data type, its name, number of items and square brackets

A

Array

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Its the array group name

A

Array Name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

It is the item or value inside the array

A

Array element

How well did you know this?
1
Not at all
2
3
4
5
Perfectly