Which of the following is not true regarding proofing tools?

A) References available on the Research pane include the Encarta Dictionary; English, French, and German Thesauruses, and other resources.
B) When you are completing the project, it is a good idea to use the spelling checker to check the entire document.
C) The Thesaurus pane provides you with alternative word choices.
D) The Research tool enables you to check facts and develop your ideas for the presentation.

A

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. Variable II. Constant III. Data type IV. Declaration V. Scope A. Assigns a name and data type to a variable B. Determines how the data is stored in the computer's memory C. Specifies which program statements can access the value stored D. A programmer-defined name that stores a value E. Stores values that are specified at design time and cannot be changed

Computer Science & Information Technology

Write the statement to declare an ArrayList named myVals with a capacity of 15 items. Explain the importance of capacity when working with an ArrayList.

What will be an ideal response?

Computer Science & Information Technology