Review Game Zone
Games
Test
Preview
Back
Match it!
Match it! Select the correct answer from the pull down...Good luck!
What is a “container” that holds more than one value?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What is each value in an array?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What happens if Kim creates an array of her friends’ names, then ReDim’s the array without the keyword Preserve?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What is the keyword to keep existing values in an array?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
How do you pass an array to a sub?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What is a dynamic array?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What is a number that indicates the position of an element in an array?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
What is two arrays that are related by the index positions?
Index
parallel arrays
array
element
Preserve
Loses existing values.
Call subName(ArrayName)
You can re-declare and keep an array so that you can change the size
Check it!