____ is another term for document properties.

A. Metadata
B. Key terms
C. Enhanced text
D. Indices


Answer: A

Computer Science & Information Technology

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

Computer Science & Information Technology

Click the ________ button to advance through changes in a document, one a time

Fill in the blank(s) with correct word

Computer Science & Information Technology

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)

Computer Science & Information Technology

What are the two fundamental operations of a queue?

A. insert, push B. insert, pop C. push, add D. add, pop

Computer Science & Information Technology