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

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology

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

Computer Science & Information Technology

Excel data can be shared by ____________________ your pages to a web server.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology