What provides information about a file such as its author, the date the file was last changed, and any descriptive tags?

a. index
b. properties
c. extension


b. properties

Computer Science & Information Technology

You might also like to view...

Which of the following statements about the Continue statement is true?

a. The Continue statement is used to exit a repetition statement early and continue execution after the loop. b. The Continue statement is used to continue after a Select…Case statement. c. The Continue statement does not alter the flow of control. d. A Continue statement proceeds with the next iteration of the immediately enclosing repetition statement.

Computer Science & Information Technology

What type of file compression is most commonly used in Linux distributions, such as CentOS 7?

A. zip B. archive C. gzip D. script

Computer Science & Information Technology

Modify Exercise 21.5 to have an image follow the mouse as the user moves the mouse over the Web page.

What will be an ideal response?

Computer Science & Information Technology

The method sendKeys() can not be called from within a test that is annotated with

1. @UiThreadTest 2. @LargeTest 3. @SmallTest 4. @MediumTest

Computer Science & Information Technology