In the Save As dialog box, to save a file as a .dotx file, select Word ________ as the Save As type

Fill in the blank(s) with correct word


Template

Computer Science & Information Technology

You might also like to view...

What is the output of the following code segment?

``` int x = 5; if (x = 2) cout << "This is true!" << endl; else cout << "This is false!" << endl; cout << "That's all, folks!" << endl; ``` a. This is true! b. This is false! c. This is false! That's all, folks d. This is true! That's all folks e. This is true! This is false! That's all, folks!

Computer Science & Information Technology

If Battery is a class with a constructor function that takes a single parameter, then this statement b = Battery(c); is equivalent to

a. b = (Battery)c; b. Battery(b, c); c. c = Battery(b); d. Battery(c, b);

Computer Science & Information Technology

The extension name of a Java source code file is

a. .java b. .obj c. .class d. .exe

Computer Science & Information Technology

Of the four action queries, which one would help you track student grades over the past decade?

A) Find duplicates B) Summary C) Find patterns D) Crosstab

Computer Science & Information Technology