Match the following SmartArt categories with their description:

I. Lists
II. Process
III. Cycle
IV. Hierarchy
V. Matrix

A. Shows how parts relate to the whole
B. Shows information that is not sequential
C. Shows organizational structure or decision tree
D. Shows steps that repeat continuously
E. Shows steps in a workflow


B, E, D, C, A

Computer Science & Information Technology

You might also like to view...

Assume the following program declarations for the below questions.

``` float x, y, z; int m, n; void w // function prototype (float&, float&, int); ``` Is the function call w (z*2, y, m); correct? If not, state why not.

Computer Science & Information Technology

The Window object is called the global object.

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

Computer Science & Information Technology

Critical Thinking QuestionsCase 2You have been receiving your podcasts via Web-based podcast services. You now have your own portable media player, and are thinking about client podcast readers. What is a popular client podcast reader? a.Apple iTunesc.Odeob.Audacityd.FeedBurner

What will be an ideal response?

Computer Science & Information Technology

When you code a jQuery selector, you use

a. the JavaScript syntax b. the jQuery syntax c. the CSS syntax d. the HTML syntax

Computer Science & Information Technology