Multiple Choice
When performing a table lookup,it is a good idea to include validation because _______.
A) when looking for a table it is very likely that the table will not exist
B) the user should be notified if there is no match found in the table
C) validation will add a new element to the table if no match is found
D) it will cause the lookup to perform much faster than without validation
Correct Answer:

Verified
Correct Answer:
Verified
Q40: _ can be used to find a
Q41: How many elements are contained in the
Q42: The following code is valid for creating
Q43: The Structure / End Structure statements may
Q44: The following code is valid: Dim NameString()As
Q45: Write a declaration statement for a SortedList
Q46: The following code is valid for declaring
Q47: Declare an array and specify the number
Q48: A Structure is private by default,but can
Q50: A For Each loop will execute even