The Header & Footer button is located in the:

A) Comments group on the DESIGN tab.
B) Comments group on the INSERT tab.
C) Text group on the DESIGN tab.
D) Text group on the INSERT tab.


B

Computer Science & Information Technology

You might also like to view...

Big O notation describes ________.

a. the amount of memory required by an algorithm. b. the difficulty of writing an algorithm to solve a specific problem. c. an algorithm’s efficiency in terms of the work required to solve a problem. d. the length of an algorithm for solving a specific problem.

Computer Science & Information Technology

Suppose ArrayList x contains two strings [Beijing, Singapore]. Which of the following methods will cause the list to become [Beijing, Chicago, Singapore]?

a. x.add("Chicago") b. x.add(0, "Chicago") c. x.add(1, "Chicago") d. x.add(2, "Chicago")

Computer Science & Information Technology

Gridlines can be added to the top, bottom, or sides of cells to create a group or add meaning

Indicate whether the statement is true or false

Computer Science & Information Technology

A technology used to make a phone call using the data network or the Internet is known by the acronym _______

Fill in the blank(s) with correct word

Computer Science & Information Technology