The ________ dialog box provides the number of pages, words, characters and paragraphs in a documents

A) Properties
B) Readability Statistics
C) Language
D) Word Count


D

Computer Science & Information Technology

You might also like to view...

Which of the following statements about creating arrays and initializing their elements is false?

a. The new keyword should be used to create an array. b. When an array is created with operator new, the number of elements must be placed in square brackets following the type of element being stored. c. The elements of an array of integers have a value of null before they are initialized. d. A for loop is commonly used to set the values of the elements of an array.

Computer Science & Information Technology

Answer the following questions true (T) or false (F)

1. It is preferable to separate implementation and specification in software. Hence, it is preferable to place a template class definition in a “header” file, the template implementation of the member functions in an implementation file. The implementation should be compiled separately and linked to the application. 2. Templates allow only parameterized types for class templates

Computer Science & Information Technology

A technician is called out to look at a Windows Vista machine that has been exhibiting some strange behavior since the user was given administrative control last month. After troubleshooting, the issues are not resolved. Which of the following would be the EASIEST way for the technician to get the machine into the last known good state?

A. Do a system restore to the day before the user was given administrative control. B. Upon boot hit the F8 key and have the computer boot to the Last Known Good Configuration. C. Reboot with the ERD and have it repair the Windows Vista installation. D. Rebuild the machine from an OEM disk.

Computer Science & Information Technology

An assistant systems analyst reports the following findings of an investigation of slow Internet connections in a remote office to the senior systems analyst: Which of the following devices is causing the issue?

A. Router B. Firewall C. Switch 1 D. Switch 2

Computer Science & Information Technology