To print a document file name in the footer of the document, use the ________ button to insert a field
A) Insert Field B) Add Field C) Edit Header D) Quick Parts
D
You might also like to view...
What is the problem if a user leaves the computer power on over a weekend and now there is some discoloration on the screen?
A) Failing backlight B) Burn in C) Refresh settings D) Horizontal pitch
Which of the following statements is false?
a) Typically resource-release code should be placed in a finally block to ensure that a resource is released, regardless of whether there were exceptions when the resource was used in the corresponding try block. b) The using statement simplifies writing code in which you obtain a resource, use the resource in a try block and release the resource in a corresponding finally block. c) A file-processing app could process a file with a using statement to ensure that the file is closed properly when it’s no longer needed. d) The resource in a using statement must be an object that implements the IDiscardable interface.