Explain what the Word Count dialog box is and what it contains.
What will be an ideal response?
The Word Count dialog box lists the number of pages, words, characters, paragraphs, and lines included in the selected text. The status bar also displays the number of words included in the selected text and the total number of words in the entire document. If you want to view the page, character, paragraph, and line count for the entire document, make sure nothing is selected in your document, and then click Word Count in the Proofing group.
You might also like to view...
A multihomed customer has which of the following?
a. A single Internet connection b. More than one Internet connection c. Static routes d. None of these answers is correct.
How many and what kind of variables (primitive or object) are created in the code below?
> World worldObj = new World(); // worldObj is an object variable > Turtle turtle1 = new Turtle(worldObj); // turtle1 is an object variable > turtle1.forward(30); > Turtle turtle2 = new Turtle(worldObj); // turtle2 is an object variable > turtle2.turnRight(); > turtle2.forward(30);
The ________ gallery displays adjustments that you can apply to a video to improve color and visibility
A) WordArt B) Brightness and Contrast C) Themes D) Layout
When working with a red-black tree, splitting nodes involves color pointer changes, called rotations. What does this do to the tree?
a. shorten the tree b. lengthen the tree c. keeps it the same length d. reverses the tree