____ is another term for document properties.
A. Metadata
B. Key terms
C. Enhanced text
D. Indices
Answer: A
You might also like to view...
What exception type does the following program throw?
``` public class Test { public static void main(String[] args) { int[] list = new int[5]; System.out.println(list[5]); } }``` a. ArithmeticException b. ArrayIndexOutOfBoundsException c. StringIndexOutOfBoundsException d. ClassCastException e. No exception
Click the ________ button to advance through changes in a document, one a time
Fill in the blank(s) with correct word
Filenames can be no more than 25 characters, including spaces, and can include letters, numbers, and certain symbols.
Answer the following statement true (T) or false (F)
What are the two fundamental operations of a queue?
A. insert, push B. insert, pop C. push, add D. add, pop