A(n) ________ function is used to look up a value in a column to the left of the data you want to find, and then return data that is associated with that value
Fill in the blank(s) with the appropriate word(s).
Answer: VLOOKUP
Computer Science & Information Technology
You might also like to view...
Given the following address table, which port would be used to forward a frame destined for 0200.2222.2222?
Vlan Mac Address Type Ports ---- ----------- -------- ----- 1 0200.1111.1111 DYNAMIC Fa0/1 1 0200.2222.2222 DYNAMIC Fa0/2 1 0200.3333.3333 DYNAMIC Fa0/3 1 0200.4444.4444 DYNAMIC Fa0/4 A) Fa0/1 B) Fa0/2 C) Fa0/3 D) Fa0/4
Computer Science & Information Technology
Which of the following is required in a recursive function?
a) Exactly one recursive call and exactly one stopping case. b) Calls to functions other than itself. c) One or more stopping cases after a sequence of calls to one or more recursive cases. d) A static local variable. e) One or more stopping cases that are guaranteed to be reached.
Computer Science & Information Technology