Which of the following is a document properties statistic automatically tracked by Word?

A) Number of inserted objects in the document
B) Number of revisions to the document
C) Changes in the number of pages
D) Number of incorrectly spelled words

B

Computer Science & Information Technology

You might also like to view...

If nameList is a JList component, use the following statement to display 4 rows in nameList.

A) nameList.setRowCount(4); B) nameList.setDisplayRowCount(4); C) nameList.setShowRowCount(4); D) nameList.setVisibleRowCount(4);

Computer Science & Information Technology

The standard error stream is represented by ____ in C and C++.

a. cin b. cout c. cerr d. clog

Computer Science & Information Technology