AutoCAD Quiz: Layouts And Viewports
10 questions · exam conditions
0:00
Layouts And ViewportsQuestion 1 of 10

A layout contains a correctly scaled detail viewport. Users must be able to reposition the viewport frame and adjust its paper-space boundary, but they must not accidentally alter the model-space magnification or view center while working through it.

Which setting most directly provides the required behavior?

Turn off the viewport object's layer after placing the viewport in its final paper-space location.
Freeze all model-space layers in the viewport after setting the required annotation scale.
Set the viewport's Display Locked property to Yes after composing the model view.
Set the viewport's On property to No whenever the layout is being edited.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Layouts And Viewports

Practice Layouts And Viewports in AutoCAD with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Layouts And Viewports, giving you a quick way to practice the rules, question types, and explanations that matter most for AutoCAD.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A layout contains a correctly scaled detail viewport. Users must be able to reposition the viewport frame and adjust its paper-space boundary, but they must not accidentally alter the model-space magnification or view center while working through it.

Which setting most directly provides the required behavior?

  1. Turn off the viewport object's layer after placing the viewport in its final paper-space location.
  2. Freeze all model-space layers in the viewport after setting the required annotation scale.
  3. Set the viewport's Display Locked property to Yes after composing the model view. (correct answer)
  4. Set the viewport's On property to No whenever the layout is being edited.
Explanation: When working with viewports in AutoCAD layouts, you need to distinguish between controlling what you see versus controlling how the view behaves under editing. Questions like this test whether you understand viewport properties that protect the model-space view without restricting paper-space operations. The Display Locked property (option C) is precisely the right tool here. When set to Yes, it locks the viewport's zoom scale and pan position, meaning you cannot accidentally scroll or zoom into model space through that viewport. Critically, you can still select, move, stretch, or resize the viewport frame in paper space — exactly what the scenario requires. The model-space magnification and view center are frozen in place, while the paper-space boundary remains fully editable. Option A — turning off the viewport's layer — hides the viewport entirely, making it invisible and unselectable. That prevents repositioning, which is the opposite of the requirement. Option B — freezing model-space layers inside the viewport — affects visibility of geometry, not the zoom scale or view center. Someone could still accidentally pan or zoom through the viewport while those layers are frozen. Option D — setting the On property to No — disables the viewport, turning it into a blank rectangle. Again, this eliminates the view rather than protecting it. A useful mental shortcut: Display Locked = locking the camera, not the frame. The frame stays movable in paper space; the camera angle and zoom inside it are what get locked. On the AutoCAD exam, anytime a question asks about preventing accidental zoom/pan through a viewport, Display Locked is your answer.

Question 2

A rectangular viewport already shows the correct model view at the required locked scale. The sheet designer draws a closed, nonrectangular paper-space polyline around the area that should remain visible. The model view and scale must be retained.

Which procedure should the designer use?

  1. Erase the existing viewport and use MVIEW to create several rectangular viewports along the polyline boundary.
  2. Convert the polyline to a region and use it to trim all model-space objects outside the required area.
  3. Use VPCLIP, select the existing viewport, and specify the closed polyline as its clipping boundary. (correct answer)
  4. Use XCLIP on the viewport, then select the closed polyline as an external-reference clipping boundary.
Explanation: When working with viewports in paper space, the key concept being tested here is how to reshape an existing viewport's visible boundary without disturbing the model view or its locked scale. AutoCAD provides a dedicated command for exactly this purpose: VPCLIP (Viewport Clip). VPCLIP lets you select an existing viewport and assign a new clipping boundary to it — either by picking an existing closed object or drawing a new polygon on the spot. The viewport retains its scale, layer visibility, and view center while simply masking everything outside the new shape. That makes C the correct procedure: select the existing viewport with VPCLIP, then specify the closed polyline as the clip boundary, and the job is done cleanly. Option A is a destructive workaround — erasing the viewport loses your carefully set scale and view, and tiling multiple rectangular viewports along an irregular boundary is imprecise and unnecessarily complex. Option B is a serious mistake in direction: trimming model-space objects permanently alters the actual geometry in model space, which affects every other view or sheet that references that model. You never want to destroy model geometry just to control what a single viewport displays. Option D confuses two different tools: XCLIP is used to clip external references (xrefs) and blocks, not viewports. Applying it to a viewport object is not valid functionality. As a study tip, remember the pattern: if the question mentions reshaping or masking a viewport's visible area while preserving its scale, think VPCLIP immediately. It is the only command designed specifically for that viewport-boundary task.

Question 3

A locked viewport has the correct scale and model-space view, but its frame is positioned too close to the title block. The entire viewport must move to another location on the sheet without changing which part of the model it displays.

Which action is most appropriate?

  1. Enter the viewport, unlock it, pan the model view by the required paper-space displacement, and relock it.
  2. Remain in paper space, select the viewport frame, and move the viewport object to the new sheet location. (correct answer)
  3. Move the displayed model geometry in model space, then regenerate the layout while leaving the viewport fixed.
  4. Change the viewport's view center coordinates while keeping its paper-space center point unchanged.
Explanation: Whenever AutoCAD asks you to reposition a viewport on a sheet, the key distinction is: are you moving the window (the viewport object in paper space), or moving what's visible through the window (the model view inside it)? These are completely independent operations, and confusing them is the most common trap on layout-related questions. In this scenario, the scale is correct, the model view is correct — the only problem is the viewport's position on the sheet. The fix is simply to stay in paper space, select the viewport frame as an object, and use the Move command to drag it to the new location. The viewport carries its scale, zoom level, and locked view with it. Nothing about the model display changes. That makes B the correct action. A is tempting because unlocking a viewport is a real workflow, but panning inside the viewport would shift which part of the model you see — exactly what the question says must not change. You'd fix the position problem but create a new view problem. C is a fundamental mistake: moving geometry in model space affects every layout and every viewport that references that geometry. It's a destructive, globally disruptive action for what is purely a paper-space positioning issue. D describes adjusting the view center inside the viewport — again, this would shift the model view, not the viewport's location on the sheet. It solves the wrong problem. The study tip to carry forward: paper-space operations move the viewport frame; model-space operations change what's seen through it. Always identify which layer of the drawing needs to change before acting.

Question 4

A company template contains a finished sheet layout with a title block, page setup, and several prearranged viewport objects. A current project drawing already contains completed model-space geometry. The drafter wants to add that sheet definition without replacing or duplicating the project model.

Which method best accomplishes the task?

  1. Create a layout From Template and select the required layout from the company template file. (correct answer)
  2. Open the template, copy all model-space and paper-space objects, and paste them into the project drawing.
  3. Rename the project drawing with the template extension so its existing layout settings are replaced.
  4. Insert the template as a block in model space and convert its title block into a layout viewport.
Explanation: When working with layouts in AutoCAD, the key distinction to understand is the difference between importing layout structure and importing model geometry — these are independent, and a good workflow keeps them separate. AutoCAD's "From Template" layout import (right-click any layout tab → "From Template") lets you pull one or more named layouts directly from a .dwt or .dwg file into your current drawing. Crucially, it imports only the paper-space environment — the title block, viewport objects, and page setup — while leaving your existing model-space geometry completely untouched. This makes option A the cleanest, most professional solution to the scenario described. Option B is tempting but dangerous: manually copying and pasting both model-space and paper-space objects risks duplicating geometry, breaking layer standards, or creating misaligned viewports. It also requires manual cleanup and doesn't leverage AutoCAD's built-in tools. Option C is simply wrong — renaming a file changes nothing about its internal layout settings; AutoCAD reads the internal database, not the filename extension. Option D misunderstands how layouts work entirely. Inserting a template as a block places it in model space as geometry, not as a paper-space layout; you cannot "convert" a title block drawn in model space into a functional layout tab this way. The study tip here: whenever a question asks you to import layout structure without disturbing model geometry, think "From Template." AutoCAD intentionally separates model space from paper space, and the From Template workflow is designed specifically to exploit that separation cleanly.

Question 5

A layout has several viewports, including a small detail viewport located entirely over a larger plan viewport. After entering model space through the layout, clicking in the shared area repeatedly activates the larger viewport instead of the detail viewport. The viewport boundaries should not be moved.

What is the most efficient way to make the desired viewport current?

  1. Use REGENALL until AutoCAD recalculates the viewport stacking order and activates the smaller viewport.
  2. Use Ctrl+R to cycle through the layout viewports until the small detail viewport becomes current. (correct answer)
  3. Lock the larger viewport, because a locked viewport cannot remain current when another viewport overlaps it.
  4. Freeze the larger viewport's layer, because this automatically transfers model-space control to the smaller viewport.
Explanation: When working with overlapping viewports in a layout, AutoCAD activates whichever viewport is on top of the stacking order when you double-click in the shared area. If that top viewport isn't the one you want, you need a way to cycle through the available viewports without moving your cursor to a non-overlapping zone — and that's exactly what Ctrl+R does. Pressing Ctrl+R steps through all viewports in the layout sequentially, making each one current in turn. So pressing it once or twice will land you on the small detail viewport, making B the most efficient solution. The distractors each reflect common misconceptions worth understanding. A is wrong because REGENALL regenerates geometry for display purposes — it has nothing to do with viewport stacking order or which viewport becomes active. There is no "recalculation" of viewport activation through regeneration. C is incorrect because locking a viewport controls whether panning and zooming in model space affect the viewport's scale — it does not prevent that viewport from being activated or interfere with overlapping viewport selection in any way. D is a plausible-sounding trap: freezing the layer a viewport resides on will make the viewport boundary invisible, but it does not automatically transfer model-space focus to another viewport and can actually make it harder to manage your layout. As a study tip, remember that Ctrl+R is specifically designed for overlapping viewport situations — it's one of those keyboard shortcuts that many AutoCAD users overlook. If a question mentions overlapping viewports and asks for a non-destructive workaround, Ctrl+R is almost always the answer.

Question 6

Two layout viewports show the same floor plan. A layer named CEILING-GRID must remain visible in model space and in the reflected-ceiling viewport, but it must not appear in the floor-plan viewport. Other layers should be unaffected.

What should be done while the floor-plan viewport is current?

  1. Turn off CEILING-GRID in Layer Properties so the layer is suppressed only on the active layout.
  2. Globally freeze CEILING-GRID, then thaw it while the reflected-ceiling viewport is current.
  3. Set CEILING-GRID to non-plot so it remains visible only in the reflected-ceiling viewport.
  4. Apply VP Freeze to CEILING-GRID so it is frozen only in the current viewport. (correct answer)
Explanation: Whenever you see a question about controlling layer visibility in multiple viewports, the key concept to reach for is viewport-specific layer overrides — AutoCAD's ability to freeze a layer in one viewport without touching any other viewport or model space. When a viewport is active (double-clicked into), the Layer Properties Manager exposes a column called VP Freeze. Freezing a layer here affects only the active viewport, leaving model space and all other viewports completely unaffected. That's exactly what the scenario demands: CEILING-GRID stays visible in model space and in the reflected-ceiling viewport, but disappears in the floor-plan viewport. The correct move is D — activate the floor-plan viewport, then apply VP Freeze to CEILING-GRID. Here's why the other choices fail. A is wrong because turning a layer off in the main Layer Properties Manager is a global change — it suppresses the layer everywhere, including model space and the reflected-ceiling viewport, which violates the requirements. B has the same global problem: a standard Freeze affects all viewports and model space simultaneously; thawing it in the reflected-ceiling viewport afterward doesn't restore it cleanly, and this workflow is cumbersome and incorrect. C is a common trap — the Non-Plot setting controls whether a layer prints, not whether it's visible on screen. Setting CEILING-GRID to non-plot would still display it in the floor-plan viewport; it simply wouldn't appear on paper. As a study tip, remember the pattern: global layer controls affect everything; VP Freeze affects only the active viewport. On AutoCAD exams, any question asking you to isolate a layer in one viewport is almost certainly testing VP Freeze.

Question 7

An architectural sheet layout contains a title block, revision notes, and three viewports with different scales and layer overrides. A second sheet should begin with the same paper-space arrangement, but both sheets must continue to show geometry from the single shared model space.

What is the expected result of copying the existing layout to create the second sheet?

  1. The paper-space objects and viewport configurations are copied, while both layouts reference the same model-space geometry. (correct answer)
  2. The title block is copied, but each viewport must be recreated because viewport objects cannot be duplicated between layouts.
  3. The paper-space objects and model geometry are copied, creating a separate model-space dataset for the second sheet.
  4. The viewport boundaries are copied, but their scales and viewport-specific layer settings are reset to drawing defaults.
Explanation: Whenever you see a question about AutoCAD layouts, anchor your thinking to a fundamental principle: model space is singular and shared, while paper space exists independently in each layout tab. Layouts are simply different "windows" into the same model-space universe. When you copy an existing layout in AutoCAD (by right-clicking the layout tab and selecting "Move or Copy"), the operation duplicates everything living in paper space — the title block, revision notes, viewport frames, and critically, each viewport's individual settings such as scale, frozen layers, and layer color overrides. What does not get duplicated is model-space geometry, because there's nothing to duplicate — both layouts are already looking at the same single model space. This makes A correct: paper-space objects and viewport configurations transfer faithfully, and both layouts continue referencing the shared model-space data. B is wrong because viewports are standard AutoCAD objects and copy perfectly between layouts, retaining their scale and layer override settings. There is no restriction preventing viewport duplication. C describes something AutoCAD simply does not do — copying a layout never forks or clones model-space geometry. Model space has one instance per drawing file, period. D is a tempting trap because it sounds like a plausible technical limitation, but viewport-specific settings (scale, layer freezes, overrides) are stored with the viewport object itself and travel with it during a copy operation — they are not reset. A good rule of thumb: in AutoCAD, layouts own paper space; model space owns itself. Any question about what copies or resets during layout operations should filter through that distinction first.

Question 8

A rectangular viewport is correctly placed and scaled on a landscape sheet. The model geometry must appear rotated by 9090^\circ within that viewport, but the viewport boundary, sheet objects, and model-space geometry must not be rotated.

Which change most directly produces the required result?

  1. Rotate all selected model-space objects by 9090^\circ around the viewport's displayed center.
  2. Rotate the entire layout by 9090^\circ and exchange the configured paper width and height.
  3. Set the viewport's view twist angle to 9090^\circ while retaining its boundary and scale. (correct answer)
  4. Rotate the viewport frame by 9090^\circ while disabling rotation of its displayed model view.
Explanation: Whenever you see a question about rotating what appears inside a viewport without disturbing the viewport boundary, the sheet layout, or the underlying model geometry, you should immediately think about viewport view twist — a property that belongs to the viewport's camera, not to any physical object. In AutoCAD, each floating viewport maintains its own view settings: center, scale, and twist angle. Setting the view twist to 90°90° rotates the camera's line of sight around the view axis, making model geometry appear rotated within the viewport while leaving everything else — the viewport frame, title block, and model-space objects — completely untouched. That is exactly what the problem requires, which confirms C as the correct answer. You apply the twist through the DVIEW command (with the Twist option) or by editing the viewport's properties after activating it with MSPACE. A is wrong because rotating model-space objects physically changes the geometry in model space, affecting every viewport that displays those objects — the opposite of an isolated, viewport-only change. B is wrong because rotating the entire layout and swapping paper dimensions is a sheet-level operation; it rotates the viewport boundary and title block along with everything else, violating the constraint that sheet objects must not move. D describes a conceptually muddled option — the viewport frame is a separate entity from the view displayed inside it, and rotating the frame alone would simply tilt the rectangular boundary; there is no AutoCAD feature that simultaneously rotates a frame while "disabling" rotation of its internal view. As a study tip: remember that viewport properties (twist, scale, freeze layers) are your tools for controlling appearance inside a viewport without touching anything outside it.

Question 9

A site plan is drawn in model space at full size, with one drawing unit equal to one millimeter. On a layout, a distance of 7.5 m7.5\text{ m} in the model must measure 150 mm150\text{ mm} on the plotted sheet. After establishing the view, the viewport must be protected from accidental zooming.

Which viewport workflow meets both requirements?

  1. Set the viewport scale to 1:201:20, position the view with PAN, and turn off the viewport layer.
  2. Set the viewport scale to 1:501:50, position the view with PAN, and lock the viewport display. (correct answer)
  3. Set the viewport scale to 1:751:75, position the view with ZOOM, and freeze the viewport layer.
  4. Set the viewport scale to 1:1501:150, position the view with PAN, and lock the viewport display.
Explanation: When working with viewport scales in AutoCAD, your first move should always be to calculate the required scale ratio before touching any workflow options. Here, the model uses 1 unit = 1 mm, so 7.5 m in model space equals 7,500 mm. That distance must appear as 150 mm on the plotted sheet, giving you a ratio of 1507500=150\frac{150}{7500} = \frac{1}{50}, or a scale of 1:50. Once you've confirmed the scale, the remaining question is how to finalize and protect the view — you should use PAN (not ZOOM) to reposition the view without disturbing the scale, then lock the viewport display to prevent accidental zooming from changing it. That combination points directly to B. Choice A fails on the scale: 1:201:20 would make the view far too large, and turning off the viewport layer hides the viewport border but does not lock the zoom — the scale can still be altered accidentally. Choice C gets the scale wrong (1:751:75) and compounds the error by using ZOOM to position the view, which would immediately change the carefully set scale. Freezing the viewport layer also doesn't protect the scale. Choice D uses 1:1501:150, which is exactly half the correct scale — a tempting trap if you accidentally flip the ratio — though it does correctly identify locking as the protection method. As a study tip, always solve the scale mathematically first, then evaluate the workflow steps. On AutoCAD layout questions, remember: PAN repositions without rescaling; locking the viewport preserves the scale you set.

Question 10

A north arrow was mistakenly drawn in model space at model size, but it should be a paper-space annotation with the same plotted size and position it currently has through a layout viewport. Redrawing and manually rescaling it should be avoided.

Which workflow best preserves its apparent location and plotted size?

  1. Use COPYBASE in model space, paste the arrow into paper space, and retain its original model-space scale.
  2. Use EXPORTLAYOUT so the arrow and viewport are converted into a separate model-space drawing.
  3. Change the arrow to an annotative object, then freeze its layer in the current layout viewport.
  4. From the layout context, use CHSPACE to transfer the arrow through the applicable viewport into paper space. (correct answer)
Explanation: When you need to move geometry between model space and paper space without redrawing or rescaling, think about the relationship between coordinate systems and how AutoCAD can automatically compensate for viewport scale. That's exactly what CHSPACE (Change Space) is designed for. CHSPACE is the cleanest solution here. When you select the north arrow from within the layout and run CHSPACE, AutoCAD calculates the active viewport's scale factor and inversely scales the object as it transfers it into paper space — so its plotted size and apparent position remain visually identical. You get the same result on paper, but the object now lives in paper space where annotations belong. That makes D correct. Choice A is tempting but flawed. COPYBASE with a paste into paper space simply copies the object at its model-space size, with no automatic scale compensation. You'd still need to manually rescale it to match the plotted appearance — exactly what the question tells you to avoid. Choice B misunderstands EXPORTLAYOUT entirely. That command converts a layout into a new drawing's model space (useful for sending a flat version to a vendor), but it doesn't solve the placement problem and doesn't move the arrow into paper space of the current drawing. Choice C introduces annotative scaling, which is a valid tool for objects that need to display consistently across multiple viewports — but it doesn't transfer the object to paper space. The arrow would still be a model-space object, and freezing its layer in the viewport would simply hide it. Remember: whenever a question involves moving objects between model and paper space while preserving plotted scale, CHSPACE is your go-to command.