As documents that exceed one page are typed, Word automatically inserts page breaks like those in the accompanying figure, called ____________________, when it determines the text has filled one page according to paper size, margin settings, line spacing, and other settings.

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


soft page breaks

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) The LinkedList class is a singly linked list. b) The LinkedList class’s enumerator loops over the values of the nodes, not the nodes themselves. c) One LinkedListNode cannot be a member of more than one LinkedList. d) Method Find performs a linear search on the list and returns the first node that contains a value equal to the passed argument.

Computer Science & Information Technology

Roland suspects that a block of code he has written could generate a bunch of exceptions, and he just doesn’t want to deal with it. Here is how he ended up handling it. What does this do? Is it a good idea?

``` try { // lots of lines of code } catch ( Exception e ) { // do nothing } ```

Computer Science & Information Technology

What is remote code execution?

What will be an ideal response?

Computer Science & Information Technology

A(n) event occurs before the Form is displayed.

a) LoadForm b) InitializeForm c) Load d) FormLoad

Computer Science & Information Technology