____ help users locate, identify and understand a file.

A. Targets
B. Properties
C. Names
D. Hyperlinks


Answer: B

Computer Science & Information Technology

You might also like to view...

Which loop structure always executes at least once?

a. do-while b. for c. while d. sentinel

Computer Science & Information Technology

Which of the primaries in the HSB color model takes the form of a color wheel?

A. hue B. saturation C. brightness

Computer Science & Information Technology

For each of the following, write a single statement that performs the specified task. Assume that long variables value1 and value2 have been declared and value1 has been initialized to 200000

a) Declare the variable longPtr to be a pointer to an object of type long. b) Assign the address of variable value1 to pointer variable longPtr. c) Display the value of the object pointed to by longPtr. d) Assign the value of the object pointed to by longPtr to variable value2. e) Display the value of value2. f) Display the address of value1. g) Display the address stored in longPtr. Is the address displayed the same as value1’s?

Computer Science & Information Technology

Once a method stops running, their values are gone unless they were saved elsewhere.

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

Computer Science & Information Technology