All questions
Question 1
After importing consultant geometry, a technician uses Zoom Extents. The floor plan becomes a tiny cluster near one edge of the drawing. Zooming into the floor plan manually reveals that its dimensions and coordinates are correct.
Which workflow most directly corrects the navigation problem while preserving the floor plan's intended coordinates?
- Locate and remove the unintended distant geometry, then run Zoom Extents again. (correct answer)
- Move the entire floor plan near the distant geometry, then run Zoom All.
- Reduce the drawing limits around the floor plan, then run Zoom Extents again.
- Increase the annotation scale for the floor plan, then run Zoom Previous.
Explanation: When Zoom Extents makes your floor plan appear tiny, it means AutoCAD is zooming out far enough to include all geometry in the drawing — including stray objects at extreme coordinates. This is the classic "rogue geometry" problem, and recognizing it immediately tells you the fix: find and eliminate whatever is pulling the zoom boundary outward.
Answer A is the correct workflow because it targets the actual cause. By locating and deleting the unintended distant object (a stray point, line, or imported reference sitting far from the origin), you eliminate the false extents. Running Zoom Extents afterward then fits the view neatly around your floor plan — without touching its coordinates at all. The floor plan stays exactly where it was.
Answer B is backwards logic. Moving the floor plan toward the distant geometry doesn't remove the problem — it just relocates your work and, worse, changes the floor plan's intended coordinates, which the question explicitly says must be preserved.
Answer C misunderstands Zoom Extents. Drawing limits control Zoom All, not Zoom Extents. Zoom Extents ignores limits entirely and fits the view to actual geometry, so shrinking the limits does nothing to solve the problem.
Answer D is a distractor mixing unrelated tools. Annotation scale affects how text and dimensions display at different viewport scales — it has no relationship to navigation or extents behavior. Zoom Previous simply returns to the last view, which doesn't fix anything structurally.
Study tip: Anytime Zoom Extents produces an unexpected tiny view, your instinct should be "hunt for rogue geometry" — use the ZOOM E + QSELECT or ZOOM W workflow to track it down.
Question 2
A model contains geometry only within a small central area, but the drawing limits cover a much larger rectangular region. A user wants the visible objects to fill the drawing area without changing any geometry.
Which command choice best meets the requirement, and why?
- Pan, because it changes the displayed magnification to match the object extents.
- Zoom All, because it always ignores drawing limits and fits only visible objects.
- Zoom Previous, because it recalculates the smallest view containing all objects.
- Zoom Extents, because it fits the view to the outermost relevant objects. (correct answer)
Explanation: When working with AutoCAD's zoom commands, the key distinction to understand is the difference between drawing limits and object extents. Drawing limits define a user-set rectangular boundary for the drawing space, while object extents refer to the actual bounding box around visible geometry. Questions like this test whether you know which zoom command responds to which boundary.
Zoom Extents — choice D — is the correct tool here. It calculates the smallest view that contains all visible objects and zooms to fit exactly that region, completely ignoring the drawing limits. In this scenario, where geometry is clustered in a small central area, Zoom Extents will expand that area to fill your screen perfectly, making objects as large as possible without touching any geometry.
Choice A is wrong on two counts: Pan doesn't change magnification at all — it simply shifts the view laterally, like sliding a piece of paper. It would never "fill" the area with objects. Choice B describes Zoom All, which actually does the opposite of what you want here — it zooms to display whichever is larger: the drawing limits or the object extents. Since the limits cover a much larger region than the geometry, Zoom All would show that large empty rectangle, making the actual objects appear tiny. Choice C, Zoom Previous, simply restores the last view state — it performs no recalculation of object positions whatsoever.
A reliable memory trick: "Extents = objects only, All = limits win." Whenever a question emphasizes making visible geometry fill the screen while ignoring limits, Zoom Extents is your answer every time.
Question 3
While using the LINE command, a drafter has specified the first point but cannot accurately select the next endpoint at the current magnification. The partially defined line operation should remain active.
Which action best allows the drafter to adjust the view and then continue the LINE command?
- Enter ZOOM without an apostrophe, then restart LINE from its second point.
- Press Esc, run ZOOM, and expect LINE to resume at the saved endpoint.
- Enter 'ZOOM, adjust the view, and continue when the LINE prompt resumes. (correct answer)
- Enter UNDO, run ZOOM, and redo the first line point after navigation.
Explanation: Whenever you see a question about continuing a command while needing to change your view in AutoCAD, think about transparent commands — special commands you can invoke in the middle of another active command without canceling it.
In AutoCAD, prefixing a command with an apostrophe (') tells the software to run it transparently, meaning it executes as a temporary interruption and then hands control back to the original command exactly where it left off. That's precisely what option C describes: entering 'ZOOM pauses the LINE command, lets you adjust your view, and then returns you to the "Specify next point" prompt — the first point you already selected remains intact. This is the correct approach.
Option A fails because entering ZOOM without the apostrophe terminates the active LINE command entirely. You'd have to restart LINE from scratch, losing your first point — which the question explicitly says should not happen.
Option B is based on a misconception: pressing Esc cancels the LINE command outright. AutoCAD does not save a "paused" state for canceled commands, so LINE would not resume at any saved endpoint after running ZOOM separately.
Option D describes using UNDO, which would erase the first point you placed, not preserve it. Running ZOOM afterward and then re-entering the point defeats the purpose entirely and adds unnecessary steps.
Study tip: Memorize the apostrophe prefix as the signal for transparent commands in AutoCAD. Common transparent commands include 'ZOOM, 'PAN, and 'SNAP. On the exam, any question asking how to adjust the view without interrupting an active command is pointing directly at this concept.
Question 4
A crowded plant drawing contains one machine assembly made of several objects. The user can select the assembly but does not know its precise location well enough to define an effective zoom window.
Which ZOOM option provides the most direct way to center and enlarge the selected assembly?
- Use the Dynamic option and enter the assembly's object identification numbers.
- Use the Object option and select the objects belonging to the assembly. (correct answer)
- Use the Center option and select the assembly as the view-center boundary.
- Use the Scale option and select the assembly to calculate its magnification.
Explanation: When navigating a busy drawing, AutoCAD's ZOOM command offers several specialized options beyond simple window zooming. Questions like this one test whether you know which option intelligently responds to selected objects rather than requiring you to manually define a view area.
The Object option (B) is purpose-built for exactly this scenario. After invoking ZOOM Object, you simply select one or more objects, and AutoCAD automatically calculates a bounding box around your selection, centers it in the viewport, and zooms to fit it — no coordinates or guesswork required. When you don't know the precise location well enough to draw a window, letting AutoCAD derive the view from the objects themselves is the most direct solution.
Choice A is fabricated — ZOOM Dynamic allows you to pan and resize a view box interactively on screen, but it has no mechanism to accept "object identification numbers." That concept doesn't exist in this context. Choice C describes ZOOM Center, which requires you to specify a center point and a height value manually — the opposite of what you want when you don't know the assembly's precise location. Choice D describes ZOOM Scale, which accepts a numeric magnification factor (like 2x for double magnification) relative to the current or full view; it does not analyze selected objects to calculate anything automatically.
A useful pattern to remember: whenever an exam question mentions selecting objects to control what's displayed, look for the Object option first. AutoCAD generally uses "Object" as the keyword any time a command adapts its behavior directly from your selection set.
Question 5
On one workstation, each mouse-wheel notch produces only a very small zoom change. The wheel direction and middle-button pan behavior are otherwise correct, and the user wants larger zoom increments without changing drawing geometry.
Which adjustment most directly addresses the problem?
- Increase ZOOMFACTOR so each wheel notch produces a larger zoom increment. (correct answer)
- Increase VIEWRES so each wheel notch regenerates a larger drawing area.
- Increase PICKBOX so the wheel targets a larger region around the pointer.
- Increase LTSCALE so model objects appear larger during wheel navigation.
Explanation: When you encounter a question about mouse-wheel zoom behavior in AutoCAD, you should immediately think about the system variables that govern input device interaction — specifically, variables controlling how much the zoom changes per input event, not what is being displayed.
The system variable ZOOMFACTOR (Answer A) directly controls the magnification increment applied with each wheel notch. Its value represents a percentage — a higher value means each notch produces a larger zoom step. If zooming feels sluggish or produces only tiny changes, raising ZOOMFACTOR is the precise, targeted fix. This is exactly the scenario described, making A the correct answer.
Answer B is tempting if you confuse zoom behavior with zoom quality. VIEWRES controls the smoothness of curved objects during regens — it affects how circles and arcs look, not how far you zoom per wheel click. Increasing it won't change your zoom increment at all.
Answer C is a classic distractor that misapplies a familiar variable. PICKBOX sets the size of the selection target box around your cursor, which is relevant to object selection, not zoom magnitude. It has no connection to wheel-scroll behavior.
Answer D introduces LTSCALE, which scales the display of non-continuous linetypes (dashes, dots, etc.) in model space. It changes how lines appear, not how navigation works. Adjusting it won't affect zoom increments whatsoever.
A useful study habit: when a question isolates a specific behavior (zoom increment, linetype appearance, snap distance), look for the variable whose name directly maps to that behavior. ZOOM + FACTOR = zoom increment. AutoCAD variable names are usually descriptive on purpose.
Question 6
A user starts with a view of an entire building, performs Zoom Window around Room A, and then pans to adjacent Room B. No object geometry is modified.
What should the user expect after invoking Zoom Previous once and then invoking it a second time?
- The first invocation returns to Room A; the second returns to the building view. (correct answer)
- The first invocation returns to the building view; the second returns to Room A.
- Both invocations remain at Room B because panning is not stored as a view change.
- The first invocation returns to Room A; the second remains at Room A permanently.
Explanation: When working with AutoCAD's view navigation tools, it helps to understand that Zoom Previous maintains a sequential history of display states — not just zoom operations. Any action that changes what you see on screen, including panning, counts as a new entry in that history stack. AutoCAD stores up to 10 previous views per viewport.
Here's the logic for this scenario: You start at the building view (View 1), zoom into Room A (View 2), then pan to Room B (View 3). Each of those three states is stored. Invoking Zoom Previous once steps back from View 3 to View 2 — bringing you back to Room A. Invoking it a second time steps back from View 2 to View 1 — returning to the full building view. That confirms A is correct.
B reverses the order, implying the history stack works backward from how it actually functions. The most recent view is always the first one recalled — last in, first out.
C reflects a common misconception: that panning doesn't register as a view change. This is incorrect. Panning shifts your viewport display just as much as zooming does, so AutoCAD absolutely stores it in the history stack.
D suggests the command gets "stuck" on Room A, as if Zoom Previous stops working after one use. In reality, the command continues stepping back through the history with each invocation until no earlier views remain.
A useful memory aid: think of Zoom Previous like the Back button in a browser — every page you visited (every view you displayed) is stored, and each click takes you one step further back.
Question 7
Using a standard wheel mouse, a designer must inspect several nearby connections without selecting or relocating any drawing objects.
Which navigation sequence changes only the view and provides the most direct control?
- Drag with the wheel pressed to pan, and rotate the wheel to zoom. (correct answer)
- Drag with the left button pressed to pan, and rotate the wheel to move objects.
- Drag with the right button pressed to zoom, and press the wheel to select.
- Hold Shift while dragging the wheel to pan, and double-click to zoom out.
Explanation: When working in AutoCAD, navigation means changing what you see without touching the objects themselves. Questions like this test whether you know which mouse actions control the viewport versus which ones interact with geometry.
The wheel mouse in AutoCAD is designed specifically for view-only navigation. Rolling the wheel zooms in and out centered on your cursor, and pressing and dragging the wheel activates real-time panning — both actions move the view while leaving every object exactly where it is. That makes A the correct answer: it describes two native, view-only operations that require no extra commands and give you immediate, precise control over the inspection area.
B is wrong on two counts: dragging with the left button in a drawing area either starts a selection window or moves selected objects — it doesn't pan. Rotating the wheel also zooms, not moves objects, so this choice misrepresents both actions. C is wrong because dragging with the right button opens a context menu or does nothing useful for zooming; right-click is for shortcut menus, not viewport control. Pressing the wheel activates pan mode, not selection. D is a partial trap — holding Shift while pressing and dragging the wheel does activate 3D orbit in some workspaces, not panning. Double-clicking the wheel actually zooms to extents (zoom all), not "out" in a controlled way, making this imprecise and potentially disorienting.
A good rule of thumb: on AutoCAD navigation questions, the wheel is always your primary view tool — scroll to zoom, press-drag to pan — and no modifier keys are needed for basic 2D inspection.
Question 8
A detail is visible near the upper-right corner of the drawing area. The user wants to enlarge that detail with the mouse wheel while minimizing the need to pan afterward.
What should the user do before and during the zoom operation?
- Place the pointer opposite the detail and roll the wheel forward to pull it inward.
- Place the pointer at screen center and roll the wheel backward to center the detail.
- Place the pointer over the detail and drag the wheel sideways to increase magnification.
- Place the pointer over the detail and roll the wheel forward to zoom toward it. (correct answer)
Explanation: When zooming in AutoCAD with the mouse wheel, the key concept to understand is that the zoom is cursor-centric — the drawing magnifies toward wherever your pointer is positioned. This means cursor placement before zooming directly determines what stays centered on your screen afterward, eliminating unnecessary panning.
Rolling the wheel forward zooms in, and rolling it backward zooms out. More importantly, AutoCAD anchors the zoom to your cursor's location, so whatever is under your pointer remains roughly stationary as everything magnifies around it. That's exactly why D is correct: by placing your pointer directly over the upper-right detail and rolling forward, you zoom into that specific area without displacing it, minimizing the need to pan afterward.
A describes placing the pointer opposite the detail, which would anchor the zoom to the wrong region and pull the detail further out of comfortable view — you'd end up needing to pan significantly to re-center it. B suggests zooming from screen center, which ignores cursor-centric behavior; if your detail is in the upper-right corner, zooming from center will push it further toward the edge, not center it. C is simply incorrect about how the wheel works — the scroll wheel cannot be dragged sideways; it rolls forward and backward. Lateral movement of the wheel is not a supported AutoCAD input.
A good rule of thumb for navigation questions: hover, then zoom. Always ask yourself where the cursor is anchored before any zoom operation — that's what AutoCAD questions about mouse navigation are really testing.
Question 9
In a layout, a viewport must show a different part of the model while retaining an exact plotted scale. The viewport is currently unlocked, and accidental wheel zooming has already changed its scale.
Which sequence most reliably establishes the required view and protects it from later navigation errors?
- Switch to paper space, pan the sheet display to reposition the viewport, and then freeze the viewport layer to prevent changes.
- Lock the viewport first, then activate it, zoom to the required area, and leave the viewport active for future edits.
- Activate the viewport, restore its exact scale, pan to the required model area, and then lock the viewport. (correct answer)
- Activate the viewport, run Zoom Extents to fit all model geometry, and then adjust the layout annotation scale to match the requirement.
Explanation: When working with viewports in a layout, think of the process in two distinct phases: first establish the exact view, then protect it. The order matters enormously because locking a viewport freezes its current scale — whatever scale exists at the moment you lock it is what gets preserved.
The reliable workflow in C follows this logic precisely: activate the viewport (double-click to enter model space through it), set the exact scale using the viewport scale control or the Properties palette, pan — not zoom — to center the required model area, then lock the viewport. Panning after setting the scale is safe because panning doesn't change magnification, only the viewed position. Once locked, accidental scroll-wheel zooming is blocked.
Option A fails because freezing the viewport's layer hides the viewport entirely — it doesn't protect the scale inside it. You'd also lose the ability to plot that view.
Option B gets the order backwards. Locking the viewport first, then activating it to zoom, defeats the entire purpose: zooming inside a locked viewport is blocked (which is the point), so you'd never successfully adjust the view. This answer describes a contradictory sequence.
Option D is a fundamental misunderstanding. Zoom Extents fits all model geometry into the viewport, which almost certainly won't match your required scale. Adjusting the annotation scale afterward controls text and symbol display sizes, not the viewport's plotted scale.
Study tip: Remember the sequence as "Set, Pan, Lock." Zooming changes scale; panning doesn't. Always lock last, after the view is exactly right.
Question 10
The current model-space view is centered correctly and has a vertical view height of 100 drawing units. Using ZOOM Center, the user keeps the same center and enters a new view height of 25 drawing units.
What is the resulting change in the displayed view?
- The view becomes one-fourth as magnified while retaining the specified center.
- The view becomes four times more magnified while retaining the specified center. (correct answer)
- The view becomes four times wider and shifts the center toward the cursor.
- The view keeps its magnification but displays only one-fourth of the objects.
Explanation: When working with ZOOM Center in AutoCAD, the key relationship to understand is between the view height you specify and the resulting magnification. The view height defines how many drawing units are visible vertically on screen — so a smaller height means you're "zooming in" on a tighter area, which increases magnification.
Here, the original view height is 100 units. After entering a new height of 25 units, you calculate the magnification change by comparing the two values:
Magnification factor=New heightOriginal height=25100=4
Because the new height is one-fourth of the original, AutoCAD must zoom in by a factor of four to fit only 25 units into the same screen space. The center point stays fixed exactly where you specified it. This confirms that B is correct — the view becomes four times more magnified while retaining the center.
A reverses the logic. If the view became less magnified (one-fourth as magnified), the height would need to increase to 400 units, not decrease to 25. C is wrong on two counts: the view does not widen (it narrows), and ZOOM Center never shifts the center toward a cursor — that's how ZOOM In or real-time zoom behaves. D misunderstands the command entirely; ZOOM Center always changes magnification, not object visibility or layer display.
A useful memory rule: with ZOOM Center, smaller height = higher magnification. Think of it as a window frame — shrinking the frame while keeping the same screen means you're looking at a smaller piece of the world up close.