The Header & Footer button is located on the ________ tab of the Ribbon

A) Home B) Insert C) Page Layout D) View


B

Computer Science & Information Technology

You might also like to view...

At one time, the technology that brought the greatest amount of multimedia to the classroom was the:

a. Beta videotape b. DVD c. SmartMedia card d. Broadband connection e. Laserdisc

Computer Science & Information Technology

Regardless of the size of the computer, most operating systems provide similar functions.

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

Computer Science & Information Technology

In the __init__ method for the ArrayListIterator class, what is the missing code? def __init__(self, backingStore): self.backingStore = backingStore self.modCount = backingStore.getModCount()

A. self.first() B. self.last() C. self.next() D. self.previous()

Computer Science & Information Technology

Suppose x=10 and y=10 . What is x after evaluating the expression (y > 10) && (x-- > 10)?

a. 9 b. 10 c. 11

Computer Science & Information Technology