1.
What command is typed to bring up the Layer Manager Window?
Correct Answer
A. LA
Explanation
The command "LA" is typed to bring up the Layer Manager Window.
2.
What command is typed to bring up Dynamic Input Drop down menu (not a window) or the command line (not a window.)
Correct Answer
B. -LA
Explanation
The correct answer is "-LA" because the "-" symbol is used as a prefix in AutoCAD to activate various commands. In this case, "-LA" is the command that brings up the Dynamic Input Drop down menu or the command line. By typing "-LA" and pressing enter, the user can access the desired menu or command line without opening a separate window.
3.
What are the properties of a Layer?
Correct Answer
B. Name, Line weight (color as bylayer), Line Type (thickness as bylayer)
Explanation
The properties of a layer in this context refer to the attributes that can be assigned to a layer in a computer-aided design (CAD) software. These properties include the name of the layer, the line weight (color as bylayer), and the line type (thickness as bylayer). These properties allow users to organize and differentiate various elements within a CAD drawing, making it easier to manage and manipulate the design.
4.
Is it possible to turn a layer On/Off and Freeze/Thaw?
Correct Answer
A. Yes
Explanation
It is possible to turn a layer On/Off and Freeze/Thaw in most design software or applications. Turning a layer On/Off allows you to show or hide the content on that layer, while Freezing a layer makes it invisible and unselectable, but still retains its properties. Thawing a layer makes it visible and selectable again. These functions are commonly used to control the visibility and editing options of different layers within a design project.
5.
What is the structure of a Layer name? (office standards)
Correct Answer
A. Discipline, Existing/New, Item(3 or 4 letters ONLY)
Explanation
The structure of a Layer name according to office standards is Discipline, Existing/New, Item(3 or 4 letters ONLY). This means that the layer name should start with the discipline, followed by whether it is an existing or new item, and finally, the item name which should be limited to 3 or 4 letters only.
6.
Why ONLY create 3 or 4 letters on the item name in a Layer?
Correct Answer
A. When setting a current layer via typing, 3 or 4 letters are faster to type with one hand.
Explanation
The reason for creating only 3 or 4 letters on the item name in a layer is that when setting a current layer via typing, it is faster to type with one hand. This allows for quicker and more efficient navigation within the layers, especially for individuals who prefer to use only one hand while typing. The statement "Because I am lazy" is not a valid explanation and does not provide a logical reason for the given answer.
7.
How do I create a linetype for a specific layer?
Correct Answer
A. Click Linetype on the Layer chosen, click load, then select linetype before clicking OK.
Explanation
To create a linetype for a specific layer, you need to click on the Linetype option for the chosen layer. Then, click on the load button and select the desired linetype from the options available. Finally, click OK to apply the selected linetype to the layer.
8.
Line thickness(.ctb) is based on...
Correct Answer
A. Colors and Gray Tones
Explanation
The line thickness in a .ctb file is determined by the colors and gray tones used. Different colors and gray tones can be assigned different line thickness values, allowing for variations in line weight when printing or plotting.
9.
What is a script?
Correct Answer
A. A Script is an automated list of chain commands brought into Autcoad via SCR. It is created in Notepad. It is used to create Layer lists of a discipline, i.e. Architecture, Electrical, etc.
Explanation
The correct answer is that a script is an automated list of chain commands brought into Autocad via SCR. It is created in Notepad and is used to create layer lists of a discipline, such as Architecture or Electrical.
10.
What is the shortcut for executing a script file?
Correct Answer
B. SCR
Explanation
The correct answer is "SCR". This is the shortcut for executing a script file.
11.
What folder can I create to save all my script files?
Correct Answer
B. Scripts
Explanation
You can create a folder named "Scripts" to save all your script files. This folder will help you organize and easily locate your script files, making it convenient for you to access and manage them.
12.
How do I save a text file (.txt) in Notepad as a script file?
Correct Answer
B. You must type the suffix, .scr into the file name. (i.e. arch.scr)
Explanation
To save a text file in Notepad as a script file, you need to type the suffix ".scr" into the file name. This means that when you save the file, you should give it a name followed by ".scr" as the file extension. For example, if you want to save the file as "arch", you should name it "arch.scr". By adding the ".scr" extension, you are indicating that the file is a script file, which can be executed or interpreted by other programs.
13.
Create a script that you can input into Notepad. The Layer to create is: A New Architectural Cabinet located 4'-0" above the finish floor.
14.
Type all SHORTCUT commands you know so far.