All questions
Question 1
A closed polyline is being converted into a wipeout. The drafter wants to retain the polyline as a reusable template for creating related masks later, but does not want later edits to that template to alter the current wipeout unexpectedly.
Which workflow correctly satisfies both requirements?
- Choose No when asked to erase the polyline; the retained polyline and wipeout remain independent. (correct answer)
- Choose Yes when asked to erase the polyline; AutoCAD retains an associative source boundary.
- Choose No when asked to erase the polyline; subsequent polyline edits reshape the wipeout automatically.
- Choose Yes when asked to erase the polyline; recover the source later by turning on wipeout frames.
Explanation: When AutoCAD converts a closed polyline to a wipeout, it asks whether you want to erase the source polyline. Understanding what each choice actually does — and what it doesn't do — is the core skill being tested here.
Choosing No leaves the original polyline intact on the drawing while also creating the wipeout as a completely separate, independent object. The wipeout is essentially a snapshot: it captures the polyline's shape at the moment of conversion and has no ongoing link to it. This means you can later modify the polyline as a reusable template without any risk of accidentally reshaping the existing wipeout — satisfying both of the drafter's requirements. That makes A the correct answer.
B is wrong on two counts: choosing Yes erases the polyline (so there's nothing to retain as a template), and AutoCAD does not create an associative boundary that remembers the source — the wipeout is always a static object regardless of which option you pick.
C describes the No option correctly in its first clause but then invents a dynamic, associative relationship that doesn't exist. Wipeouts in AutoCAD are not parametrically linked to polylines; editing the retained polyline later has zero effect on the wipeout.
D is a common trap. Turning wipeout frames on or off only controls the visibility of the frame border — it does not reconstruct or reveal a deleted source polyline.
A good rule of thumb: in AutoCAD, "erase source" questions are always about object independence, not association. When you need to preserve the original geometry and keep the new object unaffected, answering No is your safest move.
Question 2
A reusable room-tag block contains symbol linework and a wipeout. The wipeout correctly hides floor-plan geometry behind the block, but it also hides part of the symbol linework. The block must remain reusable and should not be exploded.
What is the most appropriate correction?
- Edit the block and place its symbol linework above the wipeout in the internal draw order. (correct answer)
- Send the complete block reference behind the floor-plan geometry in the host drawing.
- Move the wipeout to a higher-numbered layer while leaving the internal order unchanged.
- Freeze the floor-plan layers globally whenever an instance of the room tag is inserted.
Explanation: When working with blocks that contain wipeouts, you need to understand how draw order works both inside a block definition and in the host drawing. A wipeout is a masking object — it blanks out whatever is drawn beneath it in the draw order. If your symbol linework was drawn before the wipeout inside the block, the wipeout sits on top and erases it. The fix lives inside the block definition itself.
Answer A is correct because editing the block and moving the symbol linework above the wipeout in the internal draw order solves the problem at the source. Use the DRAWORDER command inside the Block Editor to bring the linework to the front. Since you're editing the definition — not an individual instance — every inserted copy benefits automatically, preserving full reusability.
Answer B is wrong because sending the entire block reference behind the floor-plan geometry defeats the purpose of the wipeout entirely. The wipeout only works when the block sits in front of the geometry it needs to mask — pushing the whole block behind makes the tag disappear under the floor plan.
Answer C is wrong because wipeouts mask based on draw order, not layer order. Moving the wipeout to a different layer number has no effect on which objects it obscures; layer stacking is not the same concept as object draw order in AutoCAD.
Answer D is wrong because freezing floor-plan layers is a destructive workaround that hides necessary geometry globally, breaking the drawing for anyone else working on it and requiring manual management on every insertion.
The key study tip: whenever a wipeout inside a block misbehaves, always look inward — fix the draw order inside the block definition first.
Question 3
In model space with a dark background, a newly created wipeout appears dark and blends into the drawing background. When plotted to a white PDF, the same region is blank rather than dark-filled.
How should the drafter interpret this behavior?
- It is unexpected because every wipeout should plot using the current model-space background color.
- It indicates that the wipeout layer color is being replaced by the active monochrome plot-style table.
- It indicates that plot transparency is enabled and has made a dark solid hatch fully transparent.
- It is expected because a wipeout masks with the display background and is not a printable dark solid fill. (correct answer)
Explanation: Whenever you see a question about wipeouts in AutoCAD, focus on what a wipeout actually is — not a filled solid object, but a masking tool. A wipeout covers underlying objects by displaying the current background color of the viewport or drawing area. It is essentially a display-layer illusion, not a plotted entity with its own fill color.
This is exactly why D is correct. In model space with a dark background, the wipeout appears dark because it's reflecting that background — giving the impression of a solid dark shape. But when you plot to a white-background PDF, the wipeout renders white (or blank) because it masks with the output background, which is white. The wipeout never contained a dark fill to begin with; it was always borrowing the background color for display purposes only.
Answer A is wrong because it assumes wipeouts carry and reproduce the model-space background color in the plot output. They don't — wipeouts adapt to whatever background exists at render time. Answer B incorrectly introduces monochrome plot-style tables as the cause. While CTB/STB tables can affect object colors during plotting, they act on actual object colors, not on a wipeout's masking behavior. Answer C confuses plot transparency — a setting used to allow hatches or fills to appear see-through — with a wipeout's inherent masking function. These are completely separate tools and settings.
As a study tip, remember this distinction: a wipeout masks, it doesn't fill. On the AutoCAD exam, any question describing a wipeout "disappearing" or changing appearance between model space and a plotted PDF is almost certainly testing this masking-versus-fill concept.
Question 4
A host drawing references a consultant's floor plan as an external reference. A keynote must cover a small portion of the referenced plan, but the consultant's file must not be edited. The mask should continue to work when the external reference is reloaded.
Which workflow best meets these requirements?
- Bind the external reference, erase the covered objects, and place the keynote on a locked layer.
- Open the referenced file, trim the covered geometry, and save the changes before reloading it.
- Clip the entire external reference to the keynote boundary and place the keynote behind the reference.
- Create a wipeout in the host drawing and order it above the external reference but below the keynote. (correct answer)
Explanation: When you need to visually mask part of an external reference without touching the referenced file, think about tools that live entirely in the host drawing and don't depend on modifying source geometry.
A wipeout is exactly that tool. It's a filled, opaque object you place in the host drawing that covers underlying objects during both display and plotting. By controlling draw order — placing the wipeout above the external reference but below the keynote — you create a clean mask that hides the portion of the consultant's plan you need to cover, while the keynote sits visibly on top. Because the wipeout exists only in the host file, reloading the external reference has no effect on it whatsoever. This makes D the correct workflow.
A fails the core requirement immediately: binding the external reference permanently embeds it into the host file, and erasing geometry permanently alters the data — the consultant's original file is effectively overridden rather than preserved.
B directly violates the constraint. Opening and trimming the consultant's file modifies it, which the scenario explicitly forbids.
C misapplies the Clip tool. Clipping an external reference hides everything outside a boundary, not a small internal portion. It would obscure far more of the plan than intended and places the keynote behind the reference, making it invisible anyway.
A useful rule of thumb: whenever a question says "do not edit the referenced file," your answer must involve a host-drawing-only tool. Wipeouts and draw order are your go-to combination for non-destructive masking in AutoCAD.
Question 5
Several pipe segments appear to stop at a large note because a wipeout has been placed behind the note. A reviewer assumes the covered portions were removed and excludes them from a later drawing-data calculation.
Which statement best describes the effect of the wipeout on those pipe objects?
- The covered portions become nonplotting geometry while remaining visible whenever the frame is enabled.
- The covered portions are automatically trimmed at the wipeout boundary but remain in the current layer.
- The covered portions remain unchanged; the wipeout only conceals their display based on draw order. (correct answer)
- The covered portions are converted into wipeout subobjects and excluded from object-data calculations.
Explanation: When you see a question about wipeouts in AutoCAD, ask yourself: does this tool edit objects or merely hide them visually? That distinction is everything here.
A wipeout is a masking object — it covers underlying geometry by drawing an opaque polygon on top of it in the display order. The pipe segments beneath it are completely untouched: their geometry, layer assignment, object data, and length all remain exactly as they were. The wipeout simply sits in front of them in the draw order, blocking your view. This is why C is correct. The reviewer's assumption in the passage is a real-world mistake — the pipes weren't removed or trimmed; they were only visually obscured.
Answer A is wrong because wipeout-covered objects don't become "nonplotting." If you plot the drawing, those objects will still plot normally unless their layer is separately turned off. The frame visibility toggle only controls whether the wipeout boundary rectangle itself is shown — it has no effect on whether underlying objects plot.
Answer B describes what the TRIM command does, not a wipeout. No trimming or geometric modification occurs when a wipeout is placed. The objects retain every vertex and endpoint they had before.
Answer D is a fabricated concept. AutoCAD has no mechanism that converts objects into "wipeout subobjects" or strips them from object-data calculations. Wipeouts are independent display-masking objects with no relational link to what lies beneath.
The study tip: treat wipeouts like a piece of paper taped over part of a drawing — the drawing underneath is unchanged. Any AutoCAD question suggesting a wipeout modifies underlying objects is describing behavior that simply doesn't exist.
Question 6
An irregular wipeout must be reshaped slightly after surrounding annotation is revised. Its frame is currently hidden, and the original source polyline was erased when the wipeout was created. The frame must remain absent from final output.
Which workflow is the most efficient?
- Set WIPEOUTFRAME to 2, select the wipeout, and adjust its boundary with grips. (correct answer)
- Set WIPEOUTFRAME to 1, redraw the source polyline, and leave that setting for plotting.
- Set WIPEOUTFRAME to 0, select the erased source polyline, and edit its vertices.
- Explode the wipeout into boundary segments, stretch them, and convert them back automatically.
Explanation: When working with wipeouts in AutoCAD, the key variable to understand is WIPEOUTFRAME, which controls three distinct states: 0 hides frames entirely, 1 displays and plots them, and 2 displays them on screen but suppresses them during plotting. This setting is what makes option A the most efficient workflow.
Since the frame must remain invisible in final output but you still need to reshape the wipeout, setting WIPEOUTFRAME to 2 is exactly right — it reveals the boundary grips on screen so you can drag and adjust vertices directly, while ensuring the frame never appears when you plot. No source polyline is needed, no extra geometry is created, and the setting itself handles the "hidden in output" requirement automatically. That's a clean, three-step solution using only built-in grip editing.
Option B is wasteful because setting WIPEOUTFRAME to 1 plots the frame, which directly violates the stated requirement. You'd also need to redraw the source polyline from scratch — unnecessary effort when grips can do the same job. Option C describes a workflow that simply doesn't work: WIPEOUTFRAME 0 hides the frame entirely, making it unselectable and impossible to grip-edit, and you cannot select an already-erased polyline regardless of frame visibility. Option D is a trap — wipeouts cannot be exploded into editable segments that automatically reassemble into a new wipeout. AutoCAD doesn't support that round-trip conversion.
A useful rule of thumb: WIPEOUTFRAME 2 is the "edit without plotting" mode. Whenever a question describes needing to modify a wipeout while keeping its frame out of printed output, that setting is your starting point.
Question 7
A drafter intends to use the Polyline option of WIPEOUT rather than tracing a boundary point by point. Four candidate polylines have been prepared.
Which candidate can be converted directly into a wipeout boundary?
- A closed, zero-width polyline composed entirely of straight segments. (correct answer)
- A closed, zero-width polyline containing one tangent arc segment.
- An open, zero-width polyline composed entirely of straight segments.
- A closed, constant-width polyline composed entirely of straight segments.
Explanation: When working with the WIPEOUT command's Polyline option, you need to know AutoCAD's strict requirements for what qualifies as a convertible boundary. Think of it as a checklist: the polyline must be closed, zero-width, and built from straight segments only — all three conditions must be satisfied simultaneously.
Choice A meets every requirement: it is closed (endpoints connect), zero-width (no assigned width property), and uses only straight segments. AutoCAD can cleanly extract this geometry as a wipeout mask, which is why A is the correct answer.
Choice B fails because WIPEOUT does not support arc segments — even a single tangent arc in an otherwise valid polyline disqualifies it. Wipeout boundaries are defined by straight-line vertices only; curved geometry cannot be represented in that format.
Choice C fails the closure test. An open polyline has no defined interior region, which is essential for WIPEOUT to know what area to mask. AutoCAD requires the polyline to close back on itself before it can generate a boundary.
Choice D fails because of the constant width. Even though it is closed and straight-segmented, a polyline with an assigned width has fill geometry that extends beyond its centerline path. AutoCAD rejects this because the extra width data conflicts with the clean vertex-to-vertex boundary that WIPEOUT expects.
A helpful memory rule: think "CSZ" — Closed, Straight, Zero-width. All three must be true. On the exam, distractors will typically violate exactly one of these three conditions, so checking each one systematically will protect you from traps.
Question 8
Before issuing a drawing set, a drafter wants wipeout boundaries to remain visible on screen for quality-control checks. The boundaries must not appear in the plotted PDF.
Which setting most directly produces the required result?
- Set WIPEOUTFRAME to 0 so frames are hidden and not plotted.
- Set WIPEOUTFRAME to 1 so frames are displayed and plotted.
- Set WIPEOUTFRAME to 2 so frames are displayed but not plotted. (correct answer)
- Set PLOTTRANSPARENCYOVERRIDE to 1 so frames display only on screen.
Explanation: When working with wipeouts in AutoCAD, the key variable to understand is WIPEOUTFRAME, a system variable that controls whether the rectangular boundary of a wipeout object is visible, plotted, or both. Questions like this test whether you know the three distinct states this variable offers — not just whether frames are on or off.
WIPEOUTFRAME set to 2 is the correct choice here because it creates exactly the split behavior described: frames appear on screen (useful for quality-control review) but are suppressed when the drawing is plotted or exported to PDF. This gives the drafter full visibility during the review process without cluttering the final deliverable.
A is wrong because setting WIPEOUTFRAME to 0 hides frames entirely — they won't appear on screen or in the plot. That eliminates the on-screen visibility the drafter needs for QC checks. B is wrong because setting it to 1 does the opposite of what's needed: frames are both displayed and plotted, meaning they would appear in the final PDF — exactly what the drafter wants to avoid. D is a trap answer. PLOTTRANSPARENCYOVERRIDE controls how transparency is handled during plotting and has nothing to do with wipeout frame visibility; it won't produce the selective display behavior described.
A useful memory anchor: think of the three WIPEOUTFRAME values as 0 = hidden everywhere, 1 = visible everywhere, 2 = visible on screen only. On AutoCAD exams, any time you see a question about displaying something on screen while suppressing it from the plot, immediately think of "value 2" variables like WIPEOUTFRAME, XCLIPFRAME, and IMAGEFRAME — they all follow the same 0/1/2 logic.
Question 9
A utility plan contains dense linework beneath a proposed equipment tag. The tag consists of text and a separate wipeout. Both objects exist, but the wipeout currently conceals the text as well as the utility lines.
Which draw-order workflow will mask the utility lines while keeping the tag text visible?
- Send the wipeout to Back, and then bring the tag text to Front.
- Bring the wipeout to Front, and then bring the tag text to Front. (correct answer)
- Bring the tag text to Front, and then bring the wipeout to Front.
- Bring the utility lines to Front, and then bring the tag text to Front.
Explanation: Whenever you see a question about draw order in AutoCAD, think of objects as layers in a stack — whatever sits highest in the stack appears on top visually. The DRAWORDER command lets you control this stack, and the key insight is that the last "bring to Front" command wins, because it places that object at the very top of the display stack.
Here's the logic behind answer B: First, bringing the wipeout to Front places it above the utility linework, so it successfully masks those lines. Then, bringing the tag text to Front places the text above the wipeout. The final stack from top to bottom is: tag text → wipeout → utility lines. The text is visible, the wipeout blanks out the lines behind it, and nothing covers the text. That's exactly the result you need.
Answer A fails immediately because sending the wipeout to Back places it beneath the utility lines — it can't mask what's in front of it, defeating its entire purpose. Answer C has the right objects but the wrong order: if you bring text to Front first and then bring the wipeout to Front, the wipeout ends up on top of the text, hiding it — which is the original problem you were trying to solve. Answer D is a conceptual mistake; bringing utility lines to Front would push them on top of both the wipeout and the text, making the clutter worse, not better.
A useful rule of thumb: set masking objects before finishing with the object that needs to show. Whatever you move to Front last is what the user will see on top — so always end with the object that must be readable.
Question 10
A revision note should mask part of a model-space plan in only one layout. Other layouts and model-space views must show the plan without that mask.
Which approach best limits the masking effect to the required sheet?
- Create the wipeout in model space and bring it in front of the plan geometry.
- Create the wipeout in paper space over that layout's viewport and place the note above it. (correct answer)
- Create the wipeout in model space and set its frame to a nonplotting display mode.
- Create the wipeout inside the plan block so every viewport inherits the same mask.
Explanation: Whenever AutoCAD asks about isolating a visual effect to a single layout, the key distinction is model space versus paper space scope. Anything placed in model space is visible across every viewport that displays that area, while objects placed in paper space exist only on that specific layout sheet.
A wipeout is a masking object that blanks out geometry beneath it. If you need that mask on only one sheet, you must place it in paper space on that layout. Option B does exactly this — the wipeout sits in paper space, covering the viewport's portion of the plan, and the revision note floats above it. No other layout or model-space view is affected because paper space objects never bleed into model space or other layouts.
Option A fails because placing the wipeout in model space makes it visible in every viewport that looks at that region of the drawing. You cannot confine a model-space object to a single sheet. Option C has the same fundamental flaw — even with the frame set to a nonplotting display mode, the wipeout itself still masks geometry in all viewports showing that area; hiding the frame border does not solve the scope problem. Option D is perhaps the most dangerous trap: inserting a wipeout inside the plan block propagates the mask everywhere the block is referenced, which is the opposite of limiting the effect.
Study tip: When a question involves visibility control per layout, your first instinct should be paper space. If it needs to appear everywhere, use model space; if it needs to appear on one sheet only, paper space is almost always the correct tool.