Providing information about the source, author, and creation date of an OpenOffice Calc spreadsheet is known as ________

A) conditional formatting

B) documenting

C) citing

D) overtyping


B

Computer Science & Information Technology

You might also like to view...

Which statement creates a random value from the sequence 2, 5, 8, 11 and 14. Suppose randomNumbers is a SecureRandom object.

a. 2 + 5 * randomNumbers.nextInt(3); b. 3 + 2 * randomNumbers.nextInt(5); c. 5 + 3 * randomNumbers.nextInt(2); d. 2 + 3 * randomNumbers.nextInt(5);

Computer Science & Information Technology

The flowchart shape for input or output is an oval

Indicate whether the statement is true or false

Computer Science & Information Technology

To use a method to its full potential, you must know the method name, return type, type and number of arguments required, and type and number of exceptions the method throws.

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

Computer Science & Information Technology

A(n) ____ indicates where in the text block the next character will appear in the text block when typed.

A. mask B. insertion point C. Free Transform D. Lasso

Computer Science & Information Technology