AutoCAD Technology & Digital Applications 5 — Questions and Answers
Question 1: What type of AutoCAD file stores drawing standards including layers, dimension styles, and text styles to enforce consistency across projects?
- .DWG
- .DWT (Drawing Template)
- .DWS (Drawing Standards) (Correct answer)
- .DXF
Correct answer: .DWS (Drawing Standards)
A .DWS file is a drawing standards file used with the CAD Standards tools to check and enforce compliance across drawings.
Question 2: In AutoCAD, what is the AutoLISP programming environment used for?
- 3D rendering scripts
- Automating tasks and creating custom commands using a LISP-based scripting language (Correct answer)
- Managing external databases
- Controlling plot settings
Correct answer: Automating tasks and creating custom commands using a LISP-based scripting language
AutoLISP is AutoCAD's built-in scripting language that lets users automate repetitive tasks and create custom commands.
Question 3: Which AutoCAD feature allows dynamic blocks to change shape, size, or configuration through grip manipulation without redefining the block?
- Block Editor constraints
- Dynamic Block Actions and Parameters (Correct answer)
- Block scaling properties
- Attribute visibility states
Correct answer: Dynamic Block Actions and Parameters
Dynamic Block Actions (stretch, scale, rotate, flip) combined with Parameters define how a block responds to grip manipulation.
Question 4: What is the significance of the AutoCAD DWG file format version compatibility when sharing files?
- All DWG versions are fully interchangeable
- Newer DWG versions cannot be opened by older AutoCAD releases without saving to a compatible version (Correct answer)
- Only DXF files maintain version compatibility
- DWG version only affects 3D objects
Correct answer: Newer DWG versions cannot be opened by older AutoCAD releases without saving to a compatible version
DWG files saved in newer formats (e.g., 2018) cannot be opened by older AutoCAD versions; you must save down to the target version.
Question 5: Which AutoCAD tool generates a geographic location-aware drawing by embedding real-world coordinate data and map imagery?
- GEOGRAPHICLOCATION (Correct answer)
- MAPCONFIGURE
- GEOLOCATE
- COORDSYSTEM
Correct answer: GEOGRAPHICLOCATION
GEOGRAPHICLOCATION sets real-world coordinates and can attach online map imagery so drawings are geographically positioned.
Question 6: In AutoCAD, what does the ACTION RECORDER do?
- Records screen video of AutoCAD sessions
- Records command sequences as macros that can be replayed to automate repetitive tasks (Correct answer)
- Logs errors and crashes
- Records plot jobs
Correct answer: Records command sequences as macros that can be replayed to automate repetitive tasks
The Action Recorder captures a sequence of commands and inputs as an action macro (.actm file) for automated replay.
Question 7: Which AutoCAD technology enables point cloud data from laser scanning to be attached and used as a reference for as-built modeling?
- Raster Image Attach
- Point Cloud Attach via POINTCLOUDATTACH (Correct answer)
- 3D Scan Import
- LiDAR Underlay
Correct answer: Point Cloud Attach via POINTCLOUDATTACH
POINTCLOUDATTACH imports scanned point cloud data (RCS/RCP format) as a reference for accurate as-built documentation.
What type of AutoCAD file stores drawing standards including layers, dimension styles, and text styles to enforce consistency across projects?