The Shape Builder tool is designed to help you create new objects by creating new ____ from overlapping objects.
A. open paths
B. closed paths
C. circuits
D. fill paths
Answer: B
You might also like to view...
Which of the following best describes the array name n in the declaration int n[10];?
a. n is a nonconstant pointer to nonconstant data. b. n is a nonconstant pointer to constant data. c. n is a constant pointer to nonconstant data. d. n is a constant pointer to constant data.
What is wrong with this code?
``` int ConvertFtToInches( int ft ) { int inches; inches = ft * 12; }``` A. The function name is invalid. B. You can’t have the variable name in the input argument list. C. There is no returned value. D. It will return the wrong value.
A shape is considered ____________________ if it does not have a fill.
Fill in the blank(s) with the appropriate word(s).
?When a data flow diagram (DFD) is exploded, the higher-level diagram is called the child diagram, and the lower-level diagram is referred to as the parent diagram.
Answer the following statement true (T) or false (F)