ACA ACA File Management and Output 1 — Questions and Answers
Question 1: What file format does AutoCAD use natively to save drawings?
- .dxf
- .dwg (Correct answer)
- .dwt
- .dws
Correct answer: .dwg
AutoCAD's native file format is .dwg, which stores all drawing geometry, layers, and settings.
Question 2: What is a DXF file in the context of AutoCAD?
- A compressed backup of a DWG file
- A Drawing Exchange Format file used for interoperability with other CAD applications (Correct answer)
- A file containing only dimension styles
- An AutoCAD audit log file
Correct answer: A Drawing Exchange Format file used for interoperability with other CAD applications
DXF (Drawing Exchange Format) is an open format created by Autodesk to enable data interoperability between AutoCAD and other CAD applications.
Question 3: In AutoCAD, what is the purpose of the PUBLISH command?
- To upload drawings to Autodesk's cloud service
- To batch plot or export multiple drawings or layouts to DWF, PDF, or a plotter (Correct answer)
- To share a drawing via email directly
- To publish a drawing to a web-based viewer
Correct answer: To batch plot or export multiple drawings or layouts to DWF, PDF, or a plotter
The PUBLISH command allows users to batch output multiple layouts or drawings to DWF, DWFx, PDF, or a configured plotter in one operation.
Question 4: Which AutoCAD command is used to attach an external drawing file as a reference that can be updated independently?
- INSERT
- XREF (Correct answer)
- ATTACH
- IMPORT
Correct answer: XREF
The XREF command (External Reference) attaches an external drawing file that remains linked, so changes to the source file update the host drawing.
Question 5: What is the benefit of using ETRANSMIT in AutoCAD?
- It encrypts the drawing file for secure sharing
- It packages a drawing with all its dependent files (xrefs, fonts, images) into a single transmittal set (Correct answer)
- It transmits the drawing directly to a printer
- It converts the drawing to a web-ready SVG file
Correct answer: It packages a drawing with all its dependent files (xrefs, fonts, images) into a single transmittal set
ETRANSMIT creates a self-contained transmittal package that includes the main drawing plus all referenced files, fonts, and images needed to open it correctly.
Question 6: In AutoCAD, what does the AUDIT command do?
- Counts all objects in the drawing
- Examines the drawing file for errors and optionally fixes them (Correct answer)
- Locks the drawing for read-only access
- Reports the total drawing file size
Correct answer: Examines the drawing file for errors and optionally fixes them
The AUDIT command checks the drawing database for structural errors and can automatically repair detected problems.
What file format does AutoCAD use natively to save drawings?