Difficulty: Easy
Correct Answer: Incorrect
Explanation:
Introduction / Context:
This question probes accurate knowledge of how blocks are created in AutoCAD and where the corresponding UI controls normally live. While typing the BLOCK command is universally valid, the dedicated UI for making blocks resides in the Block Definition area (e.g., Home tab > Block panel) or via menus, not strictly on the Draw toolbar in standard configurations.
Given Data / Assumptions:
Concept / Approach:
It is correct that typing BLOCK creates a block. However, specifying that the tool is on the Draw toolbar is misleading as a general rule. Depending on workspace and customization, there may be a Block toolbar, a menu cascade under Draw, or a ribbon panel. The safest, standard description is: use the BLOCK command or the Block Definition controls, not specifically the Draw toolbar button.
Step-by-Step Solution:
1) Type BLOCK (or use Home > Block panel > Create Block).2) Pick objects and a meaningful base point; supply a name.3) Set unit scale, allow/unallow exploding per standards.4) Save and test insert to verify correct behavior.
Verification / Alternative check:
Switch between ribbon and classic workspaces: the BLOCK command remains consistent, while the UI location is under Block panels/menus rather than a generic Draw toolbar button in default setups.
Why Other Options Are Wrong:
“Correct” incorrectly asserts a specific toolbar location as the default. “Only in older LT versions” or “Only via the INSERT dialog” are inaccurate constraints. “Partially correct” still misdirects users to the wrong panel.
Common Pitfalls:
Confusing INSERT (places a block) with BLOCK (creates a block); creating blocks without setting a sensible base point or purge strategy; assuming a single UI layout across all templates.
Final Answer:
Incorrect
Discussion & Comments