Deck 6: Data Validation and Data Analysis

ملء الشاشة (f)
exit full mode
سؤال
Which of the following is not data that can have an Input Mask applied without creating a custom mask?

A)Phone number
B)Social Security number
C)Credit card number
D)Zip Code
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Data validation is a ________.

A)set of rules or constraints
B)set of formatting codes
C)set of masking characters
D)set of drop down options
سؤال
Which of the following is not true about validation text?

A)It displays when a data violation has occurred.
B)It displays anytime a field is entered to aid in data entry.
C)It provides feedback on what was wrong with the data.
D)It is considered a custom error message.
سؤال
Which of the following is considered a custom error message?

A)Caption text
B)Required text
C)Default text
D)Validation text
سؤال
Which feature limits the data that is allowed to be entered into a field?

A)Default value
B)Required
C)Caption
D)Validation rule
سؤال
Which of the following is not a way to address data validation violations?

A)Press the "Allow This Exception" button and keep going.
B)Correct the data.
C)Cancel the record entry.
D)Change the data validation rule.
سؤال
Which of the following features helps to ensure that improper information is not entered in a field?

A)Cell validation
B)Data validation
C)Field validation
D)AutoCorrect Data
سؤال
Which of the following input masks would produce the following formatting: the letters AC followed by a plus sign following by four required numbers?

A)AC+0000
B)"AC+"0000
C)"AC+"9999
D)AC+9999
سؤال
A field with a limited number of values is well suited for what type of field?

A)Short Text
B)Calculated field
C)Lookup field
D)Hyperlink
سؤال
What is not a reason for avoiding making the state field a two-character lookup field?

A)You might miss states that have more than one abbreviation.
B)You might miss areas like the District of Columbia.
C)You might miss other countries with two letter abbreviations recognized by the post office.
D)You might miss abbreviations for military areas.
سؤال
When is validation text displayed?

A)Whenever a field with a validation rule applied is entered
B)Each time there is not a validation rule violation
C)When a validation rule violation occurs
D)If the user presses F1 during data entry
سؤال
When using the Lookup Field Wizard,how wide should the columns be?

A)You cannot adjust the column width from the wizard.
B)Up to the maximum width of the field
C)To display neatly on the screen
D)To display the longest value
سؤال
For which of the following data types can you not change the Required field property?

A)Hyperlink
B)AutoNumber
C)Long text
D)Calculated
سؤال
What is a primary reason for setting up a default value?

A)Guarantees data accuracy
B)Reduce data redundancy
C)Reduce the number of options available
D)Reduce data entry time
سؤال
Although you can type an input mask manually,it is easier to use the Input Mask ________.

A)Template
B)Wizard
C)Guide
D)Options
سؤال
Which of the following is a primary reason for manually setting up data validation?

A)To make sure that two identical entries are not entered as the primary key
B)To make sure that fields,like phone numbers,display in a consistent format
C)To make sure that text is not entered into number fields
D)To reduce user entry errors
سؤال
Which of the following is not affected by inconsistent data?

A)Sorting
B)Filtering
C)Queries
D)File size
سؤال
Which of the following comparative operators cannot be used in a data validation rule?

A)<>
B)Between
C)=<
D)>
سؤال
Which of the following data types cannot have an input mask applied?

A)Number
B)Long Text
C)Short Text
D)Date/Time
سؤال
Which of the following provides for uniformity and consistency of data?

A)Lookup field
B)Cell validation
C)Field validation
D)One-to-One relationships
سؤال
Which of the following functions evaluates whether a value has been entered into a field?

A)IsEmpty
B)IsVoid
C)IsNull
D)Null
سؤال
Which of the following is not true about a parameter query?

A)It reduces development time.
B)It can be run repeatedly.
C)The criterion parameters are fixed.
D)The criterion can vary each time it is run.
سؤال
How will the parameter query request display when the query is run?

A)Pop-up message
B)Status Bar message
C)Pop-up menu of options
D)Help message box
سؤال
When is the criterion entered in a parameter query?

A)When the query is created
B)When the query is saved
C)When the query is run
D)When the query is in SQL view
سؤال
When the Enable Data Integrity check box in the Lookup Field Wizard is checked ________.

A)you can type in the data source manually
B)values can be deleted from the lookup table
C)new values can be added to the lookup table
D)only values found in the lookup table can be used
سؤال
If you wanted to just display the year in a date field,you would use which function?

A)PartDate
B)DatePart
C)Date
D)YearPart
سؤال
Which of the following would not be a valid parameter query criterion?

A)>=[Enter contract value]
B)<=[Enter contract value]
C)=>[Enter contract value]
D)[Enter contract value]
سؤال
You do not have to set the Required field property for AutoNumber fields.
سؤال
What function would you use to display the word January instead of the number 1 which is what the DatePart function would display?

A)NameMonth(1)
B)MonthName(1)
C)Month(1)
D)MonthName(January)
سؤال
To select to how many decimal places a value will display; you would use which function?

A)Int
B)Decimal
C)Round
D)Currency
سؤال
Default values can be changed during data entry.
سؤال
Which of the following is not true about the Date function?

A)Access updates it every time the system date changes.
B)It requires no arguments.
C)It takes the form Date(Now)
D)It can be entered directly in a field row of a query.
سؤال
In the Round function,if you leave the precision level blank,Access will default to how many decimal places?

A)0
B)1
C)2
D)You cannot leave the precision level argument blank.
سؤال
What is a predefined list of values?

A)Input mask
B)Input field
C)Lookup mask
D)Lookup field
سؤال
The Required field property only applies to new data,not to existing data.
سؤال
You can restrict the data type that will be accepted in a parameter query by ________.

A)limiting the number of parameters in a query
B)choosing a data type for each parameter
C)choosing the field for the parameter query carefully
D)You cannot restrict what a user enters in a parameter query.
سؤال
Which of the following is often not true about tables used to supply data in a lookup field?

A)It has no relationship set up.
B)It has no primary key.
C)It may just have one field.
D)It is locked so no additional entries can be made.
سؤال
To display the minute portion of a date,what would you put in the interval argument in the DatePart function?

A)"n"
B)"m"
C)"t"
D)"min"
سؤال
Which of the following is often the first step in creating a lookup field?

A)Create the lookup field.
B)Create a relationship between the lookup table and the table which has the lookup field.
C)Create a new table to hold the options.
D)Create a new query to hold the options.
سؤال
Which of the following functions required no arguments?

A)Date
B)Sum
C)Avg
D)Trim
سؤال
Access automatically validates some data entry.
سؤال
Validation rules serve as warnings; they do not actually prevent invalid data entry.
سؤال
To enable the Input Mask Wizard,you press the Build button.
سؤال
The default setting for the Required field property for most fields is "Yes".
سؤال
Storing the options used in a lookup field in a separate table makes adding options easier.
سؤال
To create a parameter query,you would put the desired text in parenthesis in the criterion row of the desired field.
سؤال
In a parameter query,if you do not specify a comparison operator,Access will assume equal to.
سؤال
You can use the word Like in a data validation rule.
سؤال
Storing the characters in an input mask requires more disk space,so it is not recommended.
سؤال
You cannot change the Required field property after data has been entered.
سؤال
Reports cannot be based on parameter queries.
سؤال
When you change the lookup field's source table,the options will be updated when the user tries to change data in the future.
سؤال
Tables are a good source for data in a lookup field.
سؤال
You must set the Required field property to Yes for any field used as a Primary Key unless it has an AutoNumber data type.
سؤال
Access allows for the creation of custom input masks.
سؤال
Between [Enter Start Date] And [Enter End Date] is a valid statement to use in a parameter query.
سؤال
An input mask is used to consistently format data.
سؤال
The Date function is entered as Date().
سؤال
Input masks can restrict the number of characters allowed in a field.
سؤال
If you used a lookup field for a field named State,the book recommends that you have fifty menu options available to anyone doing data entry.
سؤال
A(n)________ field is often used when there are a limited number of values in a field.
سؤال
The ________ function calculates the current date.
سؤال
A parameter query is not a type of select query.
سؤال
A(n)________ rule limits the values that can be entered in a field.
سؤال
The default setting for the Required field property for most fields is ________.
سؤال
A(n)________ mask specifies the exact formatting of data entry.
سؤال
Validation ________ helps the data entry person know why the entry is being rejected.
سؤال
The Date function calculates the current date.
سؤال
The Input Mask ________ allows you to create a custom input mask without having to understand complicated codes.
سؤال
If you wanted a parameter query to prompt for a partial value,you can use the ________ operator.
سؤال
A(n)________ query relies on the user providing the criterion when the query is run.
سؤال
The DatePart function always returns a number.
سؤال
________ validation helps to make sure that incorrect information is not entered in a field.
سؤال
A(n)________ field is a predefined list of values.
سؤال
Data ________ is the process of controlling the data that is entered into a field.
سؤال
The Lookup ________ helps you create a lookup field.
سؤال
The ________ value is entered automatically when a new record is created.
سؤال
To make sure that data entry personnel can only pick from existing items in a lookup field,you would check the Enable ________ Integrity check box.
سؤال
In the Round function,the precision cannot be a negative number.
سؤال
Access identifies dates by enclosing them in ________.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/97
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Data Validation and Data Analysis
1
Which of the following is not data that can have an Input Mask applied without creating a custom mask?

A)Phone number
B)Social Security number
C)Credit card number
D)Zip Code
C
2
Data validation is a ________.

A)set of rules or constraints
B)set of formatting codes
C)set of masking characters
D)set of drop down options
A
3
Which of the following is not true about validation text?

A)It displays when a data violation has occurred.
B)It displays anytime a field is entered to aid in data entry.
C)It provides feedback on what was wrong with the data.
D)It is considered a custom error message.
B
4
Which of the following is considered a custom error message?

A)Caption text
B)Required text
C)Default text
D)Validation text
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
5
Which feature limits the data that is allowed to be entered into a field?

A)Default value
B)Required
C)Caption
D)Validation rule
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
6
Which of the following is not a way to address data validation violations?

A)Press the "Allow This Exception" button and keep going.
B)Correct the data.
C)Cancel the record entry.
D)Change the data validation rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
7
Which of the following features helps to ensure that improper information is not entered in a field?

A)Cell validation
B)Data validation
C)Field validation
D)AutoCorrect Data
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
8
Which of the following input masks would produce the following formatting: the letters AC followed by a plus sign following by four required numbers?

A)AC+0000
B)"AC+"0000
C)"AC+"9999
D)AC+9999
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
9
A field with a limited number of values is well suited for what type of field?

A)Short Text
B)Calculated field
C)Lookup field
D)Hyperlink
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
10
What is not a reason for avoiding making the state field a two-character lookup field?

A)You might miss states that have more than one abbreviation.
B)You might miss areas like the District of Columbia.
C)You might miss other countries with two letter abbreviations recognized by the post office.
D)You might miss abbreviations for military areas.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
11
When is validation text displayed?

A)Whenever a field with a validation rule applied is entered
B)Each time there is not a validation rule violation
C)When a validation rule violation occurs
D)If the user presses F1 during data entry
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
12
When using the Lookup Field Wizard,how wide should the columns be?

A)You cannot adjust the column width from the wizard.
B)Up to the maximum width of the field
C)To display neatly on the screen
D)To display the longest value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
13
For which of the following data types can you not change the Required field property?

A)Hyperlink
B)AutoNumber
C)Long text
D)Calculated
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
14
What is a primary reason for setting up a default value?

A)Guarantees data accuracy
B)Reduce data redundancy
C)Reduce the number of options available
D)Reduce data entry time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
15
Although you can type an input mask manually,it is easier to use the Input Mask ________.

A)Template
B)Wizard
C)Guide
D)Options
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
16
Which of the following is a primary reason for manually setting up data validation?

A)To make sure that two identical entries are not entered as the primary key
B)To make sure that fields,like phone numbers,display in a consistent format
C)To make sure that text is not entered into number fields
D)To reduce user entry errors
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
17
Which of the following is not affected by inconsistent data?

A)Sorting
B)Filtering
C)Queries
D)File size
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
18
Which of the following comparative operators cannot be used in a data validation rule?

A)<>
B)Between
C)=<
D)>
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
19
Which of the following data types cannot have an input mask applied?

A)Number
B)Long Text
C)Short Text
D)Date/Time
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
20
Which of the following provides for uniformity and consistency of data?

A)Lookup field
B)Cell validation
C)Field validation
D)One-to-One relationships
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
21
Which of the following functions evaluates whether a value has been entered into a field?

A)IsEmpty
B)IsVoid
C)IsNull
D)Null
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which of the following is not true about a parameter query?

A)It reduces development time.
B)It can be run repeatedly.
C)The criterion parameters are fixed.
D)The criterion can vary each time it is run.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
23
How will the parameter query request display when the query is run?

A)Pop-up message
B)Status Bar message
C)Pop-up menu of options
D)Help message box
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
24
When is the criterion entered in a parameter query?

A)When the query is created
B)When the query is saved
C)When the query is run
D)When the query is in SQL view
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
25
When the Enable Data Integrity check box in the Lookup Field Wizard is checked ________.

A)you can type in the data source manually
B)values can be deleted from the lookup table
C)new values can be added to the lookup table
D)only values found in the lookup table can be used
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
26
If you wanted to just display the year in a date field,you would use which function?

A)PartDate
B)DatePart
C)Date
D)YearPart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
27
Which of the following would not be a valid parameter query criterion?

A)>=[Enter contract value]
B)<=[Enter contract value]
C)=>[Enter contract value]
D)[Enter contract value]
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
28
You do not have to set the Required field property for AutoNumber fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
29
What function would you use to display the word January instead of the number 1 which is what the DatePart function would display?

A)NameMonth(1)
B)MonthName(1)
C)Month(1)
D)MonthName(January)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
30
To select to how many decimal places a value will display; you would use which function?

A)Int
B)Decimal
C)Round
D)Currency
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
31
Default values can be changed during data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
32
Which of the following is not true about the Date function?

A)Access updates it every time the system date changes.
B)It requires no arguments.
C)It takes the form Date(Now)
D)It can be entered directly in a field row of a query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
33
In the Round function,if you leave the precision level blank,Access will default to how many decimal places?

A)0
B)1
C)2
D)You cannot leave the precision level argument blank.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
34
What is a predefined list of values?

A)Input mask
B)Input field
C)Lookup mask
D)Lookup field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
35
The Required field property only applies to new data,not to existing data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
36
You can restrict the data type that will be accepted in a parameter query by ________.

A)limiting the number of parameters in a query
B)choosing a data type for each parameter
C)choosing the field for the parameter query carefully
D)You cannot restrict what a user enters in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
37
Which of the following is often not true about tables used to supply data in a lookup field?

A)It has no relationship set up.
B)It has no primary key.
C)It may just have one field.
D)It is locked so no additional entries can be made.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
38
To display the minute portion of a date,what would you put in the interval argument in the DatePart function?

A)"n"
B)"m"
C)"t"
D)"min"
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
39
Which of the following is often the first step in creating a lookup field?

A)Create the lookup field.
B)Create a relationship between the lookup table and the table which has the lookup field.
C)Create a new table to hold the options.
D)Create a new query to hold the options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
40
Which of the following functions required no arguments?

A)Date
B)Sum
C)Avg
D)Trim
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
41
Access automatically validates some data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
42
Validation rules serve as warnings; they do not actually prevent invalid data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
43
To enable the Input Mask Wizard,you press the Build button.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
44
The default setting for the Required field property for most fields is "Yes".
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
45
Storing the options used in a lookup field in a separate table makes adding options easier.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
46
To create a parameter query,you would put the desired text in parenthesis in the criterion row of the desired field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
47
In a parameter query,if you do not specify a comparison operator,Access will assume equal to.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
48
You can use the word Like in a data validation rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
49
Storing the characters in an input mask requires more disk space,so it is not recommended.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
50
You cannot change the Required field property after data has been entered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
51
Reports cannot be based on parameter queries.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
52
When you change the lookup field's source table,the options will be updated when the user tries to change data in the future.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
53
Tables are a good source for data in a lookup field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
54
You must set the Required field property to Yes for any field used as a Primary Key unless it has an AutoNumber data type.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
55
Access allows for the creation of custom input masks.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
56
Between [Enter Start Date] And [Enter End Date] is a valid statement to use in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
57
An input mask is used to consistently format data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
58
The Date function is entered as Date().
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
59
Input masks can restrict the number of characters allowed in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
60
If you used a lookup field for a field named State,the book recommends that you have fifty menu options available to anyone doing data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
61
A(n)________ field is often used when there are a limited number of values in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
62
The ________ function calculates the current date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
63
A parameter query is not a type of select query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
64
A(n)________ rule limits the values that can be entered in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
65
The default setting for the Required field property for most fields is ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
66
A(n)________ mask specifies the exact formatting of data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
67
Validation ________ helps the data entry person know why the entry is being rejected.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
68
The Date function calculates the current date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
69
The Input Mask ________ allows you to create a custom input mask without having to understand complicated codes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
70
If you wanted a parameter query to prompt for a partial value,you can use the ________ operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
71
A(n)________ query relies on the user providing the criterion when the query is run.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
72
The DatePart function always returns a number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
73
________ validation helps to make sure that incorrect information is not entered in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
74
A(n)________ field is a predefined list of values.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
75
Data ________ is the process of controlling the data that is entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
76
The Lookup ________ helps you create a lookup field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
77
The ________ value is entered automatically when a new record is created.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
78
To make sure that data entry personnel can only pick from existing items in a lookup field,you would check the Enable ________ Integrity check box.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
79
In the Round function,the precision cannot be a negative number.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
80
Access identifies dates by enclosing them in ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 97 في هذه المجموعة.