Identify the letter of the choice that best matches the phrase or definition.
a. object drawing
b. merge
c. stacking order
d. gradient
e. layer
f. stroke
g. shapes
h. drawing objects
i. layer folder
j. fill
1. A blending of colors into each other
2. Drawing mode in which you can create complex shapes by combining simpler shapes
3. Drawing mode when you want to overlap objects without altering them
4. Items drawn in merge mode
5. Items drawn in object drawing mode
6. The outline of a rectangle
7. The inside of a rectangle
8. A container within a Flash document
9. A container that stores multiple layers
10. Changing this allows you to control which shape appears on top on a layer
1. D gradient
2. B merge
3. A object drawing
4. G shapes
5. H drawing objects
6. F stroke
7. J fill
8. E layer
9. I layer folder
10. C stacking order
You might also like to view...
Suppose the following code is embedded in an otherwise correct and complete program. Answer below the question about what version of f()is called in g().
``` void f(); //in the global namespace namespace A { void f(); void g() { f(); //Does this call A::f()? Or the global f()? ``` a) The call is to the global f(); b) The call is to the namespace A version of f(), i.e., A::f(); c) There is an error. There is a conflict between the namespace f() and the global f(), so there is no call made at all d) There are other errors that prevent the code from running.
Project 2010 uses ____________________ to define how data will be imported and exported.
Fill in the blank(s) with the appropriate word(s).
Tab settings can be changed by pressing the Tab key
Indicate whether the statement is true or false
Technology that enables you to create a tunnel from one network device to another over the Internet is
A) VPN B) Phishing C) Encryption D) WEP