All questions
Question 1
In model space, a required rectangular detail measures 390mm by 270mm. Additional notes outside that rectangle must not be plotted. For the selected device, an A3 sheet has a printable area of 400mm by 277mm in landscape orientation and 277mm by 400mm in portrait orientation. An exact scale is not required, and the detail should be printed as large as possible without clipping.
Which combination of plot settings best meets the requirements?
- A3 landscape, Window plot area, and Fit to Paper enabled. (correct answer)
- A3 portrait, Window plot area, and Fit to Paper enabled.
- A3 landscape, Extents plot area, and a fixed scale of 1:1.
- A3 portrait, Window plot area, and a fixed scale of 1:1.
Explanation: When selecting plot settings in AutoCAD, your three decisions — orientation, plot area type, and scale — must work together to fit your content onto the sheet without clipping anything unintended.
Start by comparing your detail's dimensions (390×270 mm) against the printable areas. Landscape A3 gives you 400×277 mm, which comfortably contains 390×270 mm in both directions. Portrait A3 gives 277×400 mm — the 390 mm width exceeds the 277 mm printable width, so the detail would be clipped in portrait. That immediately eliminates B and D.
Between C and A, both use landscape. Option C uses Extents as the plot area, which captures everything in model space — including those notes outside the rectangle that the question explicitly says must not be plotted. That violates the requirement, so C is out. Option C also specifies a 1:1 fixed scale, which is unnecessary since an exact scale is not required, and at 1:1 the 390 mm detail fits but leaves no room for error.
Option A uses a Window plot area, meaning you drag a precise selection box around only the rectangular detail, excluding the surrounding notes entirely. Combined with Fit to Paper, AutoCAD automatically scales that window to fill the printable area as large as possible — satisfying every stated requirement. A is correct.
A useful rule to remember: use Window + Fit to Paper whenever you need to isolate a specific region and maximize its size on the sheet. Reserve Extents only when everything in model space is intentionally part of the plot. Question 2
A model-space title border coincides with drawing limits from 0,0 to 36,24. A stray reference object lies near 2000,2000. The border must be plotted at a fixed scale, and the operator wants an option that does not depend on the current zoom or require redefining a window.
Which Plot Area option should be used?
- Display, because it excludes every object outside the current drawing screen.
- Extents, because it treats the configured drawing limits as the plotting boundary.
- Window, because it automatically reads the minimum and maximum drawing limits.
- Limits, because it uses the configured model-space limits rather than all extents. (correct answer)
Explanation: When plotting in AutoCAD, you need to understand what each Plot Area option uses as its boundary — and critically, whether that boundary depends on object placement, viewport state, or a predefined setting.
The Limits option (D) plots exactly the region defined by your model-space drawing limits — in this case, 0,0 to 36,24 — regardless of what objects exist elsewhere in the drawing. That stray reference object near 2000,2000 is completely ignored. Limits also doesn't depend on your current zoom level or require you to manually pick corners, making it the ideal fixed-scale, hands-off solution for a standard title border workflow.
Choice A, Display, plots whatever is currently visible on screen. That means if you've zoomed out to see the stray object, it gets included — and the result changes every time the view changes. That's the opposite of reliable.
Choice B is the trap answer. Extents does not use drawing limits; it calculates the tightest bounding box around all objects in the drawing. With that stray object at 2000,2000, Extents would produce a massive, useless plot boundary far beyond your title border.
Choice C, Window, requires you to manually pick two corner points each time you plot. It doesn't automatically read drawing limits, and it introduces human error and extra steps — exactly what the question says you want to avoid.
Your study tip: memorize the one-line definition of each Plot Area option. "Limits = drawing limits, Extents = all objects, Display = current screen, Window = user-picked box." On the exam, whenever a stray object appears in a scenario, immediately rule out Extents. Question 3
A large site model contains several established issue regions. One region has already been saved as a named view called Permit-Area. Its boundary may need to be plotted repeatedly even after users zoom elsewhere in model space. The output must use the saved region rather than all drawing geometry.
Which Plot Area workflow most directly provides repeatable output of that region?
- Choose Display and restore Permit-Area only after opening the plot preview.
- Choose Extents and rely on Permit-Area to limit the drawing extents.
- Choose View and select Permit-Area from the available named views. (correct answer)
- Choose Limits and assign Permit-Area as the model-space limit boundary.
Explanation: When working with Plot Area settings in AutoCAD, the key question to ask yourself is: what defines the region I want to output? AutoCAD gives you several Plot Area options — Display, Extents, Limits, Window, and View — and each pulls its boundaries from a different source.
The View option is purpose-built for exactly this scenario. When you select it, AutoCAD populates a dropdown with every named view saved in the drawing. Choosing Permit-Area tells AutoCAD to use precisely that saved view's boundary as the plot region — no manual re-zooming, no redefining, no guessing. That repeatability is exactly what the passage requires, making C the correct answer.
A is a workflow trap. The Display option captures whatever is currently visible on screen, which means users must manually restore Permit-Area before plotting every time — and previewing doesn't lock that region in. It's error-prone and not truly repeatable. B misunderstands what Extents does: it plots all geometry with content, not a named view boundary. Permit-Area has no influence over drawing extents whatsoever. D confuses two separate concepts — Limits refers to the drawing's coordinate boundary set via the LIMITS command, and you cannot assign a named view as a limit boundary. This option simply doesn't work the way the answer implies.
As a study tip, remember that View = named views in the Plot dialog. Any time a question mentions saved or named views in the context of plotting, the View option is almost certainly the correct choice — it's the only plot area setting that directly references that saved data.
Question 4
A model-space plan must be issued at an exact scale of 1:100. The page setup displays that scale, but Fit to Paper is also selected. After the paper size is changed, a known dimension no longer measures correctly on the printed sheet.
Which change is necessary to restore a reliable exact scale?
- Clear Fit to Paper, set 1mm=100 drawing units, and verify the sheet is large enough for the output. (correct answer)
- Keep Fit to Paper, select Center the Plot, and confirm the displayed 1:100 scale entry is unchanged.
- Keep Fit to Paper, change the plot area to Extents, and lock the paper orientation to landscape.
- Clear Center the Plot, retain Fit to Paper, and enter a zero offset for both X and Y plot origin fields.
Explanation: When AutoCAD's Page Setup includes both an explicit scale entry and "Fit to Paper" checked, a conflict exists: Fit to Paper overrides the numeric scale and resizes the output to fill whatever paper size is loaded. This means the displayed scale (like 1:100) is cosmetic — it does not actually control the print. Any time you change the paper size, Fit to Paper recalculates the stretch factor, breaking dimensional accuracy entirely.
To restore a true 1:100 scale, you must remove the source of the conflict. Answer A is correct because clearing Fit to Paper forces AutoCAD to honor the explicit ratio you enter. Setting 1 mm=100 drawing units establishes the precise relationship: one millimeter on paper represents 100 units in model space, which is exactly 1:100. Verifying the sheet is large enough ensures your drawing area isn't clipped, which would make the printed output incomplete even if the scale itself is correct.
Answer B fails because keeping Fit to Paper preserves the overriding behavior — the 1:100 entry in the dialog becomes irrelevant no matter how many times you confirm it. Centering the plot addresses positioning, not scale integrity. Answer C compounds the problem further: changing the plot area to Extents tells AutoCAD to zoom all geometry to fill the sheet, which actively fights against any fixed scale. Locking orientation is unrelated to scale accuracy. Answer D confuses plot offset (the X/Y origin position) with scale control; clearing Center the Plot and zeroing offsets only moves where the drawing sits on the paper — it does nothing to enforce a 1:100 ratio.
As a study habit, remember: in AutoCAD plotting, Fit to Paper always wins over a typed scale entry. Whenever exact scale is required, that checkbox must be off. Question 5
A landscape layout has the correct paper size, plot area, and scale. The finishing department requires the title-block edge to emerge from the opposite side of the sheet, but changing to portrait would alter the relationship between the sheet width and height.
Which plot option changes the output by a half-turn while preserving landscape orientation and scale?
- Switch to portrait orientation and enable Center the Plot.
- Exchange the paper width and height in the custom scale fields.
- Retain landscape orientation and enable Plot Upside-Down. (correct answer)
- Retain landscape orientation and reverse the plot-window corners.
Explanation: When working with AutoCAD's plot settings, it helps to separate three independent controls: orientation (landscape vs. portrait), scale, and rotation. This question tests whether you know which setting rotates the output 180° without disturbing the other two.
The "Plot Upside-Down" checkbox does exactly one thing — it applies a half-turn (180°) to whatever is already configured. Because it operates on top of your existing settings rather than replacing them, enabling it while keeping landscape orientation selected preserves both the sheet's width-height relationship and the established scale. The title block simply emerges from the opposite edge, which is precisely what the finishing department needs. That makes C the correct approach.
A is a trap because switching to portrait swaps which dimension is "wide" and which is "tall," fundamentally changing the sheet proportions even if you re-center the plot. Centering only repositions content on the sheet — it does not rotate the output.
B is tempting if you think of flipping dimensions as equivalent to rotation, but exchanging width and height in custom scale fields distorts the plot scale rather than rotating it. You would be stretching or compressing geometry, not spinning it.
D sounds plausible — reversing the plot-window corners does shift which region AutoCAD reads — but it mirrors or shifts the captured area rather than delivering a clean 180° rotation of the final output. It also risks capturing unintended geometry.
A good study habit: whenever an AutoCAD question involves rotating output without changing orientation or scale, your first thought should be "Plot Upside-Down." It is the only control designed exclusively for that purpose.
Question 6
A technician opens a layout intended for an ARCH D sheet, but the Paper Size list contains only Letter and Legal sizes. The currently selected office printer does not support larger media.
Which action should the technician take before finalizing the plot area, scale, and orientation?
- Select Fit to Paper so AutoCAD adds ARCH D to the available paper sizes.
- Select Landscape so the Legal sheet is treated as an ARCH D sheet.
- Select or configure a plotter whose media definitions include the required ARCH D size. (correct answer)
- Select Extents so AutoCAD derives the paper size from the drawing geometry.
Explanation: When working in AutoCAD's Plot dialog, the paper sizes available to you are not a global list — they are entirely determined by the currently selected plotter or printer driver. Think of it this way: AutoCAD can only offer what the output device says it supports. If your selected printer only knows about Letter and Legal, that's all you'll see, regardless of what your layout requires.
This is why C is correct. Before you can even set a plot area, scale, or orientation for an ARCH D sheet, you must first select a plotter whose media definitions include ARCH D — whether that's a physical large-format plotter, a PDF driver configured for large media, or a custom PC3 file. Once the right device is selected, ARCH D will appear in the Paper Size dropdown, and the rest of the plot settings become meaningful.
Choice A misrepresents how "Fit to Paper" works — it scales the drawing content to fill whatever paper size is already selected; it has no ability to add new paper sizes to the list. Choice B is a conceptual trap: switching orientation to Landscape only rotates how content is placed on the sheet. A Legal sheet rotated landscape is still a Legal sheet — it never becomes ARCH D. Choice D, selecting Extents, defines what portion of the drawing gets plotted, not the paper size itself. Extents has no influence over which media sizes are available.
A good rule of thumb to remember: in AutoCAD, device first, then settings. Always confirm your output device before configuring any other plot parameters.
Question 7
A metric drawing uses millimeters as drawing units. A road segment that is 6000mm long in the model must measure 80mm on paper. Fit to Paper is cleared, and the required scale is not available in the predefined scale list.
Which custom plot-scale relationship produces the required output?
- Set 1mm of paper equal to 1 drawing unit, because the units already match.
- Set 1mm of paper equal to 75 drawing units. (correct answer)
- Set 1mm of paper equal to 7.5 drawing units.
- Set 75mm of paper equal to 1 drawing unit.
Explanation: When setting a custom plot scale in AutoCAD, you're defining how many drawing units correspond to one unit of paper. The formula to find this ratio is straightforward: divide the model dimension by the paper dimension. Here, 6000÷80=75, meaning every 1mm on paper represents 75 drawing units in the model. That makes B the correct answer — entering "1mm paper = 75 drawing units" will shrink the geometry by the right amount to fit the intended paper measurement.
Choice A is a common trap for beginners. Just because the drawing units and paper units share the same label (millimeters) doesn't mean a 1:1 scale is appropriate. Using a 1:1 ratio would print the road at its full 6000mm model size — wildly oversized for any standard sheet. Choice C results from a misplaced decimal: 7.5 is 75÷10, perhaps from confusing centimeters with millimeters somewhere in the calculation. It produces a scale roughly ten times too large on paper. Choice D inverts the relationship entirely — writing "75mm paper = 1 drawing unit" would magnify the geometry instead of reducing it, blowing up each drawing unit to 75mm on the sheet.
A useful tip: whenever AutoCAD asks for a custom plot scale, always set up the ratio as paper dimension÷model dimension, then express it as "1 paper unit = result drawing units." Double-check by confirming the drawing-unit number is larger than 1 when you're scaling a large model down to fit a small sheet. Question 8
A selected model-space plot window measures 240 by 120 drawing units. The device provides a printable area of 12in by 9in in landscape and 9in by 12in in portrait. Fit to Paper is cleared, and the required custom scale is 1 paper inch equals 20 drawing units.
Which settings plot the entire selected window at the required scale without clipping?
- Window area, landscape orientation, and 1in=20 drawing units. (correct answer)
- Window area, portrait orientation, and 1in=20 drawing units.
- Extents area, landscape orientation, and 1in=20 drawing units.
- Window area, landscape orientation, and 1in=10 drawing units.
Explanation: When plotting in AutoCAD, you must verify that your drawing fits within the printable area at the specified scale before committing to settings. The key calculation: divide each drawing dimension by the scale factor to find the required paper size, then confirm the chosen orientation can accommodate it.
Here, the window is 240×120 drawing units at 1in=20 units. That means you need 240÷20=12in wide and 120÷20=6in tall on paper. Landscape orientation provides 12in×9in, which fits the drawing exactly — no clipping occurs. This confirms A is correct: Window area, landscape, 1in=20 units.
B is wrong because portrait orientation provides 9in×12in. The width of only 9in cannot accommodate the required 12in, so the drawing would be clipped horizontally.
C is wrong because "Extents" plots everything visible in the drawing file, not just your selected window. If other geometry exists outside the window, it would be included and likely alter the output unpredictably.
D is wrong because changing the scale to 1in=10 units would require a 24in×12in sheet — far larger than what the device provides — causing severe clipping, and it violates the stated requirement of 1in=20 units.
As a quick study habit: always perform the division drawing dimension÷scale factor for both axes and compare against the printable area in the chosen orientation before selecting your plot settings. Question 9
A designer has zoomed and panned in model space until the drawing area shows exactly the content needed for a quick review print. Other geometry exists both inside the drawing extents and outside the current screen. The current view has not been saved, and the designer does not want to select two window corners.
Which Plot Area option should the designer select?
- Extents, because it plots all geometry contained in the drawing database.
- Display, because it plots the portion currently visible in the drawing area. (correct answer)
- View, because it automatically uses the current unsaved screen view.
- Window, because it reuses the visible screen boundary without corner selection.
Explanation: When setting up a plot in AutoCAD, one of the most important decisions is defining the Plot Area — essentially, what portion of your drawing gets sent to the printer. AutoCAD offers several options, and understanding what each one captures is key to answering questions like this.
In this scenario, the designer has manually positioned the view using zoom and pan, and wants to print exactly what's on screen. That perfectly describes the Display option, which plots whatever is currently visible in the drawing area viewport — nothing more, nothing less. Since the designer already has the right view framed up, selecting Display (choice B) delivers the print immediately without any additional input.
The distractors each represent a common mix-up. A (Extents) plots all geometry that exists anywhere in the drawing file — including objects way outside the current screen. This would likely produce a cluttered, zoomed-out print, not the targeted view the designer wants. C (View) sounds tempting because it references the "current view," but in AutoCAD, the View option only works with named, saved views — it will not appear as a usable option if no view has been saved, which the question explicitly states. D (Window) does let you define a custom rectangular area, but it requires you to manually pick two corner points — directly contradicting the condition that the designer doesn't want to select corners.
A useful memory trick: think of Display = "what I see is what I get." Whenever a question describes a designer who has already framed the perfect view on screen and wants a fast print, Display is almost always the answer.
Question 10
A layout is configured for an ARCH D landscape sheet. The title block is drawn full size in paper space, and a viewport inside it displays the model at 1:50. An operator proposes setting the layout's plot scale to 1:50 as well.
Which plot configuration preserves the intended sheet size and model scale?
- Plot Extents at 1:50 and leave the viewport scale unchanged.
- Plot Layout at 1:50 and change the viewport scale to 1:1.
- Plot Window at Fit to Paper and retain the viewport scale of 1:50.
- Plot Layout at 1:1 and retain the viewport scale of 1:50. (correct answer)
Explanation: When working with AutoCAD layouts, you need to keep two coordinate systems completely separate in your mind: paper space and model space. The layout (paper space) has its own plot scale, and each viewport has its own scale controlling how model geometry appears through it. These two scales serve different purposes and must not be confused.
The correct approach is D. A layout's title block is drawn at full size in paper space — meaning one paper-space unit equals one plotted inch. To preserve that relationship on the physical sheet, you must plot Layout at 1:1. This tells AutoCAD: "plot one paper-space unit as one real unit on paper." The viewport's separate scale of 1:50 is already controlling how the model appears inside the viewport, so you leave it untouched. Both intentions are preserved simultaneously.
A is wrong because "Plot Extents" ignores the layout boundary and plots whatever geometry exists in the drawing extents, which won't respect your carefully sized title block. B is a double error: setting the layout plot scale to 1:50 would shrink the title block to 501 of its intended size on paper, and changing the viewport scale to 1:1 would display the model at full size rather than the intended reduction — destroying both goals at once. C uses "Fit to Paper," which arbitrarily scales the entire layout to fill whatever sheet is loaded, overriding your intentional 1:50 model scale.
Study tip: On AutoCAD questions involving layouts, always ask yourself two separate questions — "What controls the sheet size on paper?" (layout plot scale, always 1:1) and "What controls the model view?" (viewport scale). Never mix them.