ACA Layer Management and Object Properties 1 — Questions and Answers
Question 1: Which command opens the Layer Properties Manager in AutoCAD?
- LAYER (Correct answer)
- LTSCALE
- PROPERTIES
- LAYERSTATE
Correct answer: LAYER
The LAYER command (or LA) opens the Layer Properties Manager where you can create, modify, and manage all layer settings.
Question 2: What is the key difference between turning a layer OFF versus FREEZING it?
- Frozen layers are excluded from regeneration, saving processing time; Off layers are invisible but still regenerated (Correct answer)
- Off layers cannot be printed; frozen layers can still be printed
- Frozen layers can be made current; Off layers cannot
- There is no practical difference between Off and Frozen in modern AutoCAD
Correct answer: Frozen layers are excluded from regeneration, saving processing time; Off layers are invisible but still regenerated
Frozen layers are excluded from drawing regeneration (REGEN), improving performance on large drawings, while Off layers are just hidden but still processed during regeneration.
Question 3: What is the special role of Layer 0 in AutoCAD?
- It is the only layer that can contain text objects
- Blocks inserted while on Layer 0 inherit the current layer's properties when placed (Correct answer)
- It is reserved for title block geometry and cannot be modified
- It automatically locks when a drawing is saved
Correct answer: Blocks inserted while on Layer 0 inherit the current layer's properties when placed
Layer 0 is special because objects drawn on it that are included in a block definition will adopt the inserting layer's color, linetype, and lineweight when the block is placed.
Question 4: What does the LTSCALE system variable control?
- The scale factor applied to all non-continuous linetypes globally in the drawing (Correct answer)
- The line thickness of all objects on the current layer
- The zoom scale of the current viewport
- The ratio between paper space and model space units
Correct answer: The scale factor applied to all non-continuous linetypes globally in the drawing
LTSCALE sets a global scale factor for the appearance of all dashed and dotted linetypes throughout the entire drawing.
Question 5: Which layer property must be disabled to prevent objects on that layer from appearing on a printed sheet?
- Visible
- Frozen
- Plot (Correct answer)
- Lock
Correct answer: Plot
Turning off the Plot property for a layer makes its objects invisible on printed output while keeping them visible on screen, useful for construction geometry.
Question 6: What does LOCKING a layer in AutoCAD prevent?
- The layer from being turned off or frozen by other users
- Objects on the layer from being selected, edited, or deleted (Correct answer)
- New objects from being created on that layer
- The layer from appearing in viewports
Correct answer: Objects on the layer from being selected, edited, or deleted
Locking a layer prevents any objects residing on it from being selected or modified, while they remain fully visible and printable.
Question 7: When an object's color property is set to 'ByLayer', what determines its displayed color?
- The color assigned to the object when it was first created
- The color property set on the layer the object currently resides on (Correct answer)
- AutoCAD's default black or white depending on background
- The color of the last object drawn in that session
Correct answer: The color property set on the layer the object currently resides on
Setting color to ByLayer means the object inherits and displays whatever color is assigned to the layer it belongs to, making layer-level color management work correctly.
Which command opens the Layer Properties Manager in AutoCAD?