Multiple Choice
What is the best way to describe the following array? Dim decCars (5, 10, 2) As Decimal
A) it is a 100 element array
B) it contains 5 sets of 10 rows, each containing 2 parts
C) it contains 5 rows with 10 columns, each with 2 sections
D) it contains 6 sets of 11 rows, each containing 3 columns
Correct Answer:

Verified
Correct Answer:
Verified
Q16: What value should be placed in a
Q17: Assume that an integer array named intValues
Q18: The following statements apply to a Timer
Q19: What task is accomplished by the following
Q20: Which of the following code segments sets
Q22: Due to their similarities, it's easy to
Q23: Which of the following code segments will
Q24: The lowest possible subscript of an array
Q25: In Visual Basic you can use the
Q26: Procedures can be written to handle arrays