Deck 43: Templates styles and Macros

Full screen (f)
exit full mode
Question
Which of the following is not a default cell style?

A)Standard
B)Bad
C)Good
D)Neutral
Use Space or
up arrow
down arrow
to flip the card.
Question
Which of the following is not prevented when a worksheet is protected?

A)Inserting
B)Printing
C)Deleting
D)Copying
Question
What is the default file extension for a template?

A))xls
B))xlsx
C))xltx
D))xlm
Question
Where are the default cell styles located?

A)Styles group
B)Editing group
C)Format group
D)Cells group
Question
Which of the following is not a predefined cell style category?

A)Data and Model
B)Number Format
C)Titles and Headings
D)Analysis
Question
Where is the Themes gallery located?

A)Backstage
B)Data tab
C)Page Layout tab
D)Insert tab
Question
What is the default save location for templates?

A)c :/Users\username\Documents\CustomOfficeTemplates
B)c : /Users\MyDocuments
C)c :/templates
D)c :/Users\templates
Question
Which of the following formats does not support macros?

A))xlsm
B))xlsb
C))xltm
D))xlsx
Question
Which of the following is not a tool to help provided a unified look and feel within a workbook?

A)Themes
B)Custom functions
C)Backgrounds
D)Styles
Question
Which of the following is not a tool to improve efficiency in a common workbook that is used by numerous employees in a business?

A)Template
B)Macros
C)Themes
D)Print settings
Question
Which of the following is true about a protected worksheet?

A)It cannot be saved
B)It cannot be printed
C)It cannot be edited
D)It cannot be shared on SkyDrive
Question
Where is the Insert Background feature located?

A)Backstage
B)Page Layout tab
C)Formulas tab
D)Insert tab
Question
Which of the following formats is supported as a background in Excel?

A)jpeg
B)mp3
C))xls
D))mpeg4
Question
Which of the following is not controlled with cell style formats?

A)Font attributes
B)Print settings
C)Cell-protection settings
D)Border and fill styles
Question
Which of the following is a method for creating macros?

A)Macro recorder
B)Formula builder
C)Insert function button
D)Developer tools
Question
What is the password character limit in Excel?

A)325
B)255
C)355
D)100
Question
Which of the following tools is best suited to complete repetitive tasks in Excel?

A)Macros
B)Templates
C)Styles
D)Themes
Question
Which of the following is not a good practice when creating a template?

A)Using descriptive labels
B)Using cell references in formulas
C)Locking view settings
D)Including instructions
Question
Which of the following is not true about locked cells?

A)Locked cells can be edited
B)All cells are locked by default
C)A password is required to unlock the cells
D)A locked cell is indicated by a padlock icon in the Format menu
Question
Where is the Template gallery located?

A)Insert tab
B)Backstage
C)Data tab
D)Formulas tab
Question
Which of the following is the proper beginning for a sub procedure named "Test"?

A)Sub ()
B)Sub (Test)
C)(Test)
D)Sub Test()
Question
Which of the following tabs contains Form Controls?

A)Insert
B)Data
C)Developer
D)Formulas
Question
What is the default reference type when recording a macro?

A)Absolute
B)Relative
C)Mixed
D)Normalitive
Question
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Comments
D)Index documents
Question
Where can a macro be deleted?

A)Backstage
B)Macro dialog box
C)Developer tab
D)Insert tab
Question
Where are custom cell styles saved?

A)The workbook in which you created the style
B)A personal styles workbook
C)My Documents
D)A personal macro workbook
Question
Which function should be used to mask zero values in templates?

A)IF
B)IFERROR
C)VLOOKUP
D)INDEX
Question
Which of the following is not a best practice when creating a macro?

A)Practice the steps before starting
B)Determine whether absolute or relative references should be used
C)Start and stop the recording as needed
D)Ensure the macros are broad enough to apply to multiple situations
Question
Which of the following is not an Office theme?

A)Office
B)Integral
C)Helvetica
D)Frame
Question
Where is the Protect Sheet command located in the Ribbon?

A)Backstage
B)Formulas tab
C)Review tab
D)Data tab
Question
Which of the following cannot be modified in a custom cell style?

A)Number
B)Alignment
C)Print area
D)Fill
Question
Where are macros recorded with the macro recorder stored?

A)The current workbook
B)The Templates folder
C)The templates gallery
D)My Documents
Question
Comments in VBA appear in what color?

A)Red
B)Green
C)Blue
D)Black
Question
Which of the following is not a Trust Center option?

A)Trusted App Catalogs
B)Trusted Publishers
C)Trusted Calculations
D)Message Bar
Question
Where are Trust Center options located?

A)Data tab
B)Backstage
C)Insert tab
D)Formulas tab
Question
What is the default folder for Personal Macro Workbooks in Windows 8?

A)c : /Users\Username\documents
B)c : /Users\Username\AppData\Roaming\Microsoft\Excel\XLStart
C)c : /Users\Username\AppData\Roaming\XLStart
D)c :/Users\Username\Excel
Question
Which of the formats below will not support sub procedures using VBA?

A))xlsm
B))xlsx
C))xlsb
D))xltm
Question
Which of the following are used in VBA to leave notes or instructions regarding the macro?

A)Comments
B)Keywords
C)Indicators
D)Index notes
Question
Which of the following is the file extension for a Personal Macro Workbook?

A))xls
B))xlxs
C))xltm
D))xlsb
Question
Which of the following objects can be used to launch a macro?

A)Chart
B)Function
C)Image
D)Hyperlink
Question
Custom cell styles cannot be removed.
Question
Form controls are located on the Developer tab.
Question
Comments cannot be viewed in the VBA editor.
Question
Once applied custom backgrounds cannot be deleted.
Question
.xlsb files do not support macros.
Question
Templates can be located and downloaded in the templates gallery.
Question
A user can create custom cell styles.
Question
The macro recorder can append a previously recorded macro.
Question
Once lost,a password cannot be retrieved.
Question
The maximum number of characters for a password is 255.
Question
Custom styles cannot be applied to other workbooks.
Question
Good,Bad,and Neutral are predefined cell styles.
Question
Font attributes can be controlled with cell styles.
Question
Custom functions can be created with the macro recorder.
Question
By default,the macro recorder uses absolute references.
Question
When creating templates,IFERROR should be used to mask zero values.
Question
Macros are stored in modules.
Question
All templates should contain instructions.
Question
Custom backgrounds can be applied to Excel worksheets.
Question
By default all cells are locked.
Question
The ________ function should be used to trap errors when creating templates.
Question
Once created a custom function cannot be edited.
Question
A(n)________ is a collection of format settings based on the currently selected theme to provide a consistent appearance within a worksheet and among similar workbooks.
Question
A ________ is a collection of formats that include coordinating colors,fonts,and special effects to provide a stylish appearance.
Question
Macro settings cannot be edited in the Trust Center.
Question
Custom cell styles are stored in the ________ workbook.
Question
Once created,macro buttons cannot be deleted.
Question
Locked cells cannot be ________.
Question
The Themes gallery is located on the ________ tab.
Question
A run time error will occur if a sub procedure is run on a protected workbook.
Question
New templates can be located and viewed in the ________.
Question
Data and Model,Titles and Headings,and Number Format are all examples of predefined ________.
Question
A ________ is a set of instructions that execute a sequence of commands to automate repetitive or routine tasks.
Question
By default all cells in a workbook are ________.
Question
Excel passwords can be up to ________ characters.
Question
A ________ is a partially completed document that you use as a model to create other documents
that have the same structure and purpose.
Question
Cells can be locked from the ________ group on the Home tab.
Question
The VBA editor can be opened with the key stroke Alt+F11.
Question
An image used to classify a document as confidential can be placed as a custom ________ in a workbook.
Question
The file extension for an Excel Macro-Enabled Workbook is ________.
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/103
auto play flashcards
Play
simple tutorial
Full screen (f)
exit full mode
Deck 43: Templates styles and Macros
1
Which of the following is not a default cell style?

A)Standard
B)Bad
C)Good
D)Neutral
A
2
Which of the following is not prevented when a worksheet is protected?

A)Inserting
B)Printing
C)Deleting
D)Copying
B
3
What is the default file extension for a template?

A))xls
B))xlsx
C))xltx
D))xlm
C
4
Where are the default cell styles located?

A)Styles group
B)Editing group
C)Format group
D)Cells group
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
5
Which of the following is not a predefined cell style category?

A)Data and Model
B)Number Format
C)Titles and Headings
D)Analysis
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
6
Where is the Themes gallery located?

A)Backstage
B)Data tab
C)Page Layout tab
D)Insert tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
7
What is the default save location for templates?

A)c :/Users\username\Documents\CustomOfficeTemplates
B)c : /Users\MyDocuments
C)c :/templates
D)c :/Users\templates
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
8
Which of the following formats does not support macros?

A))xlsm
B))xlsb
C))xltm
D))xlsx
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
9
Which of the following is not a tool to help provided a unified look and feel within a workbook?

A)Themes
B)Custom functions
C)Backgrounds
D)Styles
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
10
Which of the following is not a tool to improve efficiency in a common workbook that is used by numerous employees in a business?

A)Template
B)Macros
C)Themes
D)Print settings
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
11
Which of the following is true about a protected worksheet?

A)It cannot be saved
B)It cannot be printed
C)It cannot be edited
D)It cannot be shared on SkyDrive
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
12
Where is the Insert Background feature located?

A)Backstage
B)Page Layout tab
C)Formulas tab
D)Insert tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
13
Which of the following formats is supported as a background in Excel?

A)jpeg
B)mp3
C))xls
D))mpeg4
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
14
Which of the following is not controlled with cell style formats?

A)Font attributes
B)Print settings
C)Cell-protection settings
D)Border and fill styles
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
15
Which of the following is a method for creating macros?

A)Macro recorder
B)Formula builder
C)Insert function button
D)Developer tools
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
16
What is the password character limit in Excel?

A)325
B)255
C)355
D)100
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
17
Which of the following tools is best suited to complete repetitive tasks in Excel?

A)Macros
B)Templates
C)Styles
D)Themes
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
18
Which of the following is not a good practice when creating a template?

A)Using descriptive labels
B)Using cell references in formulas
C)Locking view settings
D)Including instructions
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
19
Which of the following is not true about locked cells?

A)Locked cells can be edited
B)All cells are locked by default
C)A password is required to unlock the cells
D)A locked cell is indicated by a padlock icon in the Format menu
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
20
Where is the Template gallery located?

A)Insert tab
B)Backstage
C)Data tab
D)Formulas tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
21
Which of the following is the proper beginning for a sub procedure named "Test"?

A)Sub ()
B)Sub (Test)
C)(Test)
D)Sub Test()
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
22
Which of the following tabs contains Form Controls?

A)Insert
B)Data
C)Developer
D)Formulas
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
23
What is the default reference type when recording a macro?

A)Absolute
B)Relative
C)Mixed
D)Normalitive
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
24
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Comments
D)Index documents
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
25
Where can a macro be deleted?

A)Backstage
B)Macro dialog box
C)Developer tab
D)Insert tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
26
Where are custom cell styles saved?

A)The workbook in which you created the style
B)A personal styles workbook
C)My Documents
D)A personal macro workbook
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
27
Which function should be used to mask zero values in templates?

A)IF
B)IFERROR
C)VLOOKUP
D)INDEX
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
28
Which of the following is not a best practice when creating a macro?

A)Practice the steps before starting
B)Determine whether absolute or relative references should be used
C)Start and stop the recording as needed
D)Ensure the macros are broad enough to apply to multiple situations
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
29
Which of the following is not an Office theme?

A)Office
B)Integral
C)Helvetica
D)Frame
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
30
Where is the Protect Sheet command located in the Ribbon?

A)Backstage
B)Formulas tab
C)Review tab
D)Data tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
31
Which of the following cannot be modified in a custom cell style?

A)Number
B)Alignment
C)Print area
D)Fill
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
32
Where are macros recorded with the macro recorder stored?

A)The current workbook
B)The Templates folder
C)The templates gallery
D)My Documents
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
33
Comments in VBA appear in what color?

A)Red
B)Green
C)Blue
D)Black
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
34
Which of the following is not a Trust Center option?

A)Trusted App Catalogs
B)Trusted Publishers
C)Trusted Calculations
D)Message Bar
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
35
Where are Trust Center options located?

A)Data tab
B)Backstage
C)Insert tab
D)Formulas tab
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
36
What is the default folder for Personal Macro Workbooks in Windows 8?

A)c : /Users\Username\documents
B)c : /Users\Username\AppData\Roaming\Microsoft\Excel\XLStart
C)c : /Users\Username\AppData\Roaming\XLStart
D)c :/Users\Username\Excel
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
37
Which of the formats below will not support sub procedures using VBA?

A))xlsm
B))xlsx
C))xlsb
D))xltm
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
38
Which of the following are used in VBA to leave notes or instructions regarding the macro?

A)Comments
B)Keywords
C)Indicators
D)Index notes
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
39
Which of the following is the file extension for a Personal Macro Workbook?

A))xls
B))xlxs
C))xltm
D))xlsb
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
40
Which of the following objects can be used to launch a macro?

A)Chart
B)Function
C)Image
D)Hyperlink
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
41
Custom cell styles cannot be removed.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
42
Form controls are located on the Developer tab.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
43
Comments cannot be viewed in the VBA editor.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
44
Once applied custom backgrounds cannot be deleted.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
45
.xlsb files do not support macros.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
46
Templates can be located and downloaded in the templates gallery.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
47
A user can create custom cell styles.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
48
The macro recorder can append a previously recorded macro.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
49
Once lost,a password cannot be retrieved.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
50
The maximum number of characters for a password is 255.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
51
Custom styles cannot be applied to other workbooks.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
52
Good,Bad,and Neutral are predefined cell styles.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
53
Font attributes can be controlled with cell styles.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
54
Custom functions can be created with the macro recorder.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
55
By default,the macro recorder uses absolute references.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
56
When creating templates,IFERROR should be used to mask zero values.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
57
Macros are stored in modules.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
58
All templates should contain instructions.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
59
Custom backgrounds can be applied to Excel worksheets.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
60
By default all cells are locked.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
61
The ________ function should be used to trap errors when creating templates.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
62
Once created a custom function cannot be edited.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
63
A(n)________ is a collection of format settings based on the currently selected theme to provide a consistent appearance within a worksheet and among similar workbooks.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
64
A ________ is a collection of formats that include coordinating colors,fonts,and special effects to provide a stylish appearance.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
65
Macro settings cannot be edited in the Trust Center.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
66
Custom cell styles are stored in the ________ workbook.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
67
Once created,macro buttons cannot be deleted.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
68
Locked cells cannot be ________.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
69
The Themes gallery is located on the ________ tab.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
70
A run time error will occur if a sub procedure is run on a protected workbook.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
71
New templates can be located and viewed in the ________.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
72
Data and Model,Titles and Headings,and Number Format are all examples of predefined ________.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
73
A ________ is a set of instructions that execute a sequence of commands to automate repetitive or routine tasks.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
74
By default all cells in a workbook are ________.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
75
Excel passwords can be up to ________ characters.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
76
A ________ is a partially completed document that you use as a model to create other documents
that have the same structure and purpose.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
77
Cells can be locked from the ________ group on the Home tab.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
78
The VBA editor can be opened with the key stroke Alt+F11.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
79
An image used to classify a document as confidential can be placed as a custom ________ in a workbook.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
80
The file extension for an Excel Macro-Enabled Workbook is ________.
Unlock Deck
Unlock for access to all 103 flashcards in this deck.
Unlock Deck
k this deck
locked card icon
Unlock Deck
Unlock for access to all 103 flashcards in this deck.