The options for adding headers, footers, and page numbers are on the ____ tab.

A. PAGE LAYOUT
B. INSERT
C. HOME
D. FILE


Answer: B

Computer Science & Information Technology

You might also like to view...

A ternary tree is like a binary tree, except each node may have up to three successors. Write a TNode class that can be used to represent a ternary tree. Define a notion of preorder and postorder traversal for ternary trees, and write methods void postorder(TNode tree) and void preorder(TNode tree) that implements your notion of those traversals.

What will be an ideal response?

Computer Science & Information Technology

An AMD system that has four processors and two GPUs would be advertised as having four compute cores

Indicate whether the statement is true or false

Computer Science & Information Technology

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

1. The math function atan(x) returns one tangent of x in radians. 2. A hierarchy chart shows all the steps that are taken inside a function 3. A local variable can be accessed from anywhere in the program. 4. Different functions can have local variables with the same names. 5. Unfortunately, there is no way to store and call on functions when using turtle graphics.

Computer Science & Information Technology

In Outlook, mail management is primarily handled through the ____________________.

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

Computer Science & Information Technology