Details about the Excel workbook that describe or identify the file, including the title, author name, subject, and keywords that identify the file's topic or contents, are called ________

A) shared information B) documents
C) properties D) identifiers


C

Computer Science & Information Technology

You might also like to view...

Before you can use a structure to store data, you must create a(n) ____________ of the structure in memory.

a. copy b. identity c. instance d. field

Computer Science & Information Technology

Which of the following chart types is used to show data that changes over time?

A. Pie chart B. Line chart C. Bar chart D. Column chart

Computer Science & Information Technology

Java does not use late binding for methods marked as:

(a) final (b) static (c) private (d) all of the above

Computer Science & Information Technology

Assume you have a swap routine in place for doubles. Write a routine calls swap that reverses the entries in an array of doubles. Use this function declaration. void reverse( double a, int size); Carry out your reversal in place, do not make a local copy of the array

What will be an ideal response?

Computer Science & Information Technology