The _________ section break inserts a section break without starting a new page.?
A. Continuous
B. Even Page
C. Odd Page
D. Periodic

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


Continuous

Rationale: The Continuous section break inserts a section break without starting a new page. To divide
a document into multiple sections, you insert a section break. See 12-3: Dividing a Document into Sections

Computer Science & Information Technology

You might also like to view...

A(n) __________ __________ is used to exchange values of two elements.

Fill in the blank(s) with correct word

Computer Science & Information Technology

Find the error in each of the following program segments and correct the error:

a) #include ; b) arraySize = 10; // arraySize was declared const c) Assume that int b[ 10 ] = {}; for ( int i = 0; i <= 10; i++ ) b[ i ] = 1; d) Assume that int a[ 2 ][ 2 ] = { { 1, 2 }, { 3, 4 } }; a[ 1, 1 ] = 5;

Computer Science & Information Technology

Match the following terms to their meanings:

I. Data validation rule II. Error alert III. Macro IV. Protect sheet V. Shared workbook A. Data validation message indicating that invalid data has been entered B. Places a restriction on the types of data that can be entered into cells C. Stored set of instructions to automate a task D. Prevents unauthorized users from making changes to a worksheet E. Workbook in which multiple users can make changes at the same time

Computer Science & Information Technology

A(n) _____ presentation shows an audience how something works or educates them on how to perform a task.

A. persuasive B. informative C. training D. balanced

Computer Science & Information Technology