When the insertion point is in the footer, a Header & Footer Tools ________ contextual tab appears on the right side of the ribbon

A) Design
B) Format
C) Layout
D) Edit


A

Computer Science & Information Technology

You might also like to view...

Digital encryption is

a. only used for passwords b. easily broken by computer experts c. the use of math to make communication unreadable to snoops d. all of the above

Computer Science & Information Technology

How many times will the following code print "Welcome to Java"?

``` int count = 0; do { System.out.println("Welcome to Java"); } while (++count < 10); ``` a. 8 b. 9 c. 10 d. 11 e. 0

Computer Science & Information Technology

The three principles that guide the design of a memory hierarchy and the supporting memory management hardware and software are locality, inclusion, and __________ .

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

Computer Science & Information Technology

When you are working with complex artwork, keeping track of all the items on the artboard can become a challenge.

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

Computer Science & Information Technology