Match the following terms and descriptions related to saving a document and file types:

I. Rich Text Format
II. SkyDrive
III. Compatibility Mode
IV. Save as type
V. Check Compatibility

A. Indication that a file was created in an earlier Word version
B. Drop-down list that enables you to change the file type
C. File type that is easy for most people to read, regardless of the word processing software installed
D. Determines whether Word features will be recognized by earlier Word versions
E. Default location to which files are saved


C, E, A, B, D

Computer Science & Information Technology

You might also like to view...

Suppose an ArrayList list contains {"red", "red", "green"}. What is the list after the following code?

``` String element = "red"; for (int i = 0; i < list.size(); i++) if (list.get(i).equals(element)) { list.remove(element); i--; } ``` a. {"red", "red", "green"} b. {"red", "green"} c. {"green"} d. {}

Computer Science & Information Technology

Use ____ symbols to create smaller animations that play independently of the main animation.

a. movie clip b. elemental c. dynamic d. flip

Computer Science & Information Technology

Condition testing is a control structure testing technique where the criteria used to design test cases is that they

A. rely on basis path testingĀ  B. select test paths based on the locations and uses of variables C. exercise the logical conditions in a program module D. focus on testing the validity of loop constructs

Computer Science & Information Technology

The ____ Tool darkens areas of an image.

a. Curb b. Sharpen c. Burn d. Blend

Computer Science & Information Technology