Clicking the ________ button, found in the Proofing group,will display the document statistics which include the number of pages, number of words, paragraphs, lines and characters
A) Character Count B) Page Count C) Word Count D) Paragraph Count
C
You might also like to view...
What does the following statement do?
``` Image puppy = new Image("file:C:\\images\terrier.jpg"); ``` a. It creates an instance of the ImageView class with the terrier.jpg file passed to the constructor. b. It loads an image named "images\terrier.jpg" and stores the image in the Image variable. c. It loads an image file named terrier.jpg which is found in the images folder on the user's C-drive. d. Nothing; it is not possible to include a path to a file when using the Image class.
Before you draw a shape, such as an oval or rectangle, you can specify whether you want the shape to have a stroke, a fill, or both.
Answer the following statement true (T) or false (F)
Which of the following displays when you insert a text box?
A) Text box control B) Design view control C) Section control D) Label control
Which of the following types of attacks come from social engineering tactics?
A. Organization penetration B. Back door C. Cross-site scripting D. Buffer overflows