MCQs on Customizing AutoCAD | AutoCAD

AutoCAD is a powerful tool for design and drafting, and it allows users to customize the software to suit their workflow. Whether it’s creating custom commands, setting up tool palettes, or diving into AutoLISP for automation, mastering these features enhances productivity and design precision. Explore these AutoCAD MCQs to deepen your understanding of customizing AutoCAD.


Creating Custom Commands and Shortcuts

  1. Which method is used to create custom commands in AutoCAD?
    a) Using the COMMAND function
    b) Writing scripts in AutoLISP
    c) Modifying the AutoCAD system variables
    d) Using the “CUI” interface
  2. What is the primary advantage of creating custom shortcuts in AutoCAD?
    a) To make drawing commands more accessible
    b) To change the layout of the workspace
    c) To improve the system’s graphics
    d) To automate repetitive drawing tasks
  3. Which AutoCAD tool can be used to assign custom keyboard shortcuts to commands?
    a) Toolbox
    b) CUI
    c) Customize
    d) Command Line
  4. In AutoCAD, what does the ALIAS command allow you to do?
    a) Change a drawing’s units
    b) Set a custom shortcut for a command
    c) Save a drawing template
    d) Alter the background color
  5. Which of the following is NOT a method for creating custom shortcuts in AutoCAD?
    a) Using the CUI editor
    b) Modifying the acad.pgp file
    c) Writing AutoLISP scripts
    d) Using the Commands tab in the Ribbon

Tool Palettes and Workspaces

  1. What is the function of the Tool Palettes in AutoCAD?
    a) It allows for drawing in 3D
    b) It provides quick access to commonly used commands
    c) It edits the layout of the workspace
    d) It displays project properties
  2. How can a user customize their workspace in AutoCAD?
    a) By adjusting grid settings
    b) By creating custom tool palettes
    c) By using the REGEN command
    d) By modifying the drawing units
  3. What does the “Reset” option in AutoCAD’s workspace settings do?
    a) Restores the default workspace layout
    b) Deletes custom shortcuts
    c) Removes all objects from the drawing
    d) Changes the drawing units
  4. Which of the following is an example of a pre-configured workspace in AutoCAD?
    a) 3D Modeling
    b) AutoCAD Classic
    c) Drafting and Annotation
    d) All of the above
  5. How can you make the Tool Palettes available in AutoCAD?
    a) Use the TOOLPALETTES command
    b) Modify the workspace layout
    c) Enable it from the Options menu
    d) Turn it on through the View tab

Customizing Ribbon, Menus, and Toolbars

  1. The Ribbon in AutoCAD is used to:
    a) Access drawing templates
    b) Organize commands into tabs and panels
    c) Draw 3D shapes
    d) Display object properties
  2. What is the primary way to customize the Ribbon in AutoCAD?
    a) Using the CUI interface
    b) By adding new drawing layers
    c) By changing the drawing units
    d) By modifying the file path
  3. Which command allows users to add custom menus in AutoCAD?
    a) MENULOAD
    b) RIBBON
    c) CUI
    d) TOOLBAR
  4. What can you do with AutoCAD toolbars?
    a) Store custom commands
    b) Control drawing templates
    c) Modify layer properties
    d) Manage grid settings
  5. How can you remove an unwanted toolbar in AutoCAD?
    a) Right-click and select “Close”
    b) Use the RIBBON command
    c) Use the TOOLPALETTES command
    d) Modify the acad.pgp file

Introduction to AutoLISP and Macros

  1. What is AutoLISP used for in AutoCAD?
    a) To create custom 3D models
    b) To automate repetitive tasks and create custom commands
    c) To enhance the graphics in drawings
    d) To change the units of measurement
  2. Which of the following is a feature of AutoLISP in AutoCAD?
    a) It can only be used for creating 3D drawings
    b) It requires knowledge of programming languages
    c) It allows customization and automation of commands
    d) It works exclusively in the 2D workspace
  3. Which extension is typically used for AutoLISP scripts in AutoCAD?
    a) .dwg
    b) .lsp
    c) .xml
    d) .pdf
  4. How do macros in AutoCAD help improve productivity?
    a) They automatically adjust the scale of drawings
    b) They allow users to automate repetitive commands
    c) They change the display settings of the interface
    d) They import external objects into the drawing
  5. What is the primary difference between an AutoLISP script and a macro in AutoCAD?
    a) AutoLISP scripts are used for drawing only
    b) Macros are simpler and involve fewer commands
    c) AutoLISP scripts are used only in 3D drawings
    d) Macros are stored in the command history

Advanced Customization Techniques

  1. What does the “Load” button in the CUI dialog box do?
    a) Loads custom tool palettes
    b) Loads new AutoCAD commands
    c) Loads custom menus and ribbons
    d) Loads new drawing templates
  2. To assign a custom command to a specific button in the Ribbon, you would:
    a) Use the CUI interface
    b) Modify the acad.pgp file
    c) Use the LISP function
    d) Change the system properties
  3. Which of the following can be customized using AutoCAD’s CUI interface?
    a) Layers and properties
    b) Commands, toolbars, and shortcuts
    c) Drawing templates
    d) Object snap settings
  4. In AutoCAD, what is the function of the “Macros” tab in the CUI interface?
    a) To store and manage custom scripts
    b) To assign keyboard shortcuts to commands
    c) To manage drawing templates
    d) To automate drawing creation
  5. The AutoCAD CUI interface stands for:
    a) Command User Interface
    b) Customized User Interface
    c) Custom User Interface
    d) Control User Interface

Practical Application and Troubleshooting

  1. If a custom command does not work in AutoCAD, what should you first check?
    a) Whether the command is listed in the CUI interface
    b) The graphics settings
    c) The drawing scale
    d) The drawing units
  2. Which file is often edited to modify AutoCAD command aliases?
    a) acad.pgp
    b) acad.dwt
    c) acad.fmp
    d) acad.cui
  3. What is the role of the CUI editor in AutoCAD?
    a) It edits AutoLISP scripts
    b) It creates new drawing layers
    c) It customizes commands, toolbars, and ribbons
    d) It generates 3D models
  4. Which of the following can be customized using AutoLISP?
    a) File paths
    b) Commands and automation tasks
    c) Drawing dimensions
    d) Text styles
  5. What does the MNU file in AutoCAD control?
    a) The appearance of toolbars
    b) The drawing grid
    c) The custom menus used in the workspace
    d) The object snap settings

Answer Key

QnoAnswer
1b) Writing scripts in AutoLISP
2a) To make drawing commands more accessible
3b) CUI
4b) Set a custom shortcut for a command
5d) Using the Commands tab in the Ribbon
6b) It provides quick access to commonly used commands
7b) By creating custom tool palettes
8a) Restores the default workspace layout
9d) All of the above
10a) Use the TOOLPALETTES command
11b) Organize commands into tabs and panels
12a) Using the CUI interface
13a) MENULOAD
14a) Store custom commands
15a) Right-click and select “Close”
16b) To automate repetitive tasks and create custom commands
17c) It allows customization and automation of commands
18b) .lsp
19b) They allow users to automate repetitive commands
20b) Macros are simpler and involve fewer commands
21c) Loads custom menus and ribbons
22a) Use the CUI interface
23b) Commands, toolbars, and shortcuts
24a) To store and manage custom scripts
25b) Customized User Interface
26a) Whether the command is listed in the CUI interface
27a) acad.pgp
28c) It customizes commands, toolbars, and ribbons
29b) Commands and automation tasks
30c) The custom menus used in the workspace

Use a Blank Sheet, Note your Answers and Finally tally with our answer at last. Give Yourself Score.

X
error: Content is protected !!
Scroll to Top