ACP Coordinate Systems and Precision Drawing 1 — Questions and Answers
Question 1: What does entering @5<45 as a coordinate in AutoCAD specify?
- Absolute Cartesian coordinates 5 units on X and 45 units on Y
- Relative polar coordinates: 5 units at 45 degrees from the last point (Correct answer)
- Absolute polar coordinates: 45 units at 5 degrees from the origin
- Relative Cartesian coordinates 5 units on X and 45 units on Y
Correct answer: Relative polar coordinates: 5 units at 45 degrees from the last point
The @ symbol indicates relative (from the last point) coordinates, and the < symbol separates distance from angle in polar format, so @5<45 means 5 units at 45 degrees from the last point.
Question 2: Which UCS option aligns the coordinate system with a selected face of a 3D solid?
- World
- Object
- Face (Correct answer)
- View
Correct answer: Face
The UCS Face option aligns the XY plane of the coordinate system to a selected planar face of a 3D solid or surface.
Question 3: Which function key toggles Ortho mode on and off in AutoCAD?
- F7
- F8 (Correct answer)
- F9
- F10
Correct answer: F8
F8 toggles Ortho mode, which constrains cursor movement to horizontal and vertical directions only.
Question 4: Which coordinate entry method specifies an exact location measured from the drawing origin at 0,0?
- Relative Cartesian
- Relative polar
- Absolute Cartesian (Correct answer)
- Direct distance entry
Correct answer: Absolute Cartesian
Absolute Cartesian coordinates specify a point's exact X,Y location measured from the fixed drawing origin (0,0), without using the @ symbol.
Question 5: What does Object Snap Tracking (OTRACK) allow you to do?
- Snap only to endpoints of drawn objects
- Track along temporary alignment paths from acquired OSNAP points (Correct answer)
- Record and replay cursor movement paths
- Lock objects to prevent accidental movement
Correct answer: Track along temporary alignment paths from acquired OSNAP points
OTRACK displays temporary alignment paths that extend from acquired object snap points, making it easy to place new geometry precisely aligned with existing objects.
Question 6: What is the purpose of the SNAPANG system variable in AutoCAD?
- Sets the resolution (spacing) of the snap grid
- Defines the rotation angle for the snap grid and crosshair cursor (Correct answer)
- Controls the display angle of dimension text
- Adjusts the angular tolerance for object snap acquisition
Correct answer: Defines the rotation angle for the snap grid and crosshair cursor
SNAPANG sets the rotation angle for the snap grid and cursor crosshairs, allowing you to align precision drawing tools with non-orthogonal geometry.
Question 7: In Dynamic Input, which component displays command prompts and system messages near the cursor?
- Pointer Input
- Dimension Input
- Dynamic Prompts (Correct answer)
- Tooltip Display
Correct answer: Dynamic Prompts
Dynamic Prompts is the Dynamic Input component that displays command prompts and responses near the cursor, enabling in-canvas command interaction.
What does entering @5<45 as a coordinate in AutoCAD specify?