AutoCAD Drawing Tools — Questions and Answers
Question 1: What is the LINE command used for in AutoCAD?
- Creating text
- Drawing straight line segments between specified points (Correct answer)
- Measuring distances
- Creating layers
Correct answer: Drawing straight line segments between specified points
The LINE command creates straight line segments by specifying start and end points. Multiple connected segments can be drawn in sequence.
Question 2: What is the difference between COPY and MOVE commands?
- They are identical
- COPY creates a duplicate while keeping the original; MOVE relocates the original object (Correct answer)
- COPY is for text only
- MOVE creates duplicates
Correct answer: COPY creates a duplicate while keeping the original; MOVE relocates the original object
COPY duplicates objects while leaving originals in place. MOVE relocates objects to a new position without creating duplicates.
Question 3: What are Object Snaps (OSNAP) in AutoCAD?
- Camera angles
- Precision tools that let you snap to specific geometric points like endpoints, midpoints, centers, and intersections (Correct answer)
- A rendering feature
- File save options
Correct answer: Precision tools that let you snap to specific geometric points like endpoints, midpoints, centers, and intersections
Object Snaps ensure drawing precision by automatically locating exact geometric points on existing objects, eliminating guesswork.
Question 4: What is the TRIM command?
- A text formatting option
- A command that removes portions of objects at their intersection with cutting edges (Correct answer)
- A layer management tool
- An export function
Correct answer: A command that removes portions of objects at their intersection with cutting edges
TRIM removes unwanted segments of objects that extend beyond intersection points with other objects (cutting edges).
Question 5: What is the OFFSET command?
- Moving objects slightly
- Creating a parallel copy of an object at a specified distance (Correct answer)
- Changing the view angle
- A print setting
Correct answer: Creating a parallel copy of an object at a specified distance
OFFSET creates parallel copies of lines, arcs, circles, and polylines at a specified distance from the original, useful for creating walls, pathways, and borders.
Question 6: What is a polyline (PLINE) in AutoCAD?
- Multiple separate lines
- A connected sequence of line and arc segments treated as a single object (Correct answer)
- A 3D line
- A construction line
Correct answer: A connected sequence of line and arc segments treated as a single object
Unlike individual LINE segments, a polyline joins multiple segments into a single object, which can include both straight and curved segments and has width properties.
What is the LINE command used for in AutoCAD?