Deck 10: Analyzing Data With Business Intelligence Tools

ملء الشاشة (f)
exit full mode
سؤال
To expand an action in a macro,click the action name in the Action Catalog.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
You can collapse all actions in a macro to hide its details.
سؤال
You reference a submacro in a macro list using the command Submacro().
سؤال
To close a macro,you click the Run button.
سؤال
A common way to run a macro is to assign it to a command button.
سؤال
One way to _____ a macro is to single step through the macro.

A) modify
B) rename
C) program
D) debug
سؤال
You must add actions to a macro in the order you want Access to evaluate them,starting at the bottom.
سؤال
_____ are properties of an action that provide additional information on how the action should execute.

A) Comments
B) Arguments
C) Events
D) Conditions
سؤال
A(n)_____ allows you to run macro actions based on the result of a conditional expression.

A) If statement
B) query
C) Group program flow
D) Run statement
سؤال
To delete an action from a macro,point to the action in Macro Design View,and then click the Delete button.
سؤال
In a macro,a Group component lets you sort macro arguments.
سؤال
To make some commands such as ShowToolbar and PrintOut available to a macro,you must first click the Show All Actions button on the Macro Tools Design tab.
سؤال
What do you click to perform the actions in a macro?

A) Expand All button
B) Run button
C) Debug button
D) View button
سؤال
The _____ organizes all the arguments for an action in a rectangle with a gray background.

A) update block
B) Macro Single Step dialog box
C) action block
D) event procedure
سؤال
You must specify arguments for each action in a macro.
سؤال
In Access,you create a macro by recording a series of steps you want the macro to perform.
سؤال
In Access macros,you can use conditional expressions in If statements.
سؤال
If you want a macro to display a message after opening a form,where should you insert the MessageBox action?

A) As the first action in the macro
B) After the OpenForm action
C) As the last action in the macro
D) Before the OpenForm action
سؤال
When you click the Collapse button next to a macro action in Macro Design View,you hide the action's arguments.
سؤال
Before you can edit actions in Macro Design View,you might need to click the Expand All button on the Macro Tools Design tab to display all the actions.
سؤال
Which argument of the OpenReport macro action determines the report to open?

A) Title
B) On Click
C) View
D) Report Name
سؤال
You click the _____ button to execute the selected Access macro.

A) Single Step
B) Run
C) Expand All
D) Trigger
سؤال
Which of the following clauses can an If statement contain in a macro?

A) Otherwise and Never
B) Where and When
C) Else and Else If
D) Do and Until
سؤال
_____ change depending on the macro action you choose.

A) Events
B) Arguments
C) Expressions
D) Properties
سؤال
OpenReport is an Access macro _____.

A) event
B) condition
C) action
D) group
سؤال
Which argument of the MessageBox macro action determines the text in the message dialog box?

A) Message
B) View
C) Title
D) Type
سؤال
A macro may contain one or more _____,the tasks that you want Access to perform.

A) events
B) conditions
C) actions
D) queries
سؤال
What property would you use in an If statement to display a label in some records but not others?

A) Visible
B) On Current
C) Else
D) On Display
سؤال
You can assign a key combination to a macro by creating a macro with the name _____.

A) AutoKeys
B) Macro1
C) KeyCombo
D) CTRL+K
سؤال
The part of an If statement that is evaluated as either true or false is called a(n)_____.

A) procedure
B) conditional expression
C) event
D) Else clause
سؤال
In a macro,arguments provide _____.

A) conditional expressions that evaluate to true or false
B) a way to store many macros together in a group
C) additional information on how to carry out an action
D) a list of events that are associated with each control on a form
سؤال
When you _____ a macro,you determine why it is not running correctly.

A) debug
B) design
C) expand
D) group
سؤال
What can you do to hide the actions in a macro?

A) Collapse all the actions in the macro.
B) Single step through the macro.
C) Set the macro's Visible property to No.
D) Add a Group program flow to the macro.
سؤال
Which Action Catalog category contains the Comment,Group,If,and Submacro components?

A) Actions
B) Conditional Statements
C) Messages
D) Program Flow
سؤال
How can you add an action to a macro? Select all the options that apply.

A) Double-click an action in the Action Catalog.
B) Click the Add New Action arrow.
C) Click the appropriate action button on the Macro Tools Design tab.
D) Drag an action from the Action Catalog.
سؤال
Which of the following tasks is a good candidate for a macro?

A) Modifying the design of a form
B) Printing several reports
C) Creating a report
D) Adding a chart to a tab control
سؤال
A(n)_____ is an individual step that a macro performs.

A) action
B) argument
C) property
D) flow
سؤال
How do you create a macro in Access?

A) Use the Macro Wizard to select a task to perform.
B) Use the macro recorder to record your actions as you complete a task.
C) In Macro Design View,add actions and arguments that perform a task.
D) Use the single step recorder to record your actions as you complete a task.
سؤال
When you single step a macro,you _____.

A) create the macro with one action
B) run the macro one action at a time
C) record the macro as you perform steps
D) add an action with only one argument
سؤال
Which of the following are common macro actions? Select all the options that apply.

A) SaveRecord
B) OpenForm
C) DeleteRecord
D) CloseDesignView
سؤال
The purpose of a Navigation form is to let users navigate easily among the forms and reports in the database.
سؤال
Change a form's Navigation Buttons property to No to remove the navigation bar from the form.
سؤال
The Action Catalog lists all of the macro actions organized by category.
سؤال
A(n)_____ form is a special Access form that provides an easy-to-use database interface.

A) Navigation
B) Split
C) Sub
D) Startup
سؤال
What is the first step in creating a query with a self join in Query Design View?

A) Display two field lists for the same table.
B) Add the Join Type row to the query design grid.
C) Remove all field lists from the upper pane.
D) Establish a one-to-many relationship between two tables.
سؤال
In which of the following situations would you create a query with a self join?

A) You want to identify orders with no customer address.
B) You want to list managers and their employees.
C) You want to list all products in the "Electronics" category.
D) You want to increase Fee field values by $25.00.
سؤال
The tabs in a Navigation form must match the names of the objects they contain.
سؤال
To add a report to a Navigation form,change the report's Display property to Navigation.
سؤال
Which argument of the MessageBox macro action determines the icon in the message dialog box?

A) Message
B) View
C) Title
D) Type
سؤال
A self join relates a record of a table to _____.

A) another record in the same table
B) an identical record in another table
C) a matching record in another database
D) a record with one or more blank field values
سؤال
Vertical Tabs,Left is one of the _____ you can select for a Navigation form.

A) navigation system styles
B) startup options
C) form dependencies
D) database objects
سؤال
Use the Move up and Move down buttons to move macro actions in Macro Design View.
سؤال
You cannot view a query with a self join in SQL View.
سؤال
You can view the SQL code for any query by switching to _____ view.

A) Code
B) Design
C) SQL
D) Layout
سؤال
Which argument of the MessageBox macro action determines the text in the title bar of the message dialog box?

A) Message
B) View
C) Title
D) Type
سؤال
A(n)_____ join relates a record of a table to another record in the same table.

A) duplicate
B) alias
C) self
D) union
سؤال
When you add actions to a Group program flow,the macro does not perform the actions.
سؤال
Which of the following are benefits of using macros? Select all the options that apply.

A) They can increase accuracy by flagging data entry errors.
B) They can increase accuracy by flagging data entry errors.
C) They decrease the number of objects required in the database.
D) They help users by responding to their interactions within a form.
سؤال
Create a(n)_____ join to relate an Employee table to itself using two fields in the same table to identify the relationship between employees and supervisors.

A) inner
B) outer
C) self
D) referential
سؤال
Drag a form to the [Add New] button to display the form in a Navigation form.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/60
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 10: Analyzing Data With Business Intelligence Tools
1
To expand an action in a macro,click the action name in the Action Catalog.
False
2
You can collapse all actions in a macro to hide its details.
True
3
You reference a submacro in a macro list using the command Submacro().
False
4
To close a macro,you click the Run button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
5
A common way to run a macro is to assign it to a command button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
6
One way to _____ a macro is to single step through the macro.

A) modify
B) rename
C) program
D) debug
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
7
You must add actions to a macro in the order you want Access to evaluate them,starting at the bottom.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
8
_____ are properties of an action that provide additional information on how the action should execute.

A) Comments
B) Arguments
C) Events
D) Conditions
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
9
A(n)_____ allows you to run macro actions based on the result of a conditional expression.

A) If statement
B) query
C) Group program flow
D) Run statement
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
10
To delete an action from a macro,point to the action in Macro Design View,and then click the Delete button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
11
In a macro,a Group component lets you sort macro arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
12
To make some commands such as ShowToolbar and PrintOut available to a macro,you must first click the Show All Actions button on the Macro Tools Design tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
13
What do you click to perform the actions in a macro?

A) Expand All button
B) Run button
C) Debug button
D) View button
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
14
The _____ organizes all the arguments for an action in a rectangle with a gray background.

A) update block
B) Macro Single Step dialog box
C) action block
D) event procedure
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
15
You must specify arguments for each action in a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
16
In Access,you create a macro by recording a series of steps you want the macro to perform.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
17
In Access macros,you can use conditional expressions in If statements.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
18
If you want a macro to display a message after opening a form,where should you insert the MessageBox action?

A) As the first action in the macro
B) After the OpenForm action
C) As the last action in the macro
D) Before the OpenForm action
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
19
When you click the Collapse button next to a macro action in Macro Design View,you hide the action's arguments.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
20
Before you can edit actions in Macro Design View,you might need to click the Expand All button on the Macro Tools Design tab to display all the actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which argument of the OpenReport macro action determines the report to open?

A) Title
B) On Click
C) View
D) Report Name
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
22
You click the _____ button to execute the selected Access macro.

A) Single Step
B) Run
C) Expand All
D) Trigger
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
23
Which of the following clauses can an If statement contain in a macro?

A) Otherwise and Never
B) Where and When
C) Else and Else If
D) Do and Until
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
24
_____ change depending on the macro action you choose.

A) Events
B) Arguments
C) Expressions
D) Properties
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
25
OpenReport is an Access macro _____.

A) event
B) condition
C) action
D) group
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
26
Which argument of the MessageBox macro action determines the text in the message dialog box?

A) Message
B) View
C) Title
D) Type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
27
A macro may contain one or more _____,the tasks that you want Access to perform.

A) events
B) conditions
C) actions
D) queries
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
28
What property would you use in an If statement to display a label in some records but not others?

A) Visible
B) On Current
C) Else
D) On Display
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
29
You can assign a key combination to a macro by creating a macro with the name _____.

A) AutoKeys
B) Macro1
C) KeyCombo
D) CTRL+K
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
30
The part of an If statement that is evaluated as either true or false is called a(n)_____.

A) procedure
B) conditional expression
C) event
D) Else clause
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
31
In a macro,arguments provide _____.

A) conditional expressions that evaluate to true or false
B) a way to store many macros together in a group
C) additional information on how to carry out an action
D) a list of events that are associated with each control on a form
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
32
When you _____ a macro,you determine why it is not running correctly.

A) debug
B) design
C) expand
D) group
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
33
What can you do to hide the actions in a macro?

A) Collapse all the actions in the macro.
B) Single step through the macro.
C) Set the macro's Visible property to No.
D) Add a Group program flow to the macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
34
Which Action Catalog category contains the Comment,Group,If,and Submacro components?

A) Actions
B) Conditional Statements
C) Messages
D) Program Flow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
35
How can you add an action to a macro? Select all the options that apply.

A) Double-click an action in the Action Catalog.
B) Click the Add New Action arrow.
C) Click the appropriate action button on the Macro Tools Design tab.
D) Drag an action from the Action Catalog.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
36
Which of the following tasks is a good candidate for a macro?

A) Modifying the design of a form
B) Printing several reports
C) Creating a report
D) Adding a chart to a tab control
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
37
A(n)_____ is an individual step that a macro performs.

A) action
B) argument
C) property
D) flow
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
38
How do you create a macro in Access?

A) Use the Macro Wizard to select a task to perform.
B) Use the macro recorder to record your actions as you complete a task.
C) In Macro Design View,add actions and arguments that perform a task.
D) Use the single step recorder to record your actions as you complete a task.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
39
When you single step a macro,you _____.

A) create the macro with one action
B) run the macro one action at a time
C) record the macro as you perform steps
D) add an action with only one argument
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following are common macro actions? Select all the options that apply.

A) SaveRecord
B) OpenForm
C) DeleteRecord
D) CloseDesignView
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
41
The purpose of a Navigation form is to let users navigate easily among the forms and reports in the database.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
42
Change a form's Navigation Buttons property to No to remove the navigation bar from the form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
43
The Action Catalog lists all of the macro actions organized by category.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
44
A(n)_____ form is a special Access form that provides an easy-to-use database interface.

A) Navigation
B) Split
C) Sub
D) Startup
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
45
What is the first step in creating a query with a self join in Query Design View?

A) Display two field lists for the same table.
B) Add the Join Type row to the query design grid.
C) Remove all field lists from the upper pane.
D) Establish a one-to-many relationship between two tables.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
46
In which of the following situations would you create a query with a self join?

A) You want to identify orders with no customer address.
B) You want to list managers and their employees.
C) You want to list all products in the "Electronics" category.
D) You want to increase Fee field values by $25.00.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
47
The tabs in a Navigation form must match the names of the objects they contain.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
48
To add a report to a Navigation form,change the report's Display property to Navigation.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
49
Which argument of the MessageBox macro action determines the icon in the message dialog box?

A) Message
B) View
C) Title
D) Type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
50
A self join relates a record of a table to _____.

A) another record in the same table
B) an identical record in another table
C) a matching record in another database
D) a record with one or more blank field values
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
51
Vertical Tabs,Left is one of the _____ you can select for a Navigation form.

A) navigation system styles
B) startup options
C) form dependencies
D) database objects
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
52
Use the Move up and Move down buttons to move macro actions in Macro Design View.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
53
You cannot view a query with a self join in SQL View.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
54
You can view the SQL code for any query by switching to _____ view.

A) Code
B) Design
C) SQL
D) Layout
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
55
Which argument of the MessageBox macro action determines the text in the title bar of the message dialog box?

A) Message
B) View
C) Title
D) Type
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
56
A(n)_____ join relates a record of a table to another record in the same table.

A) duplicate
B) alias
C) self
D) union
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
57
When you add actions to a Group program flow,the macro does not perform the actions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
58
Which of the following are benefits of using macros? Select all the options that apply.

A) They can increase accuracy by flagging data entry errors.
B) They can increase accuracy by flagging data entry errors.
C) They decrease the number of objects required in the database.
D) They help users by responding to their interactions within a form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
59
Create a(n)_____ join to relate an Employee table to itself using two fields in the same table to identify the relationship between employees and supervisors.

A) inner
B) outer
C) self
D) referential
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
60
Drag a form to the [Add New] button to display the form in a Navigation form.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 60 في هذه المجموعة.