Identify the letter of the choice that best matches the phrase or definition.

A. A command located on the Protect Document button menu
B. Where you can change the default save location
C. Where you can select the type of editing to allow in a document
D. Button that allows you to access existing templates
E. An option in the Save As dialog box where you can choose to save a document as a template


A. Encrypt with Password
B. Word Options dialog box
C. Restrict Formatting and Editing task pane
D. Sample templates button
E. Save as type list arrow

Computer Science & Information Technology

You might also like to view...

Which of the following is a goal of dividing a Web site into a series of Web pages?

A) improve the ease of maintaining the Web site B) improve the collection of Web metrics C) improve tracking of page movement by the customer D) improve the revenue obtained by page marketing

Computer Science & Information Technology

What does the following program segment do?

``` for (unsigned int i{1}; i <= 5; i++) { for (unsigned int j{1}; j <= 3; j++) { for (unsigned int k{1}; k <= 4; k++) { cout << '*'; } cout << endl; } cout << endl; } ```

Computer Science & Information Technology

Because a wireless signal can only be transmitted for several hundred feet, multiple APs are used to provide "cells" or areas of coverage.

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

Computer Science & Information Technology

Which of the following is a reason security professionals can use a packet sniffer for?

a. To plan a DoS attack b. To capture user names and passwords c. To check if the encryption used is strong enough d. To capture sensitive documents

Computer Science & Information Technology