Which of the following is FALSE about headers and footers in Word 2013?

A) A document cannot display both a header and footer
B) When you edit header or footer text, it is automatically changed on all pages
C) A document may display a header but not a footer, and vice versa
D) Both a header and a footer can contain fields


A

Computer Science & Information Technology

You might also like to view...

You can use the ____________________ tab to refine your search by specifying a name or phone number, for example.

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

Computer Science & Information Technology

A Text pane is associated with a:

A) SmartArt graphic. B) table. C) Clip Art image. D) chart.

Computer Science & Information Technology

Image editors are used to create and edit vector images.

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

Computer Science & Information Technology

Suppose you want to verify that the user has entered a value into a text box named txtInput. Which of the following code segments responds with an appropriate message if the user does not enter a value?

a.``` If txtInput.text <> "" Then lblStatus.Text = “No data has been entered” End If ``` b.``` If txtInput.Text = " " Then lblStatus.Text = “No data has been entered” End If ``` c.``` If txtInput <> String.Empty Then lblStatus.Text = “No data has been entered” End If ``` d.``` If txtInput.Text = String.Empty Then lblStatus.Text = “No data has been entered” End If ```

Computer Science & Information Technology