cs.furman.educs.furman.edu/~pbatchelor/VBA2/0132140527_tb/exp201…  · Web viewplan the...

Preview:

Citation preview

Exploring Getting Started VBA for Microsoft Office 2010, Chapter 2 MULTIPLE CHOICE. Choose the one alternative that best completes the statement or answers the question.

1)

© 2012 Pearson Education, Inc., Upper Saddle River, NJ. All rights reserved. This publication is protected by Copyright and written permission should be obtained from the publisher prior to any prohibited reproduction, storage in a retrieval system, or transmission in any form or by any means, electronic, mechanical, photocopying, recording, or likewise. For information regarding permission(s), write to: Rights and Permissions Department, Pearson Education, Inc., Upper Saddle River, NJ 07458.

The process for planning, designing, testing, and implementing software is called:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 2

1)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 3

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 4

structured application cycle.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 5

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 6

software development life cycle. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 7

object life cycle.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 8

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 9

user interface life cycle. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 10

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 11

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 12

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 13

Objects and Forms

2)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 14

The ________ is a systematic methodology for planning, designing, and implementing applications.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 15

2)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 16

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 17

application development life cycle

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 18

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 19

software demonstration life cycle C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 20

customized development cycle

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 21

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 22

software development life cycle Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 23

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 24

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 25

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 26

Objects and Forms

3)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 27

The four steps involved in the software development life cycle are:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 28

3)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 29

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 30

plan the application, design the user interface, write code to handle events, and run and test the application to verify that it produces the intended results.

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 31

run and test the application, design the user interface, write code, and design the worksheet. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 32

plan the application, design the user interface, run, and test the application to verify that it produces the intended result.

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 33

plan the application, design the project, write code to handle events, and run and test the application. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 34

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 35

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 36

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 37

Objects and Forms

4)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 38

In Excel you write VBA procedures for command buttons; therefore which of the following is not true?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 39

4)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 40

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 41

Store information B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 42

Make the worksheet look more professional C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 43

Enter information D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 44

Create a shortcut to other sheets Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 45

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 46

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 47

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 48

Objects and Forms

5

)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 49

Custom Excel applications often include forms and other controls for which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 50

5)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 51

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 52

Planning the application, designing the user interface, navigating between worksheets, or exiting the application

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 53

Entering and editing data, performing actions, navigating between worksheets, or exiting the application C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 54

Entering and editing data, navigating between worksheets, or exiting the application D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 55

Entering and editing data, designing the user interface, navigating between worksheets, or exiting the application

Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 56

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 57

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 58

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 59

Objects and Forms

6)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 60

Worksheet protections can be ________ when using a form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 61

6)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 62

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 63

disabled or enhanced

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 64

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 65

closed or enabled C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 66

enhanced or enabled

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 67

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 68

enabled or disabled Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 69

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 70

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 71

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 72

Objects and Forms

7)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 73

A loan worksheet can be protected so that:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 74

7)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 75

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 76

changes in interest rates are not reflected on the worksheet. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 77

changes made on the original form will not be reflected. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 78

users cannot change it directly. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 79

it cannot be deleted by mistake. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 80

C Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 81

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 82

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 83

Objects and Forms

8)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 84

Writing the VBA code procedures that handles events and performs actions is which step in designing an application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 85

8)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 86

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 87

Fourth

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 88

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 89

First

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 90

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 91

Third

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 92

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 93

Second Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 94

C Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 95

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 96

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 97

Objects and Forms

9)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 98

When testing a custom application, you should check for the following:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 99

9)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 100

_______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 101

usability, accuracy, and protection.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 102

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 103

usability, protection, and collection. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 104

objective, usability, and accuracy.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 105

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 106

protection, collection, and event. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 107

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 108

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 109

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 110

Objects and Forms

10)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 111

When testing an application you would:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 112

10)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 113

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 114

define particular output values to enter to determine if the application produces the expected input. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 115

define particular input values to enter to determine if the application produces the expected output. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 116

define particular calculations to enter to determine if the application fits into a logical framework. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 117

define a particular object model that determines object hierarchy. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 118

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 119

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 120

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 121

Objects and Forms

11)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 122

Which of the following represents an element in a host application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 123

11)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 124

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 125

Collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 126

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 127

Object model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 128

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 129

Framework

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 130

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 131

Object Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 132

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 133

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 134

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 135

Objects and Forms

12)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 136

A logical framework called an object model fits:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 137

12)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 138

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 139

all code statements and the Excel objects that are referenced in them. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 140

all groups of objects with similar behaviors. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 141

all groups of objects with similar characteristics. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 142

all elements of the host application. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 143

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 144

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 145

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 146

Objects and Forms

13)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 147

A group of objects with similar characteristics and behaviors is called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 148

13)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 149

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 150

Collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 151

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 152

Workbook

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 153

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 154

Sheet

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 155

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 156

Framework Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 157

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 158

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 159

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 160

Objects and Forms

14)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 161

Which of the following is the correct code procedure when you are working with two workbooks that have a worksheet with the same name?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 162

14)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 163

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 164

Two or more worksheets open with a Payment worksheetWorkbooks["Loan Calculator.xlsx"].Workbooks["Payment"]

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 165

Two or more workbooks open with a Payment workbookWorksheets("Loan Calculator.xlsx").Workbooks("Payment")

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 166

Two or more workbooks open the a Payment worksheetWorkbooks["Loan Calculator.xlsx].Worksheets[Payment]

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 167

To or more workbooks open with a Payment worksheetWorkbooks("Loan Calculator.xlsx").Worksheets ("Payment")

Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 168

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 169

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 170

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 171

Objects and Forms

15)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 172

The object highest in the hierarchy is which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 173

15)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 174

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 175

Statement model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 176

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 177

Application object C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 178

Reference object

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 179

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 180

Object model Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 181

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 182

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 183

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 184

Objects and Forms

16)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 185

Most programmers do not include a reference to the Application object when writing code because:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 186

16)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 187

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 188

by default the application is running. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 189

by default the application does not need the code. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 190

by default the application is closed. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 191

by default the application is under construction. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 192

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 193

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 194

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 195

Objects and Forms

17)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 196

Characteristics of objects are called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 197

17)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 198

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 199

Properties

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 200

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 201

Ranges

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 202

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 203

Events

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 204

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 205

Methods Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 206

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 207

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 208

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 209

Objects and Forms

18)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 210

Which of the following does this block of code refer to?'Apply several attribute settings to a selected rangeWith Selection.Font .Bold = True .Color = -16776961 .Name = "Calibri" .Size = 12End With

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 211

18)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 212

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 213

A property

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 214

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 215

An event

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 216

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 217

A range

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 218

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 219

A method Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 220

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 221

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 222

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 223

Objects and Forms

19)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 224

The following block of code shows which of the following?'Assign a value of $150,000 to cell B5 of the active workbookWorkbook("Loan Calculator.xlsx").Worksheets("Payment").Range("B5").Value = 150000

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 225

19)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 226

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 227

How to change the value of a range in a specific worksheet B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 228

Assigns the content of the variable strFirst to the active cell C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 229

Moves the active cell to a new location D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 230

Applies several Font property values to the range Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 231

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 232

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 233

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 234

Objects and Forms

20)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 235

Why would you apply several attribute values to the same range as illustrated below?

'Apply several attribute settings to a selected rangeWith Selection.Font .Bold = True .Color = -16776961 .Name = "Calibri" .Size = 12End With

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 236

20)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 237

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 238

It makes a particular worksheet active. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 239

It keeps the code simpler by not repeating property settings. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 240

It stores the variables in an active cell. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 241

It assigns values to all parts of the worksheet. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 242

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 243

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 244

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 245

Objects and Forms

21)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 246

Which of the following is an important component of a program's user interface in a Windows environment?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 247

21)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 248

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 249

Lists

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 250

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 251

Objects

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 252

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 253

Tables

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 254

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 255

Forms Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 256

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 257

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 258

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 259

Objects and Forms

22)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 260

In the UserForm object which of the following manages the individual controls that provides functionality to a form?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 261

22)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 262

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 263

Control collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 264

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 265

Command collection C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 266

ComboBox collection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 267

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 268

OptionBox collection Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 269

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 270

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 271

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 272

Objects and Forms

23)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 273

Which of the following also opens when you add a UserForm to an application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 274

23)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 275

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 276

Text box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 277

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 278

Control Toolbox C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 279

Check box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 280

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 281

Option box Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 282

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 283

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 284

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 285

Objects and Forms

24)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 286

Many developers refer to a UserForm as which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 287

24)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 288

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 289

Table

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 290

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 291

Form

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 292

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 293

List

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 294

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 295

Cell Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 296

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 297

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 298

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 299

Objects and Forms

25)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 300

A palette that contains standard controls is called which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 301

25)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 302

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 303

Frame

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 304

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 305

CheckBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 306

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 307

ListBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 308

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 309

Toolbox Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 310

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 311

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 312

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 313

Objects and Forms

26)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 314

How do you add a control to a form?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 315

26)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 316

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 317

Drag the control to the form B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 318

Click on the properties box of UserForm1 C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 319

Design the control then add it to the form D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 320

Use the Activate method to activate the form Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 321

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 322

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 323

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 324

Objects and Forms

27)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 325

Which control appears as text on a form and is used to identify controls?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 326

27)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 327

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 328

TextBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 329

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 330

Label

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 331

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 332

ListBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 333

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 334

Frame Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 335

B Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 336

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 337

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 338

Objects and Forms

28)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 339

Which control displays a button that evokes an event when clicked?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 340

28)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 341

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 342

OptionButton

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 343

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 344

ComboBox C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 345

Frame

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 346

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 347

CommandButton Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 348

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 349

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 350

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 351

Objects and Forms

29)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 352

Which of the following differentiates the objects in your application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 353

29)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 354

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 355

Expressive names

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 356

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 357

Standard names C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 358

Descriptive names

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 359

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 360

Unique names Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 361

D Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 362

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 363

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 364

Objects and Forms

30)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 365

Which control is connected to a data source in the host application?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 366

30)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 367

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 368

Unbound control

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 369

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 370

RowSource C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 371

Bound control

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 372

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 373

ControlSource Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 374

C Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 375

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 376

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 377

Objects and Forms

31)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 378

Val function, Format function, and MsgBox function are all examples of which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 379

31)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 380

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 381

Implicit functions

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 382

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 383

Input functions C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 384

Worksheet functions

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 385

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 386

IsNumeric functions Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 387

A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 388

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 389

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 390

Functions and Forms

32)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 391

How many implicit financial functions does VBA include?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 392

32)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 393

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 394

15

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 395

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 396

14

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 397

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 398

12

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 399

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 400

13 Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 401

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 402

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 403

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 404

Functions and Forms

33)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 405

Which of the following does a function procedure end with?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 406

33)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 407

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 408

Calling procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 409

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 410

End Function C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 411

MsgBox

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 412

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 413

End Sub Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 414

B Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 415

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 416

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 417

Functions and Forms

34)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 418

Which of the following describes an annuity?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 419

34)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 420

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 421

A series of constant cash payments over a continuous period of time B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 422

The current value of the loan C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 423

A statement within a procedure D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 424

The terms of the loan Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 425

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 426

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 427

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 428

Functions and Forms

35)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 429

Which function calculates the interest for a particular payment period?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 430

35)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 431

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 432

IPmt

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 433

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 434

DDB

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 435

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 436

MIRR

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 437

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 438

NPV Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 439

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 440

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 441

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 442

Functions and Forms

36)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 443

Which of the following is a statement within a procedure that calls a function?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 444

36)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 445

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 446

Assignment procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 447

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 448

Declaration procedure C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 449

Function procedure

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 450

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 451

Calling procedure Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 452

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 453

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 454

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 455

Functions and Forms

37)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 456

Which of the following is not an argument of the loan payment function?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 457

37)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 458

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 459

Term

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 460

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 461

Rate

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 462

C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 463

Principal

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 464

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 465

Loan Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 466

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 467

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 468

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 469

Functions and Forms

38)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 470

After you add a control from the Control Toolbox to an Excel worksheet, you would then do which of the following?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 471

38)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 472

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 473

Enable Label mode

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 474

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 475

Enable Insert mode C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 476

Disable Name mode

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 477

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 478

Disable Design mode Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 479

D Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 480

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 481

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 482

Functions and Forms

39)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 483

When referencing more than one object in a hierarchy, which of the following is referenced first?

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 484

39)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 485

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 486

The top-level object

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 487

B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 488

The range object C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 489

The object model

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 490

D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 491

The bottom-level object Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 492

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 493

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 494

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 495

Objects and Forms

40)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 496

There are two ways to navigate the application interface. They are:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 497

40)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 498

______ A)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 499

either using the buttons to open or using the sheet tabs. B)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 500

either using the sheet tabs or closing the workbook. C)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 501

either using the sheet tabs or opening a new worksheet. D)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 502

either using the buttons to close or using the sheet tabs. Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 503

A Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 504

Prepare an Application for Distribution AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 505

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 506

Loan Payment Schedule and Disclosure Worksheets

TRUE/FALSE. Write 'T' if the statement is true and 'F' if the statement is false. 41)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 507

You can use VBA to automate repetitive tasks by making programs more user-friendly.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 508

41)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 509

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 510

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 511

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 512

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 513

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 514

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 515

Objects and Forms

42)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 516

All Excel applications include forms.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 517

42)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 518

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 519

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 520

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 521

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 522

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 523

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 524

43)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 525

The third step in designing an application is writing the VBA code procedures.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 526

43)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 527

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 528

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 529

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 530

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 531

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 532

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 533

Objects and Forms

44)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 534

Check for usability, accuracy, and protection when testing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 535

44)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 536

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 537

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 538

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 539

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 540

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 541

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 542

Objects and Forms

45)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 543

Properties, methods, and events are important to know when writing VBA code.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 544

45)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 545

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 546

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 547

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 548

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 549

Using the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 550

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 551

Objects and Forms

46)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 552

Range objects have a Clear method, which make specified worksheets the active sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 553

46)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 554

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 555

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 556

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 557

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 558

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 559

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 560

Objects and Forms

47)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 561

Text box and list box controls have a Text property that is not typically set in the Properties window.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 562

47)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 563

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 564

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 565

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 566

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 567

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 568

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 569

Objects and Forms

48)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 570

When you develop a VBA application, you can tailor-make a program.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 571

48)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 572

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 573

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 574

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 575

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 576

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 577

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 578

Objects and Forms

49)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 579

The software development life cycle is a systematic process for planning, designing, and implementing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 580

49)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 581

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 582

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 583

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 584

False Diff: 1 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 585

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 586

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 587

Objects and Forms

50)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 588

Forms usually contain controls for entering data, displaying information, or evoking events.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 589

50)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 590

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 591

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 592

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 593

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 594

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 595

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 596

Objects and Forms

51)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 597

An OptionButton creates a square box that can be checked or unchecked to indicate a yes/no condition.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 598

51)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 599

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 600

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 601

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 602

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 603

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 604

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 605

Objects and Forms

52)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 606

Expressive names are an aid to a human reader when naming an object.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 607

52)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 608

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 609

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 610

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 611

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 612

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 613

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 614

Objects and Forms

53)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 615

An unbound control is one that is connected to data in the host application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 616

53)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 617

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 618

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 619

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 620

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 621

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 622

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 623

Objects and Forms

54)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 624

To add items to a list at run time, use the AddItem method in a code procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 625

54)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 626

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 627

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 628

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 629

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 630

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 631

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 632

Objects and Forms

55)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 633

To skip an item in a form, use the TabStop property.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 634

55)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 635

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 636

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 637

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 638

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 639

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 640

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 641

Objects and Forms

56)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 642

When you place option buttons on a form, you can select as many options as you want.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 643

56)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 644

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 645

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 646

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 647

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 648

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 649

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 650

Objects and Forms

57)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 651

The MsgBox function verifies that a value is a number.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 652

57)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 653

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 654

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 655

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 656

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 657

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 658

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 659

Functions and Forms

58)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 660

A function procedure begins with the Function statement and ends with the End Function statement.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 661

58)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 662

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 663

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 664

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 665

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 666

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 667

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 668

Functions and Forms

59)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 669

Programmers often use similar names for argument names instead of identical names of the variables.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 670

59)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 671

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 672

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 673

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 674

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 675

Create Function Procedures AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 676

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 677

Functions and Forms

60)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 678

When you add a custom form, you decide how to display the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 679

60)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 680

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 681

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 682

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 683

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 684

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 685

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 686

Functions and Forms

61)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 687

When information is already displayed in the workbook, you can use a 3-D reference to display the same information on the current sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 688

61)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 689

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 690

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 691

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 692

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 693

Create or Search a List in a Worksheet AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 694

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 695

Loan Payment Schedule and Disclosure Worksheets

62)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 696

After inserting a new UserForm object, the form's properties should be set.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 697

62)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 698

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 699

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 700

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 701

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 702

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 703

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 704

Objects and Forms

63)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 705

By default, all the properties are listed in alphabetical order except the Name property, which appears at the top of the list.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 706

63)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 707

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 708

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 709

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 710

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 711

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 712

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 713

Objects and Forms

64)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 714

The enabled property of the Cut and Copy commands are set to true until you select something.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 715

64)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 716

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 717

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 718

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 719

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 720

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 721

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 722

Objects and Forms

65)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 723

A procedure that calls a function is called the calling procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 724

65)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 725

______ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 726

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 727

True

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 728

False Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 729

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 730

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 731

Functions and Forms

SHORT ANSWER. Write the word or phrase that best completes each statement or answers the question.

66)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 732

The ________ is a structured process for planning, designing, testing, and implementing an application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 733

66)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 734

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 735

software development life cycle (SDLC) Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 736

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 737

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 738

Objects and Forms

67)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 739

A(n) ________ represents an element of the host application.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 740

67)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 741

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 742

object Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 743

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 744

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 745

Objects and Forms

68)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 746

A(n) ________ is a group of objects with similar characteristics and behaviors.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 747

68)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 748

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 749

collection Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 750

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 751

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 752

Objects and Forms

69)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 753

A(n) ________ is an action occurring at run time that triggers a program instruction.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 754

69)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 755

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 756

event Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 757

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 758

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 759

Objects and Forms

70)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 760

The ________ is a palette that contains standard controls.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 761

70)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 762

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 763

Toolbox Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 764

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 765

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 766

Objects and Forms

71)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 767

A(n) ________ combines the functionality of a list box and a text box.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 768

71)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 769

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 770

ComboBox Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 771

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 772

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 773

Objects and Forms

72)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 774

The ________ of an object or control is what you use to reference the object in programming code.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 775

72)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 776

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 777

Name property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 778

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 779

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 780

Objects and Forms

73)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 781

A(n) ________ defines the cell to which a control is bound.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 782

73)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 783

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 784

ControlSource property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 785

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 786

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 787

Objects and Forms

74)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 788

The ________ property specifies the range that contains a list of the items that will appear in the list box or combo box control at run time.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 789

74)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 790

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 791

RowSource Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 792

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 793

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 794

Objects and Forms

75)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 795

________ specifies the alignment of the caption appearing in the label.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 796

75)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 797

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 798

TextAlign property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 799

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 800

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 801

Objects and Forms

76)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 802

A procedure that calls a function is called the ________.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 803

76)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 804

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 805

calling procedure Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 806

Use Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 807

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 808

Functions and Forms

77)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 809

A(n) ________ disables all other worksheet objects until the form is closed.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 810

77)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 811

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 812

modal form Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 813

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 814

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 815

Functions and Forms

78)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 816

The ________ displays the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 817

78)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 818

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 819

Show method Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 820

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 821

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 822

Functions and Forms

79)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 823

The ________ closes the form.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 824

79)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 825

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 826

Hide method Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 827

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 828

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 829

Functions and Forms

80)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 830

A(n) ________ is a framework that organizes objects into a hierarchy.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 831

80)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 832

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 833

Object model Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 834

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 835

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 836

Objects and Forms

81)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 837

Worksheet objects have a(n) ________ method, which makes a specified worksheet the active sheet.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 838

81)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 839

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 840

Activate Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 841

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 842

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 843

Objects and Forms

82)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 844

A(n) ________ is an attribute of an object that defines one of its characteristics.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 845

82)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 846

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 847

property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 848

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 849

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 850

Objects and Forms

83)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 851

By default, a(n) ________ is given the name UserForm1 or another integer value.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 852

83)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 853

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 854

UserForm Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 855

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 856

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 857

Objects and Forms

84)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 858

After adding a control to a form, use the ________ to select the control to modify it.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 859

84)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 860

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 861

Selection Tool Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 862

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 863

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 864

Objects and Forms

85)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 865

The ________ defines the cell to which a control is bound.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 866

85)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 867

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 868

ControlSource property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 869

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 870

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 871

Objects and Forms

86)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 872

To add items to a list at run time, use the ________ method in a code procedure.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 873

86)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 874

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 875

AddItem Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 876

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 877

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 878

Objects and Forms

87)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 879

The ________ determines if a control can receive focus or attention and if that control can respond to the user.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 880

87)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 881

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 882

Enabled property Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 883

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 884

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 885

Objects and Forms

88)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 886

The ________ verifies that a value is a number.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 887

88)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 888

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 889

IsNumeric function Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 890

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 891

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 892

Functions and Forms

89)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 893

To unload a form from memory, use the statement ________, substituting the form's actual name.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 894

89)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 895

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 896

Unload frmForm Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 897

Initialize, Display, and Close Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 898

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 899

Functions and Forms

90)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 900

Object references and property names are separated by a(n) _______, and a(n) ________ assigns a value to the property.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 901

90)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 902

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 903

period; equal sign Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 904

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 905

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 906

Objects and Forms

91)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 907

Match the following terms with their meanings:

I. PropertyII. MethodIII. ActivateIV. ClearV. Event

A. Action occurring at run time that triggers a program instructionB. Attribute of an object that defines one of its characteristicsC. Clears all cells in a rangeD. Action that an object can perform while the application is runningE. Makes the specified worksheet the active sheet

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 908

91)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 909

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 910

B,D,E,C,A Diff: 2 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 911

Use the Excel Object Model in VBA Code AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 912

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 913

Objects and Forms

92)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 914

Match the following control with its purpose:I. LabelII. TextBoxIII. ComboBoxIV. ListBoxV. CheckBox

A. User can choose an item from the list or enter a value in the text boxB. Appears as text in a form but the user cannot change this informationC. Displays a list of items from which the user can make a choiceD. Appears as a box in which text can be entered and changed by the userE. Creates a square box that can be checked or unchecked to indicate a yes/no selection

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 915

92)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 916

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 917

B,D,A,C,E Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 918

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 919

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 920

Objects and Forms

93)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 921

Match the following control with its purpose:I. OptionButtonII. ToggleButtonIII. CommandButtonIV. ScrollBarV. SpinButton

A. Increases and decreased values using up and down arrows.B. A button that evokes an event when clicked.C. A button for toggling a selection.D. Enables you to change a set of continuous values using a horizontal or vertical bar.E. Displays a small button for toggling options on or off.

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 922

93)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 923

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 924

E,C,B,D,A Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 925

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 926

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 927

Objects and Forms

94)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 928

Match the following terms with their Modified Hungarian Notation naming conventions.

I. FormII. LabelIII. Text BoxIV. FrameV. Image

A. lblTitleB. fmeLoanC. frmClientD. imgLogoE. txtFirstName

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 929

94)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 930

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 931

C,A,E,B,D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 932

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 933

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 934

Objects and Forms

95)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 935

Match the following terms with their meanings:

I. RowSource propertyII. Enabled propertyIII. ControlSource propertyIV. TabIndex propertyV. TabStop property

A. Attribute that defines the cell to which a control is boundB. Specifies items that will appear in a list box or combo box at run timeC. Has a value of True or False that determines whether a control can receive focus and respond to the userD. Has a value of True or False that determines whether a control receives focus when the Tab key is pressedE. Determines the order in which a control receives focus

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 936

95)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 937

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 938

B,C,A,E,D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 939

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 940

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 941

Objects and Forms

96)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 942

Match the functions with their purposes:

I. FVII. RateIII. NPerIV. NPVV. PPmt

A. Calculates an interest rateB. Calculates number of periodsC. Calculates present valueD. Calculates principal paymentsE. Calculates future value

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 943

96)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 944

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 945

E,A,B,C, D Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 946

Using Financial Functions AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 947

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 948

Functions and Forms

97)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 949

The SDLC is a systematic methodology that involves four steps. Put the following steps in the correct order.

A. Write code to handle eventsB. Plan the applicationC. Run and test the applicationD. Design the user interface

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 950

97)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 951

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 952

B,D,A,C Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 953

Complete a Software Development Life Cycle AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 954

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 955

Objects and Forms

98)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 956

Match the following control with its purpose:

I. Select ObjectsII. FrameIII. TabStripIV. MultiPageV. Image

A. Allows a form to store controls that appear on multiple pages in the formB. Displays a bitmap graphicC. Selects a control on a formD. Displays tabs along the top of the window so that you can insert different controls on different tabsE. Displays a rectangular panel for grouping other controls

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 957

98)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 958

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 959

C,E,D,A,B Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 960

Create Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 961

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 962

Objects and Forms

99)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 963

Match the Modified Hungarian Notion prefix with the Object Name.

I. cmdII. lstIII. cboIV. chkV. opt

A. Option ButtonB. Command ButtonC. List BoxD. Check BoxE. Combo Box

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 964

99)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 965

_____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 966

B, C, E, D, A Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 967

Creating Forms AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 968

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 969

Objects and Forms

100)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 970

Match the following Implicit functions with their meanings:

I. Val functionII. Format functionIII. Input functionIV. MsgBox functionV. IsNumeric function

A. Displays a text box for user inputB. Verifies that a value is a numberC. Converts a number stored as text into a numeric value for calculationsD. Displays information in a dialog boxE. Formats a value for display

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 971

100)

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 972

____________ Answer:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 973

C,E,A,D,B Diff: 3 Objective:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 974

AppChap:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 975

VBA 2 Ref:

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 976

Functions and Forms

Copyright © 2012 Pearson Education, Inc. Publishing as Prentice Hall. 977

Recommended