InDesign names duplicated layers with the same name as the layer that was used to create the duplicate followed by the word ____.
A. duplicate
B. mimic
C. copy
D. extra
Answer: C
You might also like to view...
Explain why a static method cannot refer to an instance variable.
What will be an ideal response?
Briefly describe the three blending options.
What will be an ideal response?
____ is used to create smaller segments for security purposes.
A. CSMA/CA B. CSMA/CD C. Ethernet D. Segmentation
Case-Based Critical Thinking Questions ? Case 13-4 ? Edward wants to use object-based programming to create objects that belong to a specifictype or class with shared properties and methods. Once the constructor function for the object class is defined, instances of the object are created with the _____ command.
A. var objInstance = new objClass(parameters); B. var objInstance = objClass(obj); C. objInstance = new objClass(var); D. var objInstance = objClass