____ enters text based on patterns it finds in the data.
A. AutoComplete
B. Flash Fill
C. AutoFit
D. Fill
Answer: B
You might also like to view...
A navigation device that transfers packets of data between two or more networks is called a ________
A) router B) node C) packet D) server
What displays in the message dialog when each of the following JavaScript statements is performed? Assume x = 2 and y = 3.
a) ``` window.alert( "x = " + x ); ``` b) ``` window.alert( "The value of x + x is " + ( x + x ) ); ``` c) ``` window.alert( "x =" ); ``` d) ``` window.alert( ( x + y ) + " = " + ( y + x ) ); ```
An Excel 2007 template will be saved to disk with the extension of:
A) xltx. B) xlsx. C) xlt. D) xls.
You can use a one-dimensional array's ________ property to determine the number of elements in the array.
A. ElementNumber B. ElementLength C. Length D. StringSize