After a worksheet has been displayed in Page Layout view, page breaks are indicated by ________ in Normal view

Fill in the blank(s) with correct word

dotted lines

Computer Science & Information Technology

You might also like to view...

Which of the following is a computer program that seems to perform one function while actually doing something else?

A. spyware B. virus C. Trojan horse D. computer worm

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

a) The default case is required in the switch selection statement. b) The break statement is required in the last case of a switch selection statement. c) The expression ((x > y) && (a < b)) is true if either x > y is true or a < b is true. d) An expression containing the || operator is true if either or both of its operands are true. e) The comma (,) formatting flag in a format specifier (e.g., %,20.2f) indicates that a value should be output with a grouping separator.

Computer Science & Information Technology