AutoCAD Quiz: Opening And Creating Drawings
10 questions · exam conditions
0:00
Opening And Creating DrawingsQuestion 1 of 10

A CAD manager has created a protected company template named Office-Plan.dwt. A designer must begin a project using its layers, styles, layouts, and other settings without risking changes to the template itself.

Which workflow best meets the requirement?

Use OPEN on Office-Plan.dwt, begin drafting, and use SAVEAS only when the first project revision is complete.
Use NEW, select Office-Plan.dwt, and save the resulting unnamed drawing as a DWG project file.
Use OPEN on Office-Plan.dwt, enable read-only mode, and continue using the DWT as the project file.
Create a blank drawing, attach Office-Plan.dwt as an external reference, and bind it before drafting.
← Back to quizzes

AutoCAD Quiz

AutoCAD Quiz: Opening And Creating Drawings

Practice Opening And Creating Drawings 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 Opening And Creating Drawings, 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 CAD manager has created a protected company template named Office-Plan.dwt. A designer must begin a project using its layers, styles, layouts, and other settings without risking changes to the template itself.

Which workflow best meets the requirement?

  1. Use OPEN on Office-Plan.dwt, begin drafting, and use SAVEAS only when the first project revision is complete.
  2. Use NEW, select Office-Plan.dwt, and save the resulting unnamed drawing as a DWG project file. (correct answer)
  3. Use OPEN on Office-Plan.dwt, enable read-only mode, and continue using the DWT as the project file.
  4. Create a blank drawing, attach Office-Plan.dwt as an external reference, and bind it before drafting.
Explanation: Whenever you see a question about templates in AutoCAD, focus on one core principle: a .dwt file is a starting point, not a working file. Its purpose is to seed new drawings with pre-configured settings — layers, styles, layouts — while remaining untouched for future use. The safest and most professional workflow is exactly what B describes. When you invoke the NEW command and select Office-Plan.dwt, AutoCAD generates a fresh, unnamed drawing that inherits all of the template's settings. You then save that drawing as a .dwg project file. The original .dwt is never opened or modified — it stays protected for the next designer who needs it. Here's why the other options fall short. A is dangerous because opening the .dwt directly with OPEN puts you inside the template file itself. Waiting until the first revision to use SAVEAS means you risk accidentally overwriting the template if you forget — or if AutoCAD prompts an auto-save. C compounds this problem: read-only mode does prevent saving, but it also means you cannot save your work at all without explicitly choosing a new path every time — and it still treats the DWT as the active project file, which is conceptually wrong. D sounds creative but is completely incorrect; DWT files are not meant to be used as external references (XREFs). XREFs are for referencing other project drawings, not for inheriting template settings. Study tip: On AutoCAD workflow questions, always ask yourself — "Does this action protect the source file?" If a workflow touches the .dwt directly as a working document, it's almost certainly wrong.

Question 2

The default template assigned to QNEW is Office-Architecture.dwt. A user needs to create one survey drawing from Survey.dwt, but subsequent uses of Ctrl+N must continue to use Office-Architecture.dwt.

What should the user do?

  1. Replace the QNEW default with Survey.dwt, create the survey drawing, and leave the revised default in effect.
  2. Run QNEW, then import Survey.dwt into the resulting architectural drawing as a block definition.
  3. Run NEW and explicitly select Survey.dwt without changing the template assigned to QNEW. (correct answer)
  4. Open Survey.dwt directly, draft in the template, and restore Office-Architecture.dwt when the work is complete.
Explanation: When working with templates in AutoCAD, you need to distinguish between two separate commands: QNEW and NEW. QNEW is a "quick new" command that automatically opens a drawing using whatever template is assigned to it in your settings — it skips the template selection dialog entirely. NEW, by contrast, always prompts you to choose a template, giving you full control without touching any saved settings. In this scenario, the goal is to create one drawing from Survey.dwt while keeping Office-Architecture.dwt as the QNEW default for all future Ctrl+N uses. Running NEW and manually selecting Survey.dwt accomplishes exactly that — you get your survey drawing without ever modifying the QNEW configuration. That makes C the correct answer. A is tempting but creates a problem: it tells you to change the QNEW default to Survey.dwt and leave it there. That directly contradicts the requirement that Ctrl+N continue using Office-Architecture.dwt afterward. Even if you remember to change it back, the question says the revised default is "left in effect," so this fails the constraint. B is based on a fundamental misunderstanding. Importing a template as a block definition doesn't apply the template's layer standards, dimension styles, or other settings to the drawing — it just inserts geometry. Templates are not blocks. D requires unnecessary extra steps and introduces risk: opening Survey.dwt directly means drafting inside the template file itself, which could corrupt or overwrite it, and you'd still need to manually restore the QNEW setting. Study tip: On AutoCAD exam questions, watch for scenarios where one command changes persistent settings (QNEW, OPTIONS) versus one that acts only on the current session (NEW, OPEN). Choosing the non-destructive path is almost always the right answer.

Question 3

A company provides two templates. Plant-Imperial.dwt uses inches, imperial linetype definitions, and inch-based dimension styles. Plant-Metric.dwt uses millimeters, metric linetype definitions, and millimeter-based dimension styles. A new drawing will receive millimeter-based equipment blocks using automatic insertion scaling.

Which setup is most appropriate for the new drawing?

  1. Create it from Plant-Metric.dwt so both insertion units and the stored drafting standards begin as metric. (correct answer)
  2. Create it from Plant-Imperial.dwt and change only the displayed unit format to decimal millimeters.
  3. Create it without a template and set insertion units to millimeters after the first equipment block is inserted.
  4. Create it from Plant-Imperial.dwt and apply a scale factor to each metric block after insertion.
Explanation: When setting up a drawing in AutoCAD, three systems must work together consistently: the drawing units, the insertion units (INSUNITS), and the stored drafting standards (dimension styles, linetypes, text styles). When these three align from the start, automatic block scaling works correctly and you avoid costly corrections later. Starting from Plant-Metric.dwt is the right move here because the template establishes all three systems in millimeters simultaneously. AutoCAD's automatic insertion scaling compares the block's source INSUNITS to the drawing's INSUNITS and scales accordingly — but only if the drawing's units are correctly set from the beginning. Plant-Metric.dwt ensures the dimension styles, linetype scale factors, and unit base all speak the same language as the incoming metric blocks. Choice B is a common trap: changing only the displayed unit format (the UNITS dialog appearance) does not change INSUNITS or recalibrate the dimension and linetype standards stored in the template. You'd have imperial drafting standards dressed up in decimal notation — a mismatch waiting to cause errors. Choice C fails because starting without a template means AutoCAD defaults to its own generic settings, and setting INSUNITS after the first block is inserted is too late — that block has already been placed without correct scaling context. Choice D forces you to manually apply a scale factor to every block, which is exactly the manual workaround that automatic insertion scaling is designed to eliminate, and it still doesn't fix the mismatched drafting standards inherited from the imperial template. Your study tip: on AutoCAD setup questions, always ask whether all three systems — drawing units, INSUNITS, and drafting standards — are aligned. A change to just one is almost never the correct answer.

Question 4

Project.dwg was accidentally overwritten with unwanted changes. In the same folder, Project.bak contains the previous saved version. The original Project.dwg must remain available while the older version is inspected.

Which procedure should be used to open the backup safely?

  1. Open Project.bak as a template and create a new drawing from the backup file.
  2. Insert Project.bak into a blank drawing and explode the inserted reference into editable objects.
  3. Copy Project.bak, rename the copy with a .dwg extension, and open the renamed copy. (correct answer)
  4. Rename the current Project.dwg as Project.bak and use OPEN to select the original backup.
Explanation: When working with AutoCAD backup files, the key concept is understanding what a .bak file actually is: a byte-for-byte copy of the drawing saved in the previous session, stored with a different extension. AutoCAD cannot open .bak files directly through its standard Open dialog, so you need a safe workaround — one that also preserves the files you already have. The correct approach, option C, works because .bak files are structurally identical to .dwg files. By copying the backup first and then renaming the copy's extension to .dwg, you create an independently openable file without disturbing either the corrupted Project.dwg or the original Project.bak. Both originals remain intact, satisfying the scenario's requirement that the current file stay available. Option A is flawed because opening a file "as a template" creates a .dwt-based drawing — templates strip out certain drawing settings and aren't designed for file recovery. More importantly, AutoCAD won't recognize .bak in the template browser at all. Option B describes an XREF or block-insert workflow, which would bring in geometry but lose layer structures, named objects, and drawing properties — it's a destructive and incomplete recovery method. Option D is the most dangerous distractor: renaming Project.dwg to Project.bak overwrites or conflicts with the existing backup, potentially destroying the only good copy you have. It reverses the logic entirely. A useful rule of thumb: whenever a recovery question involves preserving existing files, the safe answer always involves copying before modifying. Never rename or overwrite originals during file recovery.

Question 5

A shared template named MEP-Standard.dwt can be found through Windows File Explorer, but it does not appear in AutoCAD's normal template selection location. The CAD manager wants users to find it through NEW without browsing to the network folder each time.

Which AutoCAD configuration should the CAD manager change?

  1. Add the folder to the Automatic Save File Location and restart the current drawing session.
  2. Set the shared folder as the Drawing Template File Location under Template Settings. (correct answer)
  3. Add the template filename to the Printer Configuration Search Path under Files settings.
  4. Set the shared folder as the Temporary Drawing File Location under Files settings.
Explanation: When AutoCAD opens the New dialog (or the Select Template dialog), it doesn't search your entire network — it only displays templates stored in a specific configured path called the Drawing Template File Location. This setting lives under Options → Files → Template Settings → Drawing Template File Location. Understanding this path hierarchy is the key to answering any question about where AutoCAD looks for files automatically. Since MEP-Standard.dwt is visible in File Explorer but not in AutoCAD's template picker, the problem is simply that AutoCAD doesn't know where to look. The fix is straightforward: point AutoCAD to that shared folder by setting it as the Drawing Template File Location. Once saved, every user whose AutoCAD profile references that path will see the template appear in the New dialog without manual browsing — exactly what the CAD manager needs. B is correct. Choice A is wrong because the Automatic Save File Location controls where AutoCAD's auto-recovery backups (.sv$ files) are stored — it has nothing to do with templates appearing in the New dialog. Choice C is a trap for students who notice the word "search path" and assume it applies broadly. The Printer Configuration Search Path tells AutoCAD where to find .pc3 printer configuration files, not drawing templates. Choice D is wrong because the Temporary Drawing File Location stores temp files AutoCAD creates during active editing sessions — again, completely unrelated to template discovery. A useful study habit: when you see AutoCAD file-path questions, mentally sort the path types — templates, printers, support files, and temp files each have dedicated settings, and mixing them up is exactly what the distractors are designed to exploit.

Question 6

A user opens Building-A.dwg and then needs to inspect Building-B.dwg while keeping each drawing's layers, layouts, and database independent. AutoCAD is operating in its normal multiple-document mode.

Which action preserves the two files as separate drawings during the review?

  1. Insert Building-B.dwg as a block into Building-A.dwg and switch between its block definition and model space.
  2. Attach Building-B.dwg as an external reference to Building-A.dwg and bind it before comparing drawing contents.
  3. Use OPEN for Building-B.dwg and switch between the two independent drawings using their file tabs. (correct answer)
  4. Copy the contents of Building-B.dwg into a new drawing and work within that single drawing to compare both sets of content.
Explanation: When a question asks about keeping two drawings "independent" with separate layers, layouts, and databases, you should immediately focus on AutoCAD's multiple-document interface (MDI) — the ability to have several drawings open simultaneously as distinct files. Opening Building-B.dwg with the OPEN command creates a second, fully independent drawing session. AutoCAD displays each open file as its own tab along the top of the drawing area, and you can click between them instantly. Nothing is merged, embedded, or linked — both drawings retain their own layer tables, layout tabs, block definitions, and drawing databases entirely. That's exactly what the question requires, making C the correct answer. A is a trap because inserting a drawing as a block absorbs its geometry into Building-A.dwg's database. The block definition becomes part of Building-A, merging layer names and losing Building-B's independent structure — the opposite of preservation. B sounds sophisticated, but attaching an external reference and then binding it defeats the purpose. Binding converts the xref into a permanent block within the host drawing, folding Building-B's content into Building-A's database. Even before binding, an xref creates a dependency relationship rather than two independent files. D copies Building-B's contents into a third drawing, which still collapses everything into one file. You lose Building-B as a standalone document and create potential layer-name conflicts in the combined drawing. Study tip: On AutoCAD questions, watch for the word "independent." When both files must stay fully separate, the answer almost always involves the standard OPEN command and MDI file tabs — not inserting, xreffing, or copying content.

Question 7

Several drawings were created last month from Civil-Base.dwt. The template is revised today with new layers, text styles, and page setups. Tomorrow, a designer opens one of last month's DWG files.

What should the designer expect?

  1. The DWG will automatically import the revised template settings because its original template path is retained.
  2. The DWG will retain its stored settings; the revised template affects drawings created from it afterward. (correct answer)
  3. The DWG will compare itself with the revised template and prompt for each changed named object.
  4. The DWG will adopt the revised layers and styles but retain its original layouts and page setups.
Explanation: When working with AutoCAD templates (.dwt files), it's essential to understand the relationship between a template and the drawings created from it. Think of a template as a mold: once a drawing is cast from it, the drawing becomes fully independent. The template and the drawing no longer have any live connection. This is exactly why B is correct. When a DWG is created from a template, AutoCAD copies the template's named objects — layers, text styles, page setups, etc. — into that drawing file at the moment of creation. From that point forward, the drawing carries its own self-contained copy of those settings. Revising the original template later has absolutely no effect on existing drawings; it only influences new drawings created from the updated template going forward. The other choices reflect common misconceptions worth addressing. A is wrong because AutoCAD does not maintain a live link back to the template file. The original template path is not used to sync or update the drawing — it simply records where the drawing originated, nothing more. C describes behavior that doesn't exist in AutoCAD; there is no automatic comparison or prompt-based synchronization between a drawing and its source template after creation. D is a sneaky partial-truth trap — it implies some settings update while others don't, but in reality, nothing updates automatically. No layer, style, or page setup is inherited after the drawing is created. As a study tip, remember: AutoCAD templates are a one-time snapshot, not a subscription. Any question suggesting drawings automatically inherit template changes after creation is describing behavior that simply doesn't exist.

Question 8

A completed project drawing contains approved layers, text styles, dimension styles, layouts, and page setups that should become the basis of future projects. It also contains project-specific model geometry that must not appear in new drawings.

Which workflow creates the most appropriate reusable template?

  1. Keep the project geometry, save another DWG, and instruct users to erase the geometry after opening each copy.
  2. Run WBLOCK on the project geometry and save the resulting block file with a DWT file extension.
  3. Purge every unused named definition, save the drawing as a DWG, and designate it as read-only.
  4. Remove project-specific objects, retain the intended settings and layouts, and use SAVEAS to create a DWT. (correct answer)
Explanation: When a question asks about creating a reusable template in AutoCAD, focus on two things: what a DWT file is and what it should contain. A Drawing Template (DWT) is AutoCAD's dedicated file format for storing standards — layers, styles, layouts, page setups — without project-specific content cluttering new drawings. Option D is the correct workflow because it follows that logic precisely. You first remove all project-specific geometry so new drawings start clean, then retain the named definitions and layout configurations that represent your office or project standards, and finally use SAVEAS to write the file with the .dwt extension. AutoCAD then places it in the template folder, making it available in the "Select Template" dialog whenever a user creates a new drawing. Option A is a fragile workaround — it relies entirely on the user remembering to erase geometry after opening. One forgetful team member contaminates a project drawing with another project's objects. Option B misunderstands the WBLOCK command; WBLOCK exports geometry as a block or external DWG file — it is a content-sharing tool, not a template-creation tool, and renaming the output .dwt does not transform it into a proper, settings-rich template. Option C gets partway there by purging unused definitions, but saving as a read-only DWG still means users open a finished drawing file, not a true template — the DWG format does not trigger AutoCAD's "new drawing from template" behavior, and read-only status is not a substitute for a proper DWT. Remember: DWT = standards without geometry. If a question describes preserving styles and settings for future drawings, the answer will always involve removing content and saving with SAVEAS to the .dwt format.

Question 9

A project DWG on a shared folder is currently locked for editing by another designer. A reviewer needs to inspect it, add temporary markups, and retain those markups in a separate file without affecting the shared original.

Which workflow best satisfies these requirements?

  1. Wait for the lock to clear, open the shared DWG normally, and overwrite it after adding the markups.
  2. Create a new drawing from the company's template and redefine the shared DWG as that drawing's template.
  3. Open the shared DWG read-only, add markups, and use SAVE to write them back to the original path.
  4. Open the shared DWG read-only, add markups, and use SAVEAS to create a separate writable DWG. (correct answer)
Explanation: When a file is locked by another user on a network, AutoCAD still lets you open it in read-only mode — you can view and even annotate the drawing, but you cannot save changes back to the original path. The key skill being tested here is knowing how to work productively within that constraint while preserving both the original file and your own markups. Opening the file read-only and then using SAVEAS — option D — is exactly the right move. SAVEAS lets you write the current state of the drawing (including your temporary markups) to a new file path, creating a separate, fully writable DWG. The shared original remains untouched, the lock is respected, and your reviewer's markups are preserved independently. That satisfies every requirement in the scenario. A fails on two levels: waiting for the lock and then overwriting the file would erase the original content with a markup-laden version — the opposite of what the reviewer needs. B is a misuse of the template system entirely; redefining an existing drawing as a template doesn't give you read access to a locked file, and it corrupts the original drawing's purpose. C is the most tempting trap: opening read-only is correct, but using SAVE (not SAVEAS) attempts to write back to the original locked path — AutoCAD will block this or produce an error, and even if it didn't, it would overwrite the shared file. A useful rule of thumb: whenever you see "read-only" paired with "preserve the original," your brain should immediately jump to SAVEAS as the escape hatch that gives you a writable copy without touching the source.

Question 10

A DWG file copied from an interrupted network transfer reports drawing database errors and does not open normally. A verified backup is unavailable, but the user wants AutoCAD to check and repair the file while loading it.

Which action is most appropriate?

  1. Run RECOVER and select the damaged DWG so AutoCAD audits and attempts repairs during opening. (correct answer)
  2. Run NEW with the damaged DWG selected as the template so invalid objects are omitted.
  3. Run QNEW, attach the damaged DWG as an external reference, and bind it immediately.
  4. Change the damaged file's extension to DWT and open it through the template selection dialog.
Explanation: When a DWG file is corrupted — whether from a failed network transfer, power interruption, or storage error — AutoCAD provides a dedicated recovery pathway designed specifically for this situation. Questions like this test whether you know the difference between opening a file normally and invoking AutoCAD's built-in diagnostic and repair tools. The command you need is RECOVER. When you run RECOVER and select a damaged DWG, AutoCAD performs an audit of the drawing database during the opening process, flags errors, and attempts to repair them automatically — all before the drawing is fully loaded into the editor. This is precisely the workflow described in the scenario, making A the correct answer. The other choices each misuse legitimate AutoCAD features. B is wrong because the NEW command with a template simply copies the template's settings into a blank drawing — it does not import or filter objects from the selected file, so the damaged DWG is never actually processed. C fails because attaching a corrupt file as an external reference (Xref) and binding it just embeds the broken data into a new host drawing; it does not repair the source file's database errors, and the Xref may fail to load at all. D is a common trap — renaming a DWG to DWT makes AutoCAD treat it as a template, but no repair or audit occurs during the open process; you're simply changing the file type label, not fixing internal corruption. A useful memory anchor: RECOVER = rescue. Whenever a scenario mentions database errors, corruption, or a file that won't open normally, RECOVER is your first tool to reach for before considering more drastic options like manual reconstruction.