What is a “container” that holds more than one value?
What is each value in an array?
What is a number that indicates the position of an element in an array?
What is two arrays that are related by the index positions?
What is the keyword to re-declare an array?
What is the keyword to keep existing values in an array?
What is the index of the first item in an array?
What does the Length property of an array do?
A Dim statement declaring an array called strNames that has 4 String elements is:
In the statement Dim strNames(4) As String, how many elements are automatically initialized?
What is a dynamic array?
What is a linear search?
How do you pass an array to a sub?
What happens if Kim creates an array of her friends’ names, then ReDim’s the array without the keyword Preserve?
How do you write a declaration for an array named intAges that initially stores 14, 16, 17, 15, and 18?
Teachers: Create FREE classroom games with your questions Click for more info!
©2007-2024 Review Game Zone | About | Privacy | Contact | Terms | Site Map
©2007-2024 Review Game Zone | About | Privacy | Contact | Terms | Site Map