To create a SmartArt graphic, click the ____ tab, and then, in the Illustrations group, click theSmartArt button.

A. Insert
B. Format
C. View
D. Page Layout


Answer: A

Computer Science & Information Technology

You might also like to view...

What should you do if the graphical installer does not work?

What will be an ideal response?

Computer Science & Information Technology

Show the printout of the following code:

``` #include using namespace std; void xFunction(int i) { int num = 1; for (int j = 1; j <= i; j++) { cout << num << " "; num *= 3; } cout << endl; } int main() { int i = 1; while (i <= 5) { xFunction(i); i++; } return 0; } } ```

Computer Science & Information Technology

The most popular database query language is ______.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

When any cell in the field is activated, the ________ of the field will appear in the status bar

Fill in the blank(s) with correct word

Computer Science & Information Technology