Refer to exhibit.

A CAN designer is creating a tour-lane running track the outside lane is a polyline on the Track layer. The inside are to be placed on the current layer LANES.
Wlik.li options should the designer use with the OFFSET command at an offset distance of 10 to create the ruining track?
Answer : C
To create multiple parallel lines (lanes) for a running track using the OFFSET command in AutoCAD, and to ensure they are placed on the current layer (LANES), follow these steps:
Initiate the OFFSET command:
Type OFFSET in the command line and press Enter.
Set the offset distance:
When prompted for the offset distance, type 10 and press Enter.
Use the Layer option:
To place the offset lines on the current layer, type L for Layer and press Enter.
Select Current to ensure the new offset lines are created on the current layer (LANES).
Select the Multiple option:
To create multiple offsets at the same distance, type M for Multiple and press Enter.
Create the offsets:
Select the polyline (outside lane) as the object to offset.
Click to the side where the offsets are to be created (inside of the original polyline).
Repeat the clicks to create the necessary number of lanes.
This method ensures that each new lane is created at a consistent distance of 10 units from the previous one and that all new lanes are placed on the current layer.
AutoCAD OFFSET Command: Creating Multiple Offsets - Autodesk Knowledge Network
A drawing contains an ISO A3 (420 mm x 297 mm) title block in a layout with an ISO A3 page setup
The CAD designer must plot the layout to a selected ISO A4 sheet size (297 mm x 210 mm)
Winch plot settings should be used in the Plot dialog to make sure that all drawing information is visible on Ute ISO A4 sheet size?
Answer : B
To ensure that all drawing information is visible when plotting from an ISO A3 layout to an ISO A4 sheet size, the correct plot settings need to be applied.
Open the Plot Dialog:
Type PLOT in the command line and press Enter.
Set Plot Area:
In the Plot dialog, set the 'Plot Area' to Extents. This ensures that everything within the drawing extents will be included in the plot.
Adjust Plot Scale:
Set the 'Plot Scale' to Fit to paper. This option will automatically scale the drawing to fit within the ISO A4 sheet size (297 mm x 210 mm).
Other Settings:
Ensure that the correct printer/plotter and paper size (ISO A4) are selected.
Optionally, check the 'Center the plot' option to ensure the drawing is centered on the sheet.
Save Changes:
Click on the 'Preview' button to check the output. If everything looks correct, click 'OK' to plot the drawing.
AutoCAD Help: Plotting and Scaling Drawings - Autodesk Knowledge Network
What should be typed at the command line in order to start creating a line for drawing reference that starts at a defined point and extends to infinity in the designated direction?
Refer to exhibit.
Exhibit 1:

Exhibit 2:

A CAD designer edits two different dimensions by double-clicking on each dimension.
The first dimension has a dark solid color background behind the dimension text, as shown in exhibit 1. The second dimension contains thy dimension text but no background color, as shown in exhibit 2.
When the dimensions are not being edited, they look the same.
Why docs the second dimension look different?
Answer : A
Inspect the Dimension Properties:
Double-click on the first dimension to open the text editor. Notice the dark solid color background behind the dimension text.
This indicates that a background mask is enabled for this dimension.
Check the Background Mask Settings:
Select the dimension and go to the Properties palette.
Under the 'Text' section, find the 'Fill Color' or 'Background Mask' setting. Ensure it is set to an appropriate color (e.g., the same as the background).
Compare with the Second Dimension:
Double-click on the second dimension and observe the absence of a background color during editing.
In the Properties palette, confirm that the 'Background Mask' is either disabled or set to 'None.'
Adjust Settings if Needed:
If you want both dimensions to have a background mask, enable the 'Background Mask' for the second dimension and choose the desired color.
AutoCAD Documentation on dimension styles and background masks: Dimension Styles
Exhibit.

ACAD designer is modifying the closed polyline using grips.
The top right segment (A) was originally an arc. but is now a chamfered comer.
Which one editing combination did the designer use to make this change? (Note; Mac commands shown in parentheses.
Answer : B
A drawing file contains existing linework where the polylines are not joined end to end (as shown in the exhibit) The individual polylines must be converted to a single polyline that contains all segments.
How should the polylines to joined?
Answer : D
To join multiple polylines into a single polyline, use the PEDIT command with the Multiple and Join options.
Initiate the PEDIT command:
Type PEDIT in the command line and press Enter.
Select Multiple option:
When prompted to select a polyline, type M for Multiple and press Enter.
Select all polylines:
Select all the polylines that need to be joined.
Use the Join option:
After selecting the polylines, type J for Join and press Enter.
AutoCAD will prompt for the fuzz distance. Press Enter to accept the default, which will join the polylines if their endpoints are within a small distance of each other.
Convert if necessary:
If the selected objects include lines or arcs that are not polylines, AutoCAD will ask if you want to convert them to polylines. Select Yes to convert and join them.
AutoCAD Help: Editing Polylines with PEDIT - Autodesk Knowledge Network
Using the Write Block (WBLOCK) command to create a new drawing a CAD designer needs to set the automatic scaling of the block when it is inserted.
Which control should be selected?
Answer : C
Open the WBLOCK Command: Type WBLOCK in the command line and press Enter.
Define the Block: Select the objects you want to include in the block.
Specify the Base Point: Select the base point for the block insertion.
Insert Units: Ensure to set the Insert Units option to match the desired unit for automatic scaling when the block is inserted into other drawings. This setting will control how the block is scaled based on the units of the target drawing.
AutoCAD Help Documentation on Write Block (WBLOCK) command