An Excel window area that displays the value contained in the active cell
A) Name Box B) Workbook C) Formula bar
C
You might also like to view...
A ________ determines whether a field contains an integer value in an acceptable range.
a. f:validateDoubleRange. b. f:validateLength. c. f:validateLongRange. d. None of the above.
The status of protocol up indicates (select all that apply)
a. Keepalive packets are being exchanged b. the Ethernet interface is connected to another networking device c. the routing protocol has been configured d. the router is ready to be configured
When you create an array using the following statement, the element values are automatically initialized to 0. int[][] matrix = new int[5][5];
a. True b. False
The regular expression pattern for a character class is _____.
A. *chars* B. [chars] C. (chars) D. /chars/