To change the shapes in the diagram, select all the shapes, and then click the _____ Shape button in the Shapes group on the SmartArt Tools Format tab.
A. Change
B. Edit
C. Transform
D. Redo
Answer: A
Computer Science & Information Technology
You might also like to view...
In the following function, what is passed to the first parameter?
void f1( int& value1, int value2); int x,y; f1(x,y); a. The value of x b. nothing, it is a void function c. the value of y d. the variable x (or its memory location)
Computer Science & Information Technology
Which of the following is an example of a syntax element in a program?
A) statements B) keyword C) prototype D) function
Computer Science & Information Technology
Antivirus software definition files are also known as ____ files.
A. signature B. infection C. document D. defense
Computer Science & Information Technology
How can you use the length field with a two-dimensional array? Show an example two-dimensional array declaration and provide thelengthvalues for the example array.
What will be an ideal response?
Computer Science & Information Technology