Difficulty: Easy
Correct Answer: Correct
Explanation:
Introduction / Context:
The Undo function can instantly reverse recent actions, which is invaluable while drafting, editing, or experimenting with settings. Mastering Undo/Redo accelerates learning and lowers the cost of mistakes, allowing users to iterate confidently on geometry and annotation.
Given Data / Assumptions:
Concept / Approach:
Undo reverses the last operation; Redo reapplies it. In command line terms, the UNDO command also supports options such as Control, Mark, and Back, enabling grouped undos during longer operations. Regardless of interface skin, an accessible Undo control is always present and should be learned early.
Step-by-Step Solution:
1) Locate Undo on the Standard toolbar or Quick Access toolbar.2) Use Ctrl+Z to undo and Ctrl+Y (or Ctrl+Shift+Z) to redo.3) For complex sessions, consider UNDO options (e.g., setting a Mark before a series of edits).4) Combine Undo with object snaps and selection cycling to recover quickly from mis-clicks.
Verification / Alternative check:
Perform a small edit (move a line) and click Undo; the geometry returns to the prior state. The command line will echo the undo operation, confirming expected behavior.
Why Other Options Are Wrong:
“Incorrect” denies both the importance and availability of Undo. “Only available via command line” and “Only in paper space” impose false restrictions. “Partially correct” undervalues the tool’s centrality and availability in multiple UI locations.
Common Pitfalls:
Assuming Undo will revert external references or saved file states; forgetting that some system changes may not be undone across sessions; relying on Undo instead of using versions or backups for major milestones.
Final Answer:
Correct
Discussion & Comments