AutoCAD AutoCAD Blocks and Symbols 1 — Questions and Answers
Question 1: Which command is used to create a new block definition in AutoCAD?
- BLOCK (Correct answer)
- INSERT
- WBLOCK
- XREF
Correct answer: BLOCK
The BLOCK command opens the Block Definition dialog box, where you define the block's name, base point, and objects.
Question 2: What is the purpose of the BASE POINT when creating a block in AutoCAD?
- It sets the block's color
- It defines the insertion reference point for placing the block (Correct answer)
- It controls the block's layer assignment
- It determines the block's scale factor
Correct answer: It defines the insertion reference point for placing the block
The base point is the reference point used to position the block when it is inserted into a drawing.
Question 3: Which command writes a block or selected objects to an external DWG file?
- BLOCK
- INSERT
- WBLOCK (Correct answer)
- EXPLODE
Correct answer: WBLOCK
WBLOCK (Write Block) saves a block or drawing objects as an independent DWG file that can be shared across drawings.
Question 4: What happens to a block's constituent objects when the EXPLODE command is applied?
- The block is deleted permanently
- The block is converted to an external reference
- The block is broken into its individual component objects (Correct answer)
- The block's attributes are converted to text
Correct answer: The block is broken into its individual component objects
EXPLODE disassembles a block insert into its original component entities, removing the block reference.
Question 5: Which AutoCAD feature allows you to add variable text information to a block, such as part numbers or descriptions?
- Multiline Text
- Block Attributes (Correct answer)
- Fields
- Data Extraction
Correct answer: Block Attributes
Block Attributes are tag-based text objects attached to a block that store variable data like part numbers, descriptions, or costs.
Question 6: In AutoCAD, which palette is used to browse, preview, and insert blocks from libraries?
- Properties Palette
- Tool Palettes
- Design Center (ADCENTER) (Correct answer)
- Sheet Set Manager
Correct answer: Design Center (ADCENTER)
Design Center (ADCENTER) lets you browse, preview, and drag blocks, layers, and other content from external DWG files into your current drawing.
Which command is used to create a new block definition in AutoCAD?