Using the VLOOKUP function, an exact match lookup occurs when the value entered must match one of the values in _____ of the lookup table.
A. the first column
B. any column
C. the first row
D. any row
Answer: A
You might also like to view...
Assume that the function call operator() is overloaded for data type String in the usual sense of selecting a substring from a larger string. For a String object string1 with the character string "ABCDEFGHI", what string does string1( 4 , 2 ) return?
a. "EF" b. "EFGHI" c. "CDEF" d. "CD" ANS: a.
A _____ shows a logical structure, with all possible combinations of conditions and resulting actions.
A. pseudo table B. database table C. decision table D. validation table
What does the reference super represent?
What will be an ideal response?
Which type of exception is thrown if a call to the new operator fails?
a. ArithmeticError b. DivideByZero c. bad_alloc d. MemoryError