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
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
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
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).
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)