When working with SmartArt Graphic types, a ________ shows proportional relationships with the largest component on the top or bottom.

a. Relationship
b. Matrix
c. Pyramid
d. Picture


Ans: c. Pyramid

Computer Science & Information Technology

You might also like to view...

Consider the String below:

String r = "a toyota"; Which of the following will create the String r1 = "a TOYOTa"? a. String r1 = r.replace("toyot", TOYOT"); b. String r1 = r.replace('t','T'); r1 = r.replace('o','0'); r1 = r.replace('y','Y'); c. String r1 = r.replace('t','T').replace('o', '0').replace('y', 'Y'); d. String r1 = r.substring(2, 4).toUpperCase();

Computer Science & Information Technology

Provide a brief summary of the argument against scoring essays by computer.

What will be an ideal response?

Computer Science & Information Technology

What is the name of the tool that will check your code for proper HTML and CSS syntax?

a. SynChecker b. Codelooker c. Validator d. Dreamweaver

Computer Science & Information Technology

Saving the closing lines of a letter is a poor application of creating a Quick Part for later use.

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

Computer Science & Information Technology