The purpose of an explanatory footnote is to ________

A) provide a page number to find additional information about the topic
B) list all the sources on the page
C) define technical terms in the text
D) provide additional information that may not fit well in the context of the document


D

Computer Science & Information Technology

You might also like to view...

To list files on a remote machine, a client

A. can pass the server name to the opendir system call B. must contact a server that lists files

Computer Science & Information Technology

Which statements are most accurate regarding the following classes?

``` class A { private int i; protected int j; } class B extends A { private int k; protected int m; // some methods omitted } ``` a. In the class B, an instance method can only access i, j, k, m. b. In the class B, an instance method can only access j, k, m. c. In the class B, an instance method can only access j, m. d. In the class B, an instance method can only access k, m.

Computer Science & Information Technology

An asterisk next to the filename in the page tab at the top of the Document window indicates that ____.

A. changes have been made to the page since the last time it was saved B. the Web page is not saved in the site's local root folder C. the Web page is saved on a remote site D. the Web page is saved on your local computer

Computer Science & Information Technology

The only difference between using SDM to configure dynamic NAT versus PAT is that in the ____ dialog box, you choose to translate to a single outside interface rather than a pool of addresses.

A. Select Translation Rule B. Add Address Pool C. Address Pool Rule D. Add Address Translation Rule

Computer Science & Information Technology