Deck 12: Templates, Styles, and Macros

ملء الشاشة (f)
exit full mode
سؤال
What function traps errors in a custom template?

A)ERRORTRAP
B)IF(#ErrorValue)
C)IFERROR
D)FINDERROR
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which of the following are not included in themes?

A)Fonts
B)Colors
C)Formulas
D)Effects
سؤال
What file extension do templates use?

A).xlsx
B).xlsm
C).xltx
D).xlsb
سؤال
Which of the following is not a predefined cell style category?

A)Good, Bad and Neutral
B)Titles and Headings
C)Data and Model
D)Analysis
سؤال
A cell style is a collection of ________.

A)themes
B)format settings
C)fonts
D)colors
سؤال
Use these instead of numbers in formulas in templates whenever possible.

A)Cell references
B)Functions
C)Styles
D)Text
سؤال
Which of the following cannot be modified with a custom cell style?

A)Number format
B)Print area
C)Alignment
D)Fill color
سؤال
To modify a style, right-click the style and then select ________.

A)New font
B)Change
C)Styles
D)Modify
سؤال
How many characters can an Excel password have?

A)12
B)48
C)156
D)255
سؤال
The cell styles gallery is on the ________ tab.

A)Page Layout
B)Data
C)Insert
D)Home
سؤال
Where are custom cell styles stored?

A)Template gallery
B)Themes gallery
C)Current workbook
D)They are not stored.
سؤال
Which of the following is not a good guideline for creating a template?

A)Include instructions
B)Enter all possible data.
C)Use consistent and appropriate formatting
D)Provide meaningful names to worksheets
سؤال
On which tab is the insert background feature located?

A)Page Layout
B)Formulas
C)Data
D)Home
سؤال
In Windows 10, Workbook templates save in this location by default.

A)C : \Users\username\Documents\Temp
B)C : \Users\username\Documents\Templates
C)C : \Users\username\Documents\Documents\Custom Office Templates
D)C : \Users\username\Documents\Custom
سؤال
A Background in a Worksheet looks like a ________.

A)graphic inserted in the top left corner
B)webpage with a graphic behind the data
C)graphic instead of the data on the worksheet
D)graphic display on top of the data
سؤال
On which tab will you find the Protect Sheet command?

A)Insert
B)Home
C)Review
D)Page Layout
سؤال
Which of the following is a partially completed workbook to be used as a model for a fully completed document?

A)Theme
B)Sub Procedure
C)Macro
D)Template
سؤال
Where is the New Cell Style command?

A)On the Styles Gallery
B)On the Themes gallery
C)On the Page Layout tab
D)On the Insert tab
سؤال
Where would you find the Template Gallery?

A)Insert tab
B)Page Layout tab
C)View tab
D)Backstage view
سؤال
On which tab is the Themes Gallery?

A)File
B)Insert
C)Page Layout
D)View
سؤال
Protected workbooks cannot be ________.

A)saved
B)printed
C)shared
D)edited
سؤال
What tool is best for automating the completion of repetitive tasks in Excel?

A)Macro
B)Template
C)Styles
D)Themes
سؤال
What do Miles and Rate represent in the following line of code? Function Mileage (Miles, Rate)

A)Comments
B)Function arguments.
C)Sub procedures
D)Keywords
سؤال
What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A)Function Mileage (Miles, Rate)
B)Sub Mileage (Miles, Rate)
C)Mileage (Miles, Rate)
D)End Function
سؤال
How do you insert a button to run a macro in a worksheet?

A)Add a Form Control button that runs the macro
B)Use the Button Builder on the Code group
C)The button has to be inserted on the Quick Access Toolbar.
D)You must use VBA code to do this.
سؤال
Where would you store macros that you'd like to use in any workbook?

A)A template
B)The Normal Document
C)The current workbook
D)The Personal Macro Workbook
سؤال
What is the file extension for a Macro-Enabled Workbook?

A).xlsb
B).xlsm
C).xltm
D).xlm
سؤال
What color are comments in VBA?

A)Black
B)Green
C)Red
D)Blue
سؤال
What does the following line of code do to the selected cell? Selection.Font.Bold = False

A)Turns on bold formatting in the selected cell.
B)Replaces the contents of the selected cell with "False"
C)Turns off bold formatting in the selected cell.
D)Nothing, it contains a syntax error.
سؤال
What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2)is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?

A)Sheet 2.Password:= "ExcelIsFun"
B)Sheet 2.Unprotect Password:= "ExcelIsFun"
C)Sheet 1.Protect Password:= "ExcelIsFun"
D)Sheet 2.Unprotect Password:= ExcelIsFun
سؤال
Which of the following is not an option in the Trust Center?

A)Trusted Publishers
B)Trusted Locations
C)Trusted App Catalogs
D)Trusted Websites
سؤال
A(n)________ is a partially completed document that you use as a model to create other documents that have the same structure and purpose.
سؤال
How would you use a relative cell reference in a macro?

A)Click Use Relative References before you perform the commands.
B)Press F4 when selecting the range.
C)You must edit the macro in the VBA editor to change the reference type.
D)Hold the Shift key down while recording the macro.
سؤال
Where do you edit a macro?

A)Macro editor
B)Macros must be created from scratch.
C)VBA Editor
D)Notepad
سؤال
Where can you delete or run a macro?

A)VBA Editor
B)Macro dialog box
C)Insert tab
D)Backstage view
سؤال
The Macro Recorder is on which two tabs?

A)Developer and Formulas
B)View and Insert
C)View and Developer
D)Developer and Insert
سؤال
Which of the following is false about a VBA object?

A)Contains data
B)Contains code
C)Starts with '
D)Represents a Range
سؤال
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Index documents
D)Comments
سؤال
Which of the following is false about recording a macro?

A)Cell selections can be recorded as absolute references.
B)There is a pause button which allows you to remove mistakes as you record.
C)The recorder records everything you do.
D)It is a good idea to plan your steps and practice them before recording.
سؤال
Where do you find the Trust Center?

A)Developer tab
B)Excel Options
C)Insert tab
D)View tab
سؤال
A(n)________ is one that prevents users from editing the contents or formatting.
سؤال
By default the ________ uses absolute cell references when storing a macro.
سؤال
A(n)________ is macro code embedded in a worksheet which does something malicious.
سؤال
The ________ directs Excel to trust files in particular folders or created by certain users.
سؤال
If you want to place Confidential behind the data in a worksheet, you use a custom ________.
سؤال
Data and Model, Titles and Headings, and Good, Bad, and Neutral are examples of predefined Cell ________.
سؤال
View and edit macros in the ________.
سؤال
Select ________ in Backstage view to access the Template Gallery.
سؤال
Macro Buttons in worksheets are ________ buttons available on the Developer tab.
سؤال
A(n)________ is a set of instructions that execute a sequence of commands to automate repetitive tasks.
سؤال
The Themes Gallery is located on the ________ tab.
سؤال
________ is the file extension for Macro-Enabled Workbooks.
سؤال
A forgotten ________ in Excel is unrecoverable.
سؤال
Delete macros in the ________ dialog box.
سؤال
A(n)________ is a container in which VBA code is stored.
سؤال
________ files save with .xltx file extensions.
سؤال
Use the ________ function to trap errors when creating templates.
سؤال
Cells can be locked from the ________ group on the Home tab.
سؤال
By default, ________ are locked.
سؤال
A password on a protected workbook can be ________ characters long.
سؤال
Start a custom function in a new ________.
سؤال
There are many templates available online.
سؤال
Formatting is limited in Templates.
سؤال
To make a comment line in VBA, start the line with ________.
سؤال
Good, Bad, and Neutral are predefined cell styles.
سؤال
Theme fonts may not be altered.
سؤال
Excel templates use the .xlsx file extension.
سؤال
All cells are unlocked, by default.
سؤال
If you forget your Excel password, you can recover it with your Microsoft account password.
سؤال
Cell Styles are on the Page Layout tab.
سؤال
The file extension for an Excel Macro-Enabled Workbook is .xltm.
سؤال
The background of an Excel Worksheet is always white.
سؤال
It is helpful to provide instructions in a template.
سؤال
Excel templates are downloadable from the Template Gallery on the Insert tab.
سؤال
A user can modify a cell style.
سؤال
Functions are edited in the ________.
سؤال
Protecting a workbook encrypts it for internet transmission.
سؤال
Themes alter formulas.
سؤال
A(n)________ performs actions on a workbook but doesn't necessarily return a specific value.
سؤال
The IFERROR function traps errors in Excel templates.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/97
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 12: Templates, Styles, and Macros
1
What function traps errors in a custom template?

A)ERRORTRAP
B)IF(#ErrorValue)
C)IFERROR
D)FINDERROR
C
2
Which of the following are not included in themes?

A)Fonts
B)Colors
C)Formulas
D)Effects
C
3
What file extension do templates use?

A).xlsx
B).xlsm
C).xltx
D).xlsb
C
4
Which of the following is not a predefined cell style category?

A)Good, Bad and Neutral
B)Titles and Headings
C)Data and Model
D)Analysis
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
5
A cell style is a collection of ________.

A)themes
B)format settings
C)fonts
D)colors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
6
Use these instead of numbers in formulas in templates whenever possible.

A)Cell references
B)Functions
C)Styles
D)Text
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following cannot be modified with a custom cell style?

A)Number format
B)Print area
C)Alignment
D)Fill color
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
8
To modify a style, right-click the style and then select ________.

A)New font
B)Change
C)Styles
D)Modify
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
9
How many characters can an Excel password have?

A)12
B)48
C)156
D)255
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
10
The cell styles gallery is on the ________ tab.

A)Page Layout
B)Data
C)Insert
D)Home
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
11
Where are custom cell styles stored?

A)Template gallery
B)Themes gallery
C)Current workbook
D)They are not stored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
12
Which of the following is not a good guideline for creating a template?

A)Include instructions
B)Enter all possible data.
C)Use consistent and appropriate formatting
D)Provide meaningful names to worksheets
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
13
On which tab is the insert background feature located?

A)Page Layout
B)Formulas
C)Data
D)Home
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
14
In Windows 10, Workbook templates save in this location by default.

A)C : \Users\username\Documents\Temp
B)C : \Users\username\Documents\Templates
C)C : \Users\username\Documents\Documents\Custom Office Templates
D)C : \Users\username\Documents\Custom
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
15
A Background in a Worksheet looks like a ________.

A)graphic inserted in the top left corner
B)webpage with a graphic behind the data
C)graphic instead of the data on the worksheet
D)graphic display on top of the data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
16
On which tab will you find the Protect Sheet command?

A)Insert
B)Home
C)Review
D)Page Layout
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which of the following is a partially completed workbook to be used as a model for a fully completed document?

A)Theme
B)Sub Procedure
C)Macro
D)Template
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
18
Where is the New Cell Style command?

A)On the Styles Gallery
B)On the Themes gallery
C)On the Page Layout tab
D)On the Insert tab
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
19
Where would you find the Template Gallery?

A)Insert tab
B)Page Layout tab
C)View tab
D)Backstage view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
20
On which tab is the Themes Gallery?

A)File
B)Insert
C)Page Layout
D)View
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
21
Protected workbooks cannot be ________.

A)saved
B)printed
C)shared
D)edited
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
22
What tool is best for automating the completion of repetitive tasks in Excel?

A)Macro
B)Template
C)Styles
D)Themes
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
23
What do Miles and Rate represent in the following line of code? Function Mileage (Miles, Rate)

A)Comments
B)Function arguments.
C)Sub procedures
D)Keywords
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
24
What would be the first line of the module for a function named Mileage with parameters Miles and Rate?

A)Function Mileage (Miles, Rate)
B)Sub Mileage (Miles, Rate)
C)Mileage (Miles, Rate)
D)End Function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
25
How do you insert a button to run a macro in a worksheet?

A)Add a Form Control button that runs the macro
B)Use the Button Builder on the Code group
C)The button has to be inserted on the Quick Access Toolbar.
D)You must use VBA code to do this.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
26
Where would you store macros that you'd like to use in any workbook?

A)A template
B)The Normal Document
C)The current workbook
D)The Personal Macro Workbook
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
27
What is the file extension for a Macro-Enabled Workbook?

A).xlsb
B).xlsm
C).xltm
D).xlm
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
28
What color are comments in VBA?

A)Black
B)Green
C)Red
D)Blue
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
29
What does the following line of code do to the selected cell? Selection.Font.Bold = False

A)Turns on bold formatting in the selected cell.
B)Replaces the contents of the selected cell with "False"
C)Turns off bold formatting in the selected cell.
D)Nothing, it contains a syntax error.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
30
What line of code do you to add at the beginning of a procedure if your worksheet (Sheet 2)is protected and your procedure alters the locked cell H4, if your password is ExcelIsFun?

A)Sheet 2.Password:= "ExcelIsFun"
B)Sheet 2.Unprotect Password:= "ExcelIsFun"
C)Sheet 1.Protect Password:= "ExcelIsFun"
D)Sheet 2.Unprotect Password:= ExcelIsFun
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following is not an option in the Trust Center?

A)Trusted Publishers
B)Trusted Locations
C)Trusted App Catalogs
D)Trusted Websites
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
32
A(n)________ is a partially completed document that you use as a model to create other documents that have the same structure and purpose.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
33
How would you use a relative cell reference in a macro?

A)Click Use Relative References before you perform the commands.
B)Press F4 when selecting the range.
C)You must edit the macro in the VBA editor to change the reference type.
D)Hold the Shift key down while recording the macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
34
Where do you edit a macro?

A)Macro editor
B)Macros must be created from scratch.
C)VBA Editor
D)Notepad
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
35
Where can you delete or run a macro?

A)VBA Editor
B)Macro dialog box
C)Insert tab
D)Backstage view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
36
The Macro Recorder is on which two tabs?

A)Developer and Formulas
B)View and Insert
C)View and Developer
D)Developer and Insert
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following is false about a VBA object?

A)Contains data
B)Contains code
C)Starts with '
D)Represents a Range
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
38
Which of the following items is not stored inside VBA modules?

A)Sub procedures
B)Keywords
C)Index documents
D)Comments
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which of the following is false about recording a macro?

A)Cell selections can be recorded as absolute references.
B)There is a pause button which allows you to remove mistakes as you record.
C)The recorder records everything you do.
D)It is a good idea to plan your steps and practice them before recording.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
40
Where do you find the Trust Center?

A)Developer tab
B)Excel Options
C)Insert tab
D)View tab
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
41
A(n)________ is one that prevents users from editing the contents or formatting.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
42
By default the ________ uses absolute cell references when storing a macro.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
43
A(n)________ is macro code embedded in a worksheet which does something malicious.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
44
The ________ directs Excel to trust files in particular folders or created by certain users.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
45
If you want to place Confidential behind the data in a worksheet, you use a custom ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
46
Data and Model, Titles and Headings, and Good, Bad, and Neutral are examples of predefined Cell ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
47
View and edit macros in the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
48
Select ________ in Backstage view to access the Template Gallery.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
49
Macro Buttons in worksheets are ________ buttons available on the Developer tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
50
A(n)________ is a set of instructions that execute a sequence of commands to automate repetitive tasks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
51
The Themes Gallery is located on the ________ tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
52
________ is the file extension for Macro-Enabled Workbooks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
53
A forgotten ________ in Excel is unrecoverable.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
54
Delete macros in the ________ dialog box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
55
A(n)________ is a container in which VBA code is stored.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
56
________ files save with .xltx file extensions.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
57
Use the ________ function to trap errors when creating templates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
58
Cells can be locked from the ________ group on the Home tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
59
By default, ________ are locked.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
60
A password on a protected workbook can be ________ characters long.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
61
Start a custom function in a new ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
62
There are many templates available online.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
63
Formatting is limited in Templates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
64
To make a comment line in VBA, start the line with ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
65
Good, Bad, and Neutral are predefined cell styles.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
66
Theme fonts may not be altered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
67
Excel templates use the .xlsx file extension.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
68
All cells are unlocked, by default.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
69
If you forget your Excel password, you can recover it with your Microsoft account password.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
70
Cell Styles are on the Page Layout tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
71
The file extension for an Excel Macro-Enabled Workbook is .xltm.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
72
The background of an Excel Worksheet is always white.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
73
It is helpful to provide instructions in a template.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
74
Excel templates are downloadable from the Template Gallery on the Insert tab.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
75
A user can modify a cell style.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
76
Functions are edited in the ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
77
Protecting a workbook encrypts it for internet transmission.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
78
Themes alter formulas.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
79
A(n)________ performs actions on a workbook but doesn't necessarily return a specific value.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
80
The IFERROR function traps errors in Excel templates.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.