____ properties are associated with all Microsoft Office documents and include author, title, and subject.

A. Automatic
B. Hidden
C. Replacement
D. Standard

Answer: D

Computer Science & Information Technology

You might also like to view...

What is the value of j after the end of the following code segment?

For j As Integer = 1 to 23 lstBox.Items.Add("The counter value is " & j) Next (A) 22 (B) 23 (C) 24 (D) j no longer exists

Computer Science & Information Technology

A catch block is a method that can be called directly and takes an argument that is some type of exception.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology