Exam 14: Visual Basic for Applications

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

A(n)________ is a group of VBA statements that perform a calculation and return a single value.

(Short Answer)
4.9/5
(30)

Names for Sub procedures must begin with a(n)________ and cannot contain any spaces.

(Short Answer)
4.9/5
(27)

________ is an interactive data visualization,exploration,and presentation experience that encourages the creation of beautiful ad-hoc reports.

(Short Answer)
4.8/5
(30)

Visual Basic for Applications is a powerful programming language that is part of all Microsoft Office applications.

(True/False)
4.8/5
(36)

Protecting the VBA code with a(n)________ ensures that no unauthorized person will access the code.

(Short Answer)
4.9/5
(42)
Match the following terms with their description.
Parameter
Action
Properties
Special kind of variable
Code window
Attributes
Correct Answer:
Verified
Premises:
Responses:
Parameter
Action
Properties
Special kind of variable
Code window
Attributes
Method
Where all the VBA code is typed
Separators
Indicate the distinction between the object container and the member of that container
(Matching)
4.9/5
(47)

A parameter is a special kind of variable used to refer to one of the pieces of data provided in a method.

(True/False)
4.8/5
(36)

Slicers are visual controls that allow you to quickly and easily filter your data in an interactive way.

(True/False)
4.7/5
(22)

Dashboards provide management with a "Big picture" view of the business,usually from multiple perspectives using various charts and other graphical representations.

(True/False)
4.9/5
(37)

A container for code is called a ________.

(Multiple Choice)
4.9/5
(33)

All of the following statements are TRUE about protecting VBA code EXCEPT:

(Multiple Choice)
4.8/5
(30)

A ________ performs an action on your project or workbook,such as renaming a worksheet or clearing filtered values from PivotTables.

(Multiple Choice)
5.0/5
(44)

________ are visual controls that allow you to quickly and easily filter your data in an interactive way.

(Multiple Choice)
4.8/5
(43)

The ________ allows you to check and fix VBA code errors.

(Multiple Choice)
4.8/5
(29)
Match the following terms with their description.
Object collection
The active chart or chart contained in a ChartObject
VBA
Powerful programming language
Object
Uses a hierarchy of classes
Correct Answer:
Verified
Premises:
Responses:
Object collection
The active chart or chart contained in a ChartObject
VBA
Powerful programming language
Object
Uses a hierarchy of classes
Object model
Consists of a hierarchical collection of objects
OOP
Can also serve as containers for other objects
(Matching)
4.9/5
(51)
Match the following terms with their description.
Input box
Used to increase the interactivity of a dashboard
Event
Space in a computer's memory
Message box
Interactive data visualization
Correct Answer:
Verified
Premises:
Responses:
Input box
Used to increase the interactivity of a dashboard
Event
Space in a computer's memory
Message box
Interactive data visualization
Variable
Action initiated either by a user or by VBA code
Power View
Created using the MsgBox command
(Matching)
5.0/5
(35)

The Code window contains a hierarchical list of all the objects in open workbooks,including macros,modules,and worksheets.

(True/False)
4.8/5
(38)

A(n)________ is an effective way of using VBA code to increase the interactivity of a dashboard by prompting the user for information and storing that information in a variable to be used later.

(Short Answer)
4.9/5
(43)

A(n)________ is space in a computer's memory that is given a name and is used to store a value of a specified data type.

(Short Answer)
4.8/5
(22)
Showing 81 - 99 of 99
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)