A ____ allows you to define which areas of artwork on a single layer are visible, not visible, or partly visible.
A. buffer
B. layer mask
C. style option
D. stencil mask
Answer: B
Computer Science & Information Technology
You might also like to view...
The following is an example of the ________ data type. ProductNum,ProductName,DateShipped,Quantity Shipped 59313,XL Golf Shirts,3/15/13,35 72316,Men's Shoe,2/5/13,10 47423,Head covers,3/6/13,20
A) tab delimited B) space delimited C) comma separated D) font delimited
Computer Science & Information Technology
Answer the following statements true (T) or false (F)
1. A stack is a first-in-first-out data structure. 2. A queue is first-in-first-out data structure. 3. Most applications that use a stack will store a struct or class object on the stack. 4. Placing data on a stack is called popping the stack. 5. Removing data from a stack is called popping the stack.
Computer Science & Information Technology