Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Visual Basic
Quiz 9: Arrays
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
You use the ____ method to sort the elements in a one-dimensional array in ascending order.
Question 22
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -An array variable
Question 23
Multiple Choice
A variable declared in the For Each clause of the For Each...Next statement has ____ scope.
Question 24
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -Can be visualized as a table of variables
Question 25
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -Assign the initial values to an array
Question 26
Multiple Choice
Each element in a two-dimensional array is identified by ____ subscript(s) .
Question 27
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -Used to declare a procedure-level array
Question 28
Multiple Choice
A ____ is used to separate the row subscript from the column subscript in a two-dimensional array.
Question 29
Multiple Choice
You can visualize a one-dimensional array as a ____.
Question 30
Short Answer
You use the ____________________ property to determine the number of elements stored in an array.
Question 31
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -Assigned by the computer when an array is created in internal memory
Question 32
Short Answer
Variables initialized to the ____________________ keyword contain no data at all.
Question 33
Short Answer
Programmers often associate the values in an array with a collection of items in a(n) ____________________.
Question 34
Short Answer
You can use the ____________________ statement to code a loop whose instructions you want processed for each element in a group.
Question 35
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -Used to declare a class-level array
Question 36
Short Answer
Match each item with a statement below. a.Dim f.two-dimensional array b.simple variable g.Private c.populate h.one-dimensional array d.element i.array e.subscript -A group of variables that have the same name and data type and are related in some way