Match each item with a statement below.
A. Text that appears in the bottom margin of a page.
B. Comment that appears at the bottom of a document page.
C. Listing of detailed source information for citations in the document.
D. Text that appears in the top margin of a page.
E. A reference to a source that usually includes the author's name and page number of the referenced material.
A. footer
B. footnote
C. bibliography
D. header
E. citation
You might also like to view...
When the button at the bottom of the Tools panel in the accompanying figure is not selected, you are in ____ mode.
a. object drawing b. destructive c. selection d. merge
should be used to prefix all TextBox names.
a) txt b) tbx c) Frm d) tbn
The result of =CONCATENATE("12", "34") is ________
A) 45 B) 22 C) 1234 D) #NUM!
Case-Based Critical Thinking Questions ? Case 13-3 ? Thomas wants to create a custom object using thenewoperator. He applies the following commands: var objName = new Object(); object.property = value; object.method = function() { commands }; What limitation can Thomas face while creating a custom object using thenewoperator?
A. He cannot use nested functions. B. He cannot use prototype chains. C. He cannot reuse the object. D. He cannot use afor…inloop.