A comment is indicated by the presence of a ________ in the upper-right corner of a cell
A) red square
B) blue square
C) red triangle
D) blue triangle
Answer: C
You might also like to view...
The MS-DOS routine that allows users to identify, save, and retrieve files by name is the __________.
a. IOCS b. file system c. command processor d. command language
A ____ error can occur for a variety of reasons, such as forgetting to enter an instruction or entering the instructions in the wrong order.
A. syntax B. function C. computer D. logic
To search the names array for the name "Janey" using a binary search, what should the initial value of low be?
``` var low = 0; var N = 200; var high = 0; var key = "Janey"; var index = 0; var found = 0; ``` a. 0 b. N c. Math.round((N+1)/2) d. 99
Excel data can be shared by ____________________ your pages to a web server.
Fill in the blank(s) with the appropriate word(s).