AutoCAD Quiz: Custom Scales And Named Views
9 questions · exam conditions
0:00
Custom Scales And Named ViewsQuestion 1 of 9

A layout viewport must show the model location and orientation stored in the named view Mechanical-Room, but its final plotted scale must be the custom scale 1:401:40. The viewport must not be changed accidentally afterward.

Which workflow most reliably produces the required result?

Activate the viewport, restore Mechanical-Room, apply 1:401:40 to the viewport, and then lock the viewport.
Apply 1:401:40 in paper space, restore Mechanical-Room in model space, and leave the viewport unlocked.
Restore Mechanical-Room, scale the model geometry by 1/401/40, and then lock the viewport boundary.
Lock the viewport first, restore Mechanical-Room, and set the layout page setup to 1:401:40.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Custom Scales And Named Views

Practice Custom Scales And Named Views 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 Custom Scales And Named Views, 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 viewport must show the model location and orientation stored in the named view Mechanical-Room, but its final plotted scale must be the custom scale 1:401:40. The viewport must not be changed accidentally afterward.

Which workflow most reliably produces the required result?

  1. Activate the viewport, restore Mechanical-Room, apply 1:401:40 to the viewport, and then lock the viewport. (correct answer)
  2. Apply 1:401:40 in paper space, restore Mechanical-Room in model space, and leave the viewport unlocked.
  3. Restore Mechanical-Room, scale the model geometry by 1/401/40, and then lock the viewport boundary.
  4. Lock the viewport first, restore Mechanical-Room, and set the layout page setup to 1:401:40.
Explanation: When working with layout viewports in AutoCAD, you need to think through three distinct operations in the right sequence: establishing the view content, setting the display scale, and protecting the result. Understanding the order matters because locking a viewport freezes its current state — whatever is set before locking is what gets preserved. The workflow in A is correct because it follows the logical dependency chain. You first activate the viewport (double-clicking to enter model space through it), then restore the Mechanical-Room named view to position and orient the model exactly as stored. Next, you apply the 1:401:40 scale through the viewport's scale control, which adjusts the zoom so that one paper unit equals forty model units. Finally, you lock the viewport, which prevents accidental panning or zooming that would shift the view or break the scale. B fails on two counts: scale is a viewport property set from within or directly on the viewport, not a general paper space setting, and leaving the viewport unlocked directly violates the requirement to prevent accidental changes. C is a fundamental misunderstanding — you never scale the model geometry to fix a viewport scale. The model always remains at real-world size; only the viewport magnification changes. Scaling geometry would corrupt your drawing data. D reverses the critical dependency: locking the viewport before restoring the named view and setting scale would lock the wrong state, and page setup controls plot paper size and plot scale, not the viewport display scale. A reliable memory rule: View → Scale → Lock, always in that order. Locking seals whatever is currently displayed, so get the content and scale right first.

Question 2

Three layout viewports must all use the nonstandard scale 1:1251:125. The office also wants the scale name to appear consistently when each viewport is selected.

Which method best meets both requirements without altering model geometry?

  1. Set the page setup plot scale to 1:1251:125 and leave all viewports at Fit.
  2. Activate each viewport and use ZOOM with an independently entered relative factor.
  3. Scale the model objects by 1/1251/125 before creating the three layout viewports.
  4. Add 1:1251:125 with SCALELISTEDIT and assign that named scale to each viewport. (correct answer)
Explanation: Whenever you see a question about viewport scales in AutoCAD layouts, ask yourself two things: does the solution display the correct scale by name, and does it leave model geometry untouched? AutoCAD's named scale list is the backbone of consistent, professional viewport scaling. When you use SCALELISTEDIT to add 1:1251:125 as a custom entry, that scale becomes available in the viewport's Properties palette and the scale drop-down. You can then assign it to each viewport directly, so every time a viewport is selected, the scale reads "1:125" by name — meeting both requirements cleanly. This is answer D, and it's the correct approach. Answer A fails because setting the page setup plot scale to 1:1251:125 controls how the entire sheet prints, not how individual viewports magnify model space. Leaving viewports at "Fit" means each viewport scales to whatever fills its frame — definitely not 1:1251:125. Answer B is tempting because ZOOM with a relative factor (e.g., 1/125XP) can technically achieve the correct display scale, but it produces an anonymous zoom level, not a named scale entry. The viewport's scale field won't show "1:125" consistently, so the office's second requirement goes unmet. Answer C is the most dangerous trap — scaling model geometry by 1/1251/125 corrupts your actual design data. All dimensions, areas, and coordinates become wrong. Never alter model geometry to compensate for a viewport scale. Study tip: On AutoCAD exams, questions that mention "named scale" or "consistent scale display" are almost always pointing toward SCALELISTEDIT. Know it as your go-to tool for custom scale management.

Question 3

A layout contains no viewports. Model space already contains a named view called Overall-Site, and the drafter wants to use that saved view as the starting content of a new viewport.

Which workflow most directly uses the named view for this purpose?

  1. Create a page setup named Overall-Site, apply it to the layout, and then run REGENALL.
  2. Restore Overall-Site in model space, switch to the layout, and set the layout plot area to View.
  3. Use Insert View on the layout tab, select Overall-Site, place the viewport, and confirm its scale. (correct answer)
  4. Insert Overall-Site as a block reference in paper space, scale it, and lock its layer.
Explanation: When working with named views and viewports in AutoCAD, the key question to ask yourself is: "Does AutoCAD have a dedicated tool for this exact task?" Often, the most direct workflow involves a purpose-built command rather than a workaround. AutoCAD's Insert View command (found on the Layout tab) does exactly what this scenario requires — it lets you select an existing named view from model space, place it as a new viewport on the layout, and immediately set its display scale. This single, streamlined workflow is why C is correct. You're not approximating or adapting another tool; you're using the feature AutoCAD designed specifically for this purpose. The other options each represent a different kind of misconception. A confuses page setups with view content — a page setup controls plot settings like paper size and printer assignment, not what geometry appears inside a viewport. Running REGENALL afterward wouldn't populate an empty layout with the named view. B describes a real but indirect approach: restoring the view in model space and setting the plot area to "View" affects what plots, but it doesn't create a viewport object on the layout, which is what the question asks for. D conflates blocks with views entirely — named views are saved display states, not block definitions, so you cannot insert one as a block reference. For your study strategy, remember that AutoCAD often has specialized commands for tasks that seem like they'd require multiple steps. When a question describes a very specific goal, look for the workflow that matches that goal directly rather than one that achieves a similar but subtly different result.

Question 4

A drafter activates a viewport and restores the named view North-Wing. The viewport is then assigned the custom scale 1:1001:100 and locked. Later, another user overwrites North-Wing with a different model-space location.

What happens to the already configured viewport solely because the named-view definition was overwritten?

  1. It immediately moves to the revised location but retains its locked custom scale of 1:1001:100.
  2. It normally remains at its existing view and scale until the revised named view is restored or reapplied. (correct answer)
  3. It immediately moves to the revised location and resets its viewport scale to Fit.
  4. It keeps the original location but changes its scale to match the revised named view.
Explanation: When working with viewports and named views in AutoCAD, it helps to understand that these are two separate, independent objects. A named view is simply a saved set of parameters — a camera location, target, and zoom level stored in model space. A viewport, on the other hand, is a paper space object that displays whatever you've configured it to show. Restoring a named view into a viewport is a one-time action, not a live link. This distinction is exactly why B is correct. Once you restore North-Wing into the viewport and lock it at 1:1001:100, the viewport stores its own display state independently. Overwriting the named view definition in model space does not reach back and update any viewport that previously used it — there is no persistent connection. The viewport simply continues showing what it was configured to show. A is wrong because it assumes a live link exists between the named view and the viewport, causing automatic repositioning. No such link exists in AutoCAD. C makes the same false assumption about automatic repositioning, and adds a second error — claiming the scale resets to Fit, which would only happen if you explicitly zoom or refit the viewport. D contains yet another variation of this misconception: that the scale would silently update to match the revised named view while somehow preserving the original location. Neither half of that description reflects how AutoCAD actually behaves. A useful rule of thumb: in AutoCAD, "restore" and "assign" actions are snapshots, not subscriptions. When you see questions about viewports and named views changing later, ask yourself whether a live, dynamic link was ever established — in almost every case, the answer is no.

Question 5

A custom scale named 1:1251:125 was added to a project drawing. When a new drawing is created from the office's older template, the custom scale is not available.

Which action will make the custom scale available by default in future drawings created from that template?

  1. Add 1:1251:125 to the current user profile and export the updated profile.
  2. Add 1:1251:125 to the template's scale list and save the updated template. (correct answer)
  3. Add 1:1251:125 to the plotter configuration and save the revised PC3 file.
  4. Add 1:1251:125 to the current workspace and save the revised CUI settings.
Explanation: When a question asks about making settings persistently available in future drawings, think about where AutoCAD drawings inherit their default content. Every new drawing starts life as a copy of a template (.dwt file) — whatever is stored inside that template becomes the baseline for all drawings created from it. Scale lists are stored at the drawing level, not at the application level, which is the key insight here. The correct approach is B: add the 1:1251:125 scale to the template file's scale list using the Edit Drawing Scales dialog (accessed via the scale list dropdown or SCALELISTEDIT), then save the .dwt file. Any drawing subsequently created from that template will inherit the updated scale list automatically. A is a trap because user profiles store interface preferences — toolbar positions, crosshair size, pointer settings — not drawing content like scale lists. Exporting a profile shares UI configuration, not geometry or annotation data. C misleads you into thinking plotter configuration (.pc3 files) controls scale availability. PC3 files define printer/plotter hardware settings such as paper sizes and output quality — they have no connection to the viewport scale list you see in model or paper space. D confuses workspace settings with drawing data. A workspace (saved via CUI) controls which ribbons, toolbars, and palettes are visible on screen. It contains no drawing-level content like custom scales. A useful rule of thumb: if the goal is to make drawing content (scales, layers, styles, blocks) available by default, the answer almost always involves editing and saving the template file.

Question 6

A metric site plan is drawn full size with one model-space unit representing one millimeter. A layout viewport must display the plan at 1:751:75, but that scale is not available in the drawing's scale list.

Which custom-scale definition will produce the required viewport scale?

  1. Name it 1:751:75 and set Paper units to 11 and Drawing units to 7575. (correct answer)
  2. Name it 1:751:75 and set Paper units to 7575 and Drawing units to 11.
  3. Name it 1:751:75 and set Paper units to 11 and Drawing units to 0.01330.0133.
  4. Name it 1:751:75 and set Paper units to 7575 and Drawing units to 10001000.
Explanation: When setting a custom viewport scale in AutoCAD, you're defining a ratio that tells the software how many paper units correspond to how many drawing units. The formula is simple: Scale=Paper unitsDrawing units\text{Scale} = \frac{\text{Paper units}}{\text{Drawing units}}. For a 1:751:75 scale, every 11 unit on paper represents 7575 units in the model, so you need 175\frac{1}{75}. Choice A is correct because setting Paper units to 11 and Drawing units to 7575 produces exactly that ratio — 175\frac{1}{75} — which is the mathematical definition of 1:751:75. AutoCAD uses this ratio to shrink the model view down to fit the sheet correctly. Choice B reverses the fields, entering Paper units as 7575 and Drawing units as 11. This creates a ratio of 751\frac{75}{1}, which is a 75:175:1 enlargement — the exact opposite of what you want. This is the most common trap on scale questions. Choice C sets Drawing units to 0.01330.0133, which approximates 175\frac{1}{75} as a decimal, then applies it incorrectly. The result is 10.013375:1\frac{1}{0.0133} \approx 75:1, again an enlargement rather than a reduction, and an imprecise one at that. Choice D uses 7575 and 10001000, producing 751000=113.33\frac{75}{1000} = \frac{1}{13.33}, which corresponds roughly to 1:13.331:13.33 — not 1:751:75 at all. This appears to confuse millimeter-to-meter unit conversions with scale factors. A reliable memory trick: in a reduction scale like 1:751:75, the larger number always goes in the Drawing units field, because the model is bigger than the paper representation.

Question 7

An architectural floor plan uses inches as its model-space drawing units. A viewport must plot at 3/163/16 inch on paper equals 11 foot in the model.

Which Paper units and Drawing units values define an equivalent custom scale?

  1. Paper units =1=1 and Drawing units =64=64 (correct answer)
  2. Paper units =1=1 and Drawing units =48=48
  3. Paper units =3=3 and Drawing units =16=16
  4. Paper units =16=16 and Drawing units =3=3
Explanation: When setting a custom viewport scale in AutoCAD, you're defining a ratio: paper units ÷ drawing units. The key is converting your scale into consistent units before entering values. Since the model is drawn in inches, both sides of the ratio must use inches. The given scale is 316\frac{3}{16} inch (paper) = 1 foot (model). Because the model uses inches, convert 1 foot to 12 inches, giving you 316\frac{3}{16} inch paper = 12 inches model. To eliminate the fraction, multiply both sides by 163\frac{16}{3}: paper becomes 11 inch, and drawing units become 12×163=6412 \times \frac{16}{3} = 64 inches. So the correct custom scale is Paper = 1, Drawing = 64 — confirming answer A. Choice B (Drawing = 48) is a common trap: 48 comes from treating 1 foot as the drawing unit without converting to inches (3÷16×48=933 \div 16 \times 48 = 9 \neq 3), or from misremembering the foot-to-inch conversion. Choice C (Paper = 3, Drawing = 16) simply plugs the raw numbers from the original fraction directly — this would mean 3 paper inches = 16 model inches, a completely different and much larger scale. Choice D (Paper = 16, Drawing = 3) inverts the ratio entirely, which would create a massive enlargement rather than a reduction. Study tip: Always convert all units to the model's base unit (here, inches) before calculating. Write the ratio as paper:model\text{paper} : \text{model}, simplify to get Paper = 1, then solve for Drawing units. This one-step conversion prevents the most common errors on scale questions.

Question 8

The named view Electrical-Area was saved without the Save layer snapshot with view option. Afterward, several model layers were turned off. The drafter activates a layout viewport and restores Electrical-Area.

What should the drafter expect after restoring the named view?

  1. Only the current layer states are restored, while the viewport's direction and area remain unchanged.
  2. The saved view direction and area are restored, and all layers return to their states at creation.
  3. The saved view direction and area are restored, but the viewport retains the current layer states. (correct answer)
  4. The named view cannot be restored because it does not contain a saved layer snapshot.
Explanation: When working with named views in AutoCAD, it helps to separate two independent concepts: the view geometry (the saved direction, zoom level, and area) and the layer state (which layers are on, off, frozen, etc.). Named views always store the view geometry. Whether they also store layer states depends entirely on whether Save layer snapshot with view was enabled at the time of saving. In this scenario, the view was saved without the layer snapshot option. This means AutoCAD recorded where the view points and what area it frames — but it captured nothing about layers. When the drafter restores Electrical-Area inside the layout viewport, AutoCAD faithfully repositions the view to the saved geometry. However, because no layer data was embedded in the view, the drawing's current layer states — including the layers that were turned off afterward — remain exactly as they are. The view snaps into place, but the layer visibility stays frozen in its current condition. That's precisely what option C describes, making it correct. Option A is wrong because it reverses the logic — it suggests the view geometry is not restored, which contradicts how named views fundamentally work. Option B describes what would happen if the layer snapshot had been saved; since it wasn't, layers cannot revert to their creation-time states. Option D is a tempting trap, but missing a layer snapshot does not prevent a view from being restored — it simply means the layers won't be included in the restoration. A good rule of thumb: always ask yourself, "Was the layer snapshot saved?" That single checkbox determines whether a named view is a full restore or a geometry-only restore.

Question 9

A drafter has created a viewport and selected its boundary in paper space. The required scale, 1:1251:125, does not appear in either the viewport scale control or the Standard scale property.

What should the drafter do before assigning the scale to the viewport?

  1. Use PROPERTIES to rename an existing scale entry as 1:1251:125.
  2. Use PAGESETUP to add 1:1251:125 as the layout's plot scale.
  3. Use UNITS to change the drawing's insertion scale to 1:1251:125.
  4. Use SCALELISTEDIT to add 1:1251:125 to the drawing scale list. (correct answer)
Explanation: Whenever a required scale is missing from AutoCAD's viewport scale dropdown or the Standard scale property list, the issue isn't the viewport itself — it's that the scale simply doesn't exist in the drawing's scale list yet. AutoCAD maintains a master list of available scales that populates both the viewport scale control and the Properties palette. If 1:1251:125 isn't there, you must add it before you can assign it. The correct approach, answer D, is to use the SCALELISTEDIT command. This command opens the Edit Drawing Scales dialog, where you can add, edit, delete, or reorder scales. Once you add 1:1251:125, it immediately becomes available in the viewport scale control and Standard scale property, and the drafter can assign it normally. Answer A is tempting but wrong — PROPERTIES lets you view and modify object properties, but it cannot rename or create entries in the scale list itself. Answer B is a misdirection: PAGESETUP controls how a layout is plotted (paper size, plotter, plot style), not what viewport scales are available. Changing the plot scale there won't add 1:1251:125 to the viewport scale list. Answer C is similarly off-track; UNITS controls measurement units and insertion scaling for blocks, not the list of named scales available to viewports. A useful pattern to remember: any time a viewport scale is "missing," your first move should always be SCALELISTEDIT. Think of it as the gatekeeper for all named scales in a drawing — if a scale isn't in that list, AutoCAD simply doesn't know it exists.