All questions
Question 1
A drafter must transfer several equipment outlines to another drawing. The required alignment point is the intersection of two construction lines, but neither construction line should be included in the transferred selection.
Which COPYBASE workflow provides the required alignment without transferring the construction lines?
- Select the outlines and one construction line, then use the line's endpoint as the base point
- Select only the outlines, but specify the construction-line intersection as the base point (correct answer)
- Select only the outlines, and accept the geometric center of the selection as the base point
- Select both construction lines, then erase them from the clipboard before pasting the outlines
Explanation: When working with COPYBASE (the COPY WITH BASE POINT command), it's critical to understand that the base point and the selection set are two independent decisions. The base point is purely a reference coordinate — it doesn't have to belong to any selected object, and selecting an object doesn't force you to use it as the base point. Keeping this separation in mind unlocks the correct workflow here.
Option B is correct because COPYBASE lets you pick any point in the drawing as your base point — including the intersection of two construction lines — even if those lines are not selected. You simply snap to the intersection using the Intersection osnap, then select only the equipment outlines. When you paste into the destination drawing, the geometry arrives perfectly aligned to the matching intersection there, and no construction lines are transferred.
Option A fails because including a construction line in the selection transfers it to the destination drawing, which the drafter explicitly wants to avoid. Using its endpoint as a base point is also less precise than snapping to the actual intersection.
Option C avoids transferring the construction lines, but the geometric center of an arbitrary group of equipment outlines is unlikely to coincide with the required alignment intersection — you'd lose the precise placement needed.
Option D is a fictional workflow. There is no "clipboard editor" in AutoCAD that lets you erase objects from a copied selection before pasting; the clipboard contents are not accessible that way.
The key takeaway: whenever a question asks about precise alignment in COPYBASE or PASTECLIP, ask yourself whether the base point must come from a selected object. In AutoCAD, it never does — any snappable point in the drawing qualifies.
Question 2
A drafter uses the standard clipboard copy command on a pump assembly. In the destination drawing, the assembly must be positioned by snapping its nozzle center to an existing pipe centerline intersection. The nozzle center was not used as a defined base point during the original copy.
What is the most reliable workflow for placing the assembly correctly in one paste operation?
- Paste the existing clipboard content and cycle through object snaps until the nozzle becomes the insertion grip
- Repeat the transfer with COPYBASE, using the nozzle center as the specified base point (correct answer)
- Use PASTEORIG and then change the destination drawing's origin to the pipe intersection
- Drag the existing clipboard content and hold Shift to redefine its base point while dropping
Explanation: When you need to transfer objects between drawings in AutoCAD, the base point you establish during the copy operation becomes your handle for precise placement. This question tests whether you understand the difference between the standard COPY command's clipboard behavior and the purpose-built COPYBASE command.
COPYBASE (Edit > Copy with Base Point) lets you define an exact reference point on your geometry before it ever reaches the clipboard. When you then paste into the destination drawing, AutoCAD uses that specified point as the insertion handle — meaning you can snap directly to the pipe centerline intersection in one clean operation. That's why B is the correct and most reliable workflow.
The distractors each represent a real misconception worth understanding. A is wrong because object snaps during a paste operation attach to geometry in the destination drawing, not to grip points on the incoming clipboard content — you cannot "cycle" to reassign which point on the pasted object acts as the handle. C misuses PASTEORIG, which places objects at their original absolute coordinates from the source drawing; shifting the destination drawing's origin afterward is a destructive workaround that would misalign everything else already placed. D describes behavior that simply doesn't exist in AutoCAD — holding Shift while dragging clipboard content does not allow you to redefine its base point mid-drop.
As a study tip: whenever a question involves precise placement of copied objects across drawings, look for COPYBASE as the signal answer. Standard clipboard copy (Ctrl+C) uses an arbitrary or last-picked point, while COPYBASE gives you intentional, snap-ready control from the start.
Question 3
Objects in a source drawing are on layer E-POWER and have color and linetype set to ByLayer. In the source, E-POWER is green with a dashed linetype. The destination already contains a layer named E-POWER that is red with a continuous linetype.
After the objects are copied and pasted into the destination, how will they normally display?
- Green and dashed, because the source layer definition always overwrites the destination definition
- Red and dashed, because linetype transfers but the destination color takes precedence
- Green and continuous, because color transfers but the destination linetype takes precedence
- Red and continuous, because the existing destination layer definition governs ByLayer properties (correct answer)
Explanation: When you copy and paste objects between drawings in AutoCAD, understanding how layer definitions interact is essential. The key principle: if the destination drawing already contains a layer with the same name, AutoCAD keeps the destination's layer definition intact — it does not overwrite it with the source definition.
Here's why D is correct. The objects have their color and linetype set to ByLayer, meaning they inherit those properties entirely from whatever layer they land on. Once pasted, the objects reside on the destination's E-POWER layer — which is red with a continuous linetype. Since there's no override at the object level, the destination layer governs completely. The objects display red and continuous.
Choice A is wrong because AutoCAD never overwrites an existing destination layer definition during a paste operation. The destination always wins when a name conflict exists. Choice B incorrectly suggests a split behavior — that linetype transfers independently while color defers to the destination. No such selective transfer occurs; the entire layer definition is either preserved or replaced, and here it's preserved. Choice C makes the same "split" mistake in reverse, imagining color crosses over while linetype stays. Again, that's not how AutoCAD handles this — ByLayer properties are a package deal tied to whichever layer definition governs the drawing.
A useful rule to remember: "Destination layer wins on a name match." When studying for the AutoCAD exam, watch for questions that test whether you understand ByLayer as a dependency on the current drawing's layer table, not the source drawing's. If the layer name already exists at the destination, paste imports the objects but leaves the layer definition untouched.
Question 4
A drafter copies several separate line and arc objects from one drawing. In the destination, the transferred objects should be inserted and handled as one block reference rather than as individually selectable objects.
Which destination command best produces the required result during the transfer?
- Use PASTECLIP, which pastes the clipboard objects as individual, separately selectable objects
- Use COPYBASE again, which groups the clipboard objects into a block before insertion
- Use PASTEORIG, which places the clipboard objects at their original source coordinates as separate objects
- Use PASTEBLOCK, which inserts the clipboard objects as a single block reference (correct answer)
Explanation: When working with clipboard operations in AutoCAD, the key distinction to understand is whether pasted objects arrive as individual entities or as a unified block reference. This distinction matters whenever a project requires grouped, non-editable placement of transferred geometry.
The command that directly solves this scenario is PASTEBLOCK (D). When you use PASTEBLOCK, AutoCAD wraps all clipboard contents into a single anonymous block and inserts it as one block reference at your chosen point. This means the lines and arcs behave as one selectable unit — exactly what the passage requires.
Each wrong answer fails for a specific reason. A (PASTECLIP) is the standard paste command, but it deposits every object individually and separately selectable — the opposite of the desired outcome. It's the most tempting distractor because it's the most commonly used paste command. B (COPYBASE) is a copy command, not a paste command; it lets you define a custom base point before copying to the clipboard, but it doesn't transform objects into a block — pasting still produces individual objects. C (PASTEORIG) pastes objects at their original source-drawing coordinates rather than letting you choose an insertion point, and crucially, it still places them as separate, individually selectable objects, not as a block.
A useful memory trick: the word "block" is literally in the command name PASTEBLOCK — when the requirement is a block reference on arrival, look for the command that explicitly names that behavior. On AutoCAD exams, questions about clipboard transfers often hinge on this individual-vs.-block distinction, so keep all four paste commands and their behaviors clearly separated in your notes.
Question 5
A drafter uses COPYBASE to copy selected details from Drawing A. Before pasting, the drafter closes Drawing A and activates Drawing B. No other clipboard operation is performed.
What should normally happen when the drafter pastes into Drawing B?
- The copied details are available but paste only at their original source coordinates, regardless of where the drafter clicks
- The copied details are lost because closing the source drawing clears the clipboard content
- The copied details remain on the clipboard and can be placed using the specified base point (correct answer)
- The copied details remain on the clipboard only when the source drawing was saved before closing
Explanation: When working with clipboard operations in AutoCAD, it helps to understand the difference between application-level and session-level behavior. COPYBASE (Copy with Base Point) stores selected objects on the Windows clipboard, which operates independently of any individual drawing file. This is the key insight the question is testing.
Because the clipboard is managed by the operating system — not by the AutoCAD drawing itself — closing Drawing A does not erase what was copied. The clipboard retains its contents until it is overwritten by a new copy/cut operation or the Windows session ends. When you switch to Drawing B and paste, AutoCAD uses the base point you defined with COPYBASE to position the geometry precisely where you click. This makes C the correct answer: the copied details remain available and paste relative to the specified base point.
A is wrong because COPYBASE specifically exists to avoid forced placement at original source coordinates — that behavior describes COPYCLIP without a reference point, and even then AutoCAD prompts for placement location. B is the most tempting distractor, but it reflects a misunderstanding: closing the source drawing clears nothing from the clipboard. The clipboard is not "owned" by Drawing A. D introduces a false condition — saving the source file has no connection to clipboard retention whatsoever.
A useful rule of thumb: whenever a question involves AutoCAD clipboard commands (COPYCLIP, CUTCLIP, COPYBASE), remember they write to the OS clipboard, not to the drawing file. Saving or closing drawings has no effect on what's stored there.
Question 6
A standard detail must be transferred between two drawings that use unrelated coordinate systems. Both drawings contain a matching column-grid intersection, and the detail must align exactly with that intersection. The destination location is too precise for visual placement.
Which method is most appropriate for this transfer?
- Use PASTEORIG because preserving world coordinates will align unrelated drawing coordinate systems
- Drag and drop the detail because the drop point automatically snaps to matching named intersections
- Use COPYBASE at the source intersection, then paste by snapping to the destination intersection (correct answer)
- Use standard Copy and paste, then accept the default insertion point generated from the selection
Explanation: When you need to move geometry between drawings with different coordinate systems, the key question is: how do you control where the pasted content lands? The answer depends entirely on your base point strategy.
COPYBASE (shortcut: Ctrl+Shift+C) lets you define a precise reference point at the moment of copying — in this case, the column-grid intersection. When you then paste into the destination drawing, AutoCAD asks where to place that reference point, and you can snap it exactly onto the matching intersection in the destination. This is why C is correct: you're creating a meaningful, geometry-specific anchor rather than relying on AutoCAD's defaults.
A is tempting but fundamentally misunderstands PASTEORIG. That command pastes content using its original world coordinates — meaning it places the geometry at the same X,Y,Z values it had in the source drawing. Since the two drawings use unrelated coordinate systems, those coordinates won't correspond to anything meaningful in the destination, and your detail will likely land far from the intended location.
B is simply false. Drag-and-drop has no feature that detects or snaps to named grid intersections across drawings. It's an imprecise method generally avoided for critical placement.
D describes standard Ctrl+C / Ctrl+V, which uses AutoCAD's automatically calculated insertion point (often the centroid of the selection or 0,0). You get no control over what reference point is used, making precise alignment impossible.
The study tip here: whenever a question involves precise cross-drawing placement, look for the option that gives you explicit control over the base point. COPYBASE exists specifically to solve this problem.
Question 7
Two drawings are open in tiled windows. A drafter selects several annotation objects in the source drawing and wants to transfer them interactively while ensuring that the originals remain in the source.
Which drag-and-drop workflow gives the drafter explicit control over the copy operation?
- Right-drag the selected objects into the destination, release, and choose Copy Here (correct answer)
- Right-drag the selected objects into the destination, release, and choose Move Here
- Left-drag the selected objects onto the source drawing's file tab, then choose Replace
- Shift-drag the selected objects into the destination, release, and choose Paste Original
Explanation: When working with multiple open drawings in AutoCAD, drag-and-drop behavior changes significantly depending on which mouse button you use — and that distinction is exactly what this question tests.
In AutoCAD, a right-drag operation is the power move for cross-drawing transfers. When you right-drag selected objects into a destination drawing and release the mouse button, AutoCAD presents a context menu with explicit options: Copy Here, Move Here, Paste as Block, and others. This puts you in control — you decide the operation after the drag, not before. Choosing Copy Here (answer A) leaves the originals intact in the source drawing and places copies in the destination. That is precisely the drafter's goal here.
Answer B is the trap that catches most students: right-dragging and choosing Move Here removes the objects from the source drawing, which violates the requirement that originals remain. The drag mechanics are correct, but the menu choice is wrong.
Answer C describes dragging onto a file tab, which switches the active drawing but does not provide a clean copy-versus-move prompt. "Replace" is not a standard AutoCAD right-drag menu option in this workflow, making C a fabricated distractor.
Answer D introduces Shift-drag, which in AutoCAD forces a move operation rather than a copy — the opposite of what's needed. There is also no "Paste Original" option in this context, so D combines a wrong modifier key with a nonexistent menu item.
Study tip: Memorize the AutoCAD drag rule: left-drag = move by default, right-drag = choice menu. Whenever a question mentions "explicit control" or "interactive selection," right-drag with a context menu is almost always the answer.
Question 8
Two site drawings use the same world coordinate system. A group of survey markers must appear at exactly the same coordinates in the destination drawing, and the drafter does not want to specify an insertion point manually.
Which transfer workflow most directly meets the requirement?
- Copy the markers to the clipboard, then use PASTEORIG in the destination drawing (correct answer)
- Use COPYBASE with the selection center, then paste at the destination drawing origin
- Drag the markers between tiled drawing windows and release near their expected location
- Copy the markers normally, then use PASTEBLOCK at the current crosshair location
Explanation: When two drawings share the same world coordinate system and you need geometry to land at identical coordinates in the destination file, the key concept is coordinate-preserving paste. Ask yourself: which command pastes using the original source coordinates rather than asking you to pick an insertion point?
That command is PASTEORIG, and it's exactly what option A describes. When you copy objects to the clipboard normally (COPY or Ctrl+C) and then use PASTEORIG in the destination drawing, AutoCAD places each object at the precise world coordinates it occupied in the source drawing — no manual insertion point required. Because both drawings share the same WCS, the survey markers arrive at exactly the right location automatically.
Option B is tempting but flawed. COPYBASE lets you define a custom base point, and pasting at the destination's origin (0,0,0) would only work correctly if your base point happened to be the origin too — an unlikely coincidence with survey markers scattered across a site. This workflow introduces manual steps and room for error.
Option C, dragging between tiled windows, gives you no coordinate precision at all. Releasing "near" the expected location is the opposite of exact placement — it's essentially freehand positioning.
Option D, PASTEBLOCK, converts the pasted objects into an anonymous block and places it at the current crosshair location. It neither preserves original coordinates nor avoids manual placement, making it doubly wrong for this scenario.
Your study tip: memorize the PASTEORIG command as the go-to tool whenever a question mentions "same coordinate system" and "no manual insertion point." That pairing is a reliable signal on AutoCAD exams.
Question 9
In a source drawing, a valve connection is located at (250,100). The drafter uses COPYBASE and specifies (200,50) as the base point. In the destination drawing, the drafter pastes at (1000,500).
At which coordinates will the valve connection be placed in the destination drawing?
- (1000,500), because the paste point replaces the copied geometry's coordinates
- (1050,550), because the offset from the base point is preserved (correct answer)
- (1200,550), because the source base-point coordinates are added to the paste point
- (1250,600), because the valve's original coordinates are added to the paste point
Explanation: When working with COPYBASE and Paste to Original Coordinates (or a standard paste), AutoCAD preserves the relative offset between the base point and the copied geometry — this offset is then applied from the paste point in the destination drawing. Think of the base point not as an origin reset, but as a handle you're grabbing the geometry with.
Here's the math: the valve connection sits at (250,100) and the base point is (200,50). The offset from the base point to the valve is (250−200, 100−50)=(50,50). When you paste at (1000,500), AutoCAD applies that same offset: (1000+50, 500+50)=(1050,550). That confirms B is correct.
A is wrong because pasting doesn't simply drop all geometry at the paste point — only the base point lands at (1000,500); everything else shifts by its relative offset. C incorrectly adds the source base-point coordinates (200,50) to the paste point, which confuses coordinate values with an offset — the base-point position is irrelevant after the offset is calculated. D adds the valve's original coordinates (250,100) to the paste point, treating the absolute source coordinates as if they were a displacement, which is not how AutoCAD handles the operation.
A reliable tip: whenever you see a COPYBASE question, immediately calculate the delta (difference) between the base point and the object of interest, then add that delta to the paste point. That two-step process will always give you the correct destination coordinates. Question 10
A source drawing contains a block reference named VALVE with a revised geometry. The destination drawing already contains an older block definition also named VALVE. The drafter copies and pastes the revised reference into the destination without first renaming or redefining the block.
Which result should the drafter expect and verify as part of quality control?
- The pasted reference normally uses the destination's existing VALVE definition, so it may display the older geometry (correct answer)
- The pasted reference uses the revised source geometry, replacing the destination's VALVE definition in the process
- The pasted reference is converted to unnamed geometry so that neither VALVE definition applies to it
- The paste operation is typically canceled because AutoCAD does not allow duplicate block names from different drawings
Explanation: When you copy and paste a block reference between drawings in AutoCAD, the software must resolve any naming conflict between the source and destination. The critical concept here is how AutoCAD handles duplicate block names during a paste operation.
AutoCAD's default behavior is to preserve the destination drawing's existing block definition when a name conflict occurs. This means the pasted reference is reassigned to use the already-defined VALVE block in the destination — the older one. The geometry you see after pasting will reflect the destination's definition, not the revised source geometry. This makes A the correct answer, and it's exactly the kind of silent discrepancy that can slip past an inattentive drafter during quality control.
B describes the opposite of what happens. AutoCAD does not automatically overwrite the destination's block definition with the incoming one — that would be destructive to existing drawing data and is not default behavior. To replace a block definition, you would need to use the block editor, the INSERT command with redefinition, or a tool like the Design Center with explicit override options.
C is incorrect because the pasted reference doesn't lose its block identity — it still becomes a block reference, just bound to the destination's existing definition rather than becoming anonymous geometry.
D is wrong because AutoCAD does not cancel the paste. It resolves the conflict silently by deferring to the destination, which is precisely what makes this scenario a quality control concern in the first place.
As a study tip, remember: AutoCAD favors the destination on name conflicts. Whenever you're pasting blocks between drawings, always verify the resulting geometry — don't assume the source version came through intact.