When you ____ an object, you extend the object on its Z-axis.
A. extrude
B. pinch
C. expand
D. shrink
Answer: A
Computer Science & Information Technology
You might also like to view...
List two advantages of a navigation form
What will be an ideal response?
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1) for statements cannot be represented as while statements. 2) Only one control variable may be initialized, incremented or decremented in a for statement header. 3) Modifying the control variable of a for statement in the body can cause errors. 4) The initialization expression, condition and increment expression in a for statement’s header must be separated with commas.
Computer Science & Information Technology