learn it online—chapter 9...

2
EXCEL 9 Matching and Multiple Choice | Excel 1 LEARN IT ONLINE—CHAPTER 9 MATCHING Match each term in the second column with its correct definition in the first column by writing the letter of the term on the blank line in front of the correct definition. 1. A series of commands that are grouped together as a single command. 2. The programming language used to write computer programs within the Microsoft Windows environment. 3. The abbreviation for Visual Basic for Applications programming language. 4. Malicious lines of code in a macro program that are written with the intent of erasing or damaging files on another computer. 5. An electronic, encryption-based, secure stamp of authentication on a macro or document. 6. The Excel command that records your actions in Visual Basic for Applications programming language. 7. The action, such as a combination of keystrokes, or the click of a button, that causes a program or macro to run. 8. When you record a macro, the place where the VBA code is stored. 9. A named sequence of statements in a computer program that performs a task. 10. An area where you can view the module containing Visual Basic code. 11. In computer programming, the name given to a set of instructions that accomplishes a specific task. 12. An instruction that enables the macro to perform multiple operations on a single object. 13. Graphic objects that can run macros or scripts to automate a task or offer options. 14. To insert something created in one computer program into another computer program. 15. Characteristics of ActiveX controls that can be changed. A ActiveX controls B Digital signature C Embed D Event E Macro F Macro virus G Module H Procedure I Properties J Record Macro K Sub procedure L VBA M VBA construct N Visual Basic Editor window O Visual Basic for Applications MULTIPLE CHOICE Circle the correct answer. 1. To give you the option of approving or blocking files that contain macros, you should set your macro security level to: A. Disable all macros B. Disable all macros with notification C. Enable all macros without notification 2. To make a letter a shortcut key, precede the letter with: A. Alt B. Ctrl C. Home 3. A combination of keys to execute a macro or program is known as a: A. procedure B. shortcut key C. sub 4. To modify the Quick Access Toolbar, on the FILE tab, click: A. Customize B. Options C. Properties 5. After you create a macro and assign it to a button or menu item, to ensure that it works as expected, it needs to be: A. protected B. tested C. viewed

Upload: vophuc

Post on 19-Mar-2018

221 views

Category:

Documents


4 download

TRANSCRIPT

Page 1: Learn It OnLIne—chapter 9 9wps.pearsoned.com/wps/media/objects/15141/15505292/MatchingMC/M10...Learn It OnLIne—chapter 9 MatChing ... 8.To make code easier to read in the VBE Code

| 1

EX

cE

l

9

Matching and Multiple Choice | Excel 1

Learn It OnLIne—chapter 9MatChingMatch each term in the second column with its correct definition in the first column by writing the letter of the term on the blank line in front of the correct definition. 1. A series of commands that are grouped together as a single command.

2. The programming language used to write computer programs within the Microsoft Windows environment.

3. The abbreviation for Visual Basic for Applications programming language.

4. Malicious lines of code in a macro program that are written with the intent of erasing or damaging files on another computer.

5. An electronic, encryption-based, secure stamp of authentication on a macro or document.

6. The Excel command that records your actions in Visual Basic for Applications programming language.

7. The action, such as a combination of keystrokes, or the click of a button, that causes a program or macro to run.

8. When you record a macro, the place where the VBA code is stored.

9. A named sequence of statements in a computer program that performs a task.

10. An area where you can view the module containing Visual Basic code.

11. In computer programming, the name given to a set of instructions that accomplishes a specific task.

12. An instruction that enables the macro to perform multiple operations on a single object.

13. Graphic objects that can run macros or scripts to automate a task or offer options.

14. To insert something created in one computer program into another computer program.

15. Characteristics of ActiveX controls that can be changed.

A ActiveX controlsB Digital signatureC EmbedD EventE MacroF Macro virusG ModuleH ProcedureI PropertiesJ Record MacroK Sub procedureL VBAM VBA constructN Visual Basic Editor

windowO Visual Basic for

Applications

MultiplE ChoiCECircle the correct answer.

1. To give you the option of approving or blocking files that contain macros, you should set your macro security level to:A. Disable all macrosB. Disable all macros with notificationC. Enable all macros without notification

2. To make a letter a shortcut key, precede the letter with:A. Alt B. Ctrl C. Home

3. A combination of keys to execute a macro or program is known as a:A. procedure B. shortcut key C. sub

4. To modify the Quick Access Toolbar, on the FILE tab, click:A. Customize B. Options C. Properties

5. After you create a macro and assign it to a button or menu item, to ensure that it works as expected, it needs to be:A. protected B. tested C. viewed

Page 2: Learn It OnLIne—chapter 9 9wps.pearsoned.com/wps/media/objects/15141/15505292/MatchingMC/M10...Learn It OnLIne—chapter 9 MatChing ... 8.To make code easier to read in the VBE Code

2 | Chapter : 2 Excel | Matching and Multiple Choice

6. In VBA code, each line that contains a comment is preceded by:A. a double quoteB. an apostrophe—single quoteC. an exclamation point

7. VBA code can be examined and modified in the:A. Macros dialog box B. Properties pane C. Visual Basic Editor

8. To make code easier to read in the VBE Code window, beginning and ending statements are formatted to the same level by:A. aligning left B. aligning center C. aligning right

9. Comments added to VBA code display in:A. black text B. green text C. red text

10. Use this type of ActiveX control to allow the person filling out a form to indicate a choice.A. Check Box B. Command Button C. Text Box

11. This type of ActiveX Control initiates an action when clicked.A. Check Box B. Command Button C. Text Box

12. This type of control is compatible with versions of Excel that do not support ActiveX.A. Digital signature B. Event C. Form control

13. When developing and editing ActiveX controls, you work in:A. Code Mode B. Design Mode C. Edit Mode

14. The text that displays on a control in a worksheet can be modified by changing this property.A. Caption B. Characteristic C. Name

15. If an error message displays when you try to run VBA code, click this button.A. Debug B. Error C. Help