To increase the readability of the document it would be helpful to ________ the panes on the spreadsheet
A) freeze
B) lock
C) scroll
D) swipe
A
You might also like to view...
When used by itself, ________ causes a file's contents to be deleted if the file already exists.
A) ios:app B) ios::in C) ios::out D) All of the above E) None of the above
To set the border color, the code border-color: value; should be used, and the value can be any of the following EXCEPT ____.
A. an RGB color B. a named color C. a hexadecimal color value D. a CMYK color mode
A cell without content is referred to as a(n):
A) blank cell. B) null cell. C) invisible cell. D) empty cell.
Which statement is false?
a) Both recursion and iteration are based on a control statement. b) Both iteration and recursion involve iteration. c) Iteration with sentinel-controlled iteration and recursion each gradually approach termination. d) Both iteration and recursion can occur infinitely.