Borders are the lines that divide the columns and rows on a worksheet and define the structure of the worksheet.?
Answer the following statement true (T) or false (F)
False
Gridlines are the lines that divide the columns and rows on a worksheet and define the structure of the worksheet. When a worksheet is printed, the gridlines are not printed unless you specify that they should be. See 14-8: Formatting Cells and Ranges
You might also like to view...
Recursion is memory-intensive because ________.
a) it must occur numerous times before it terminates b) previous function calls are still open when the function calls itself and the arguments of these previous calls still occupy space on the call stack c) many copies of the function code are created d) it requires large data values
Which of the following is not a type of iteration statement in Java?
a. while statement. b. do…while statement. c. for statement. d. loop statement.