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
You might also like to view...
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 ```
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).
A Text pane is associated with a:
A) SmartArt graphic. B) table. C) Clip Art image. D) chart.
Image editors are used to create and edit vector images.
Answer the following statement true (T) or false (F)