Match the following features with their use or definition:
I. endnote
II. footnote
III. outline
IV. bibliography
V. table of contents
A. list of sources in a document
B. placed at the end of a page
C. help readers find specific sections in a document
D. placed at the end of the document
E. helps organize your document
D, B, E, A, C
You might also like to view...
If the working directory is /home/max with a subdirectory named literature, give three sets of commands you can use to create a subdirectory named classics under literature. Also give several sets of commands you can use to remove the classics directory and its contents.
What will be an ideal response?
What is the output after the following loop terminates?
``` int number = 25; int i; boolean isPrime = true; for (i = 2; i < number; i++) { if (number % i == 0) { isPrime = false; break; } } int number = 25; int i; boolean isPrime = true; for (i = 2; i < number; i++) { if (number % i == 0) { isPrime = false; break; } } int number = 25; int i; boolean isPrime = true; for (i = 2; i < number; i++) { if (number % i == 0) { isPrime = false; break; } } System.out.println("i is " + i + " isPrime is " + isPrime); ``` a. i is 5 isPrime is true b. i is 5 isPrime is false c. i is 6 isPrime is true d. i is 6 isPrime is false
To ensure the integrity of records in a table, you should set the required property to Yes for critical fields
Indicate whether the statement is true or false
Begin the Works Cited page at ____ from the top of the page.
A. Default (1)" B. 1.25" C. 1.5" D. 2"