Deck 6: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information

ملء الشاشة (f)
exit full mode
سؤال
A field that cannot be left blank when you create a new record is a:

A)required field.
B)default value.
C)validation rule.
D)data macro.
استخدم زر المسافة أو
up arrow
down arrow
لقلب البطاقة.
سؤال
Which data validation property specifies a value that is automatically entered into a field?

A)Default value
B)Validation rule
C)Input mask
D)Required
سؤال
Which data validation method enables you to execute programming tasks whenever data in a table is changed?

A)Data macro
B)Validation rule
C)Input mask
D)Default value
سؤال
When you use the ________ operator,each criterion must be true for the compound criterion to be true.

A)Like
B)Between
C)And
D)Not
سؤال
A ________ rule limits the type of data a user can enter into a field.

A)validation
B)lookup
C)default
D)macro
سؤال
Which data validation method provides an error message when a validation rule has been broken?

A)Validation text
B)Required field
C)Input mask
D)Default value
سؤال
What data validation method is designed to restrict the data values entered into a field?

A)Validation rule
B)Validation text
C)Input mask
D)Lookup list
سؤال
________ is the first method for controlling data input in a field of a table.

A)Selecting an appropriate data type
B)Creating an appropriate default value
C)Creating an appropriate validation rule
D)Creating a data macro
سؤال
Which data validation method forces data entry in a field?

A)Required
B)Default value
C)Data macro
D)Validation rule
سؤال
A(n)________ is a set of constraints or rules that help control how data is entered into a field.

A)Data validation
B)Input mask
C)Lookup list
D)Default value
سؤال
Which data validation method forces users to conform to a specific data-entry format for a given field?

A)Input mask
B)Validation text
C)Default value
D)Data macro
سؤال
The data validation method that causes fields to be limited to predefined list of values is a:

A)lookup list.
B)default value.
C)data macro.
D)validation text.
سؤال
A(n)________ forces users to conform to a specific data entry format for a given field.

A)input mask
B)validation rule
C)validation text
D)default value
سؤال
A(n)________ accepts two or more options in a lookup field.

A)multiple-value field
B)input mask
C)lookup list
D)required
سؤال
Which of the following enables you to create mathematical functions in Access?

A)Expression builder
B)Excel builder
C)Precision builder
D)Macro builder
سؤال
When creating a parameter query,the text phrase should be enclosed in which of the following?

A)Brackets [ ]
B)Parenthesis ( )
C)Quotation marks " "
D)Apostrophe '
سؤال
A(n)________ sets the property of a field to force data entry.

A)required
B)input mask
C)default value
D)data macro
سؤال
The ________ creates a menu of finite values by asking you questions and using your answers to create the options list.

A)Lookup Wizard
B)Input Mask Wizard
C)validation rule
D)default value
سؤال
A(n)________ helps to reduce editing time when there is a common value in a field.

A)default value
B)validation rule
C)input mask
D)data macro
سؤال
A field with a number of repeated values may be better suited as what kind of field?

A)Lookup field
B)Validation text field
C)Input mask
D)Data macro
سؤال
An input mask forces users to conform to a specific data-entry format for a given field.
سؤال
Which fields in a table are required fields by definition?

A)A field with a primary key
B)A field with a default value
C)A field with a lookup List
D)A field with an input mask
سؤال
________ function checks to see if a field does not contain a value.

A)IsNull
B)IsNotNull
C)IIF
D)Math
سؤال
A required field can be left blank when entering a record.
سؤال
Assuming a hire date of 7/31/2016,which of the following would be the correct DatePart Function for the correct day of the week?

A)DatePart("w",[HireDate])
B)DatePart("ww",([HireDate])
C)DatePart("y",[HireDate])
D)DatePart("m",(HireDate])
سؤال
When two functions are not sufficient to evaluate an expression,you may need to use a(n):

A)Nested function.
B)IsNull function.
C)Round function.
D)Parameter query.
سؤال
Validation rules prevent invalid data from being entered into a field.
سؤال
Which of the following function checks to see if a field has no value?

A)IsNull
B)Sum
C)Average
D)IsNotNull
سؤال
________ is similar to a validation rule except the logic is more complex and the actions taken are more powerful when table data is changed.

A)Data macro
B)Validation text
C)Required text
D)Input mask
سؤال
An Access function that examines a date and returns a portion of the date is:

A)DatePart function.
B)Date formatting.
C)<<interval>>.
D)<<firstweekofyear>>.
سؤال
Which of the following forces you to enter the phone number in a consistent manner in the database table?

A)Input mask
B)Default value
C)Lookup list
D)Validation rule
سؤال
________ functions refers to using one formula within another one.

A)Nesting
B)IIF
C)IsNull
D)Math
سؤال
________ is the correct syntax for the Round function.

A)Round(expression,precision)
B)Round(expression)
C)Round(expression,truepart,falsepart)
D)Round(expression,interval)
سؤال
A(n)________ performs calculations on an entire column of data and returns a single value.

A)Aggregate function
B)data macro
C)Expression Builder
D)Round function
سؤال
The ________ function evaluates an expression and displays one value when the expression is true and another when the expression is false.

A)IIF
B)Math
C)IsNull
D)DatePart
سؤال
Validation rules limit the type or range of data a user can enter into a field.
سؤال
________ affects the display of the date without affecting the underlying value.

A)Formatting
B)Rounding
C)Ruling
D)Nesting
سؤال
Assuming a hire date of February 15,2017,which of the following date part functions would return the number of days since the beginning of the current year?

A)DatePart("yyyy",[HireDate])
B)DatePart("y",[HireDate])
C)DatePart ("q",{HireDate])
D)DarePart("w",[HireDate])
سؤال
A required field indicates that a value for the field must be entered.
سؤال
A lookup list accepts multiple values in a single field.
سؤال
A Multivalued Lookup field accepts numerous options instead of just one field choice.
سؤال
The user provides the criterion at run time when using a lookup list.
سؤال
The default Required setting for all fields except the primary key field is Yes.
سؤال
When using an input mask,data is still not necessarily consistent.
سؤال
Like any other field,a calculated field using DatePart can have criteria applied to it.
سؤال
If you add a validation rule to a table with existing records,some data in those records may violate the rule.
سؤال
When using the Lookup Wizard to create a lookup field,Access creates a hidden relationship between two tables-the table that contains the lookup field and the table that holds the options.
سؤال
A required field is one that cannot be left blank when you create a new record.
سؤال
The options for a lookup field can be stored in a separate table.
سؤال
You can use Date()in the default value property to insert the current date when a new record is added.
سؤال
Validation text restricts the data value that can be entered into a field.
سؤال
When using an input mask,parentheses and hyphens are automatically stored with the data.
سؤال
An input mask can be used when there is a common value in many records.
سؤال
To ensure the integrity of records in a table,you should set the required property to Yes for critical fields.
سؤال
For phone numbers,the input mask helps ensure consistency in data entry.
سؤال
When creating a lookup field,it is important to only allow options from the lookup table.
سؤال
A lookup field can be used when there is repetitive data in a field.
سؤال
If you want to see records with a field within a certain date range,you could use the Between operator.
سؤال
By creating an input mask you can further restrict the data being input into a field by specifying the exact format of the data entry.
سؤال
When you violate a validation rule,Access allows you to continue entering the record.
سؤال
________ enable you to execute programming tasks whenever data in a table is changed.
سؤال
Match the following terms with their meanings:
I.Date arithmetic
II.Date formatting
III.Date function
IV.DatePart function
A.affects the date's display without changing the actual underlying value in the table
B.an Access function that examines a date and returns a portion of the date
C.used to create expressions to calculate lapsed time
D.calculates the current date
سؤال
A query where the user provides the criterion at run time is called a(n)________ query.
سؤال
The ________ function returns a number rounded to a specific number of decimal places.
سؤال
A parameter query is similar to creating most other query types.
سؤال
If you run a query and a dialog box appears asking you to enter data,it is a ________.
سؤال
Reports can be created based on the results of a parameter query.
سؤال
A parameter query prompt is enclosed in parentheses.
سؤال
In Access,there are several ________ methods to help minimize data entry errors into tables and forms.
سؤال
Match the following terms with their meanings:
I.data validation
II.validation rule
III.input mask
IV.lookup field
A.enables you to restrict the data being input into a field by specifying the exact format of the data entry
B.restricts the data values that can be entered into a field
C.provides the user with a finite list of values to choose from in a menu
D.a set of constraints or rules that help control how data is entered into a field
سؤال
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
سؤال
Instead of modifying the query grid each time a new criteria is needed,a parameter query can be created to enter the criteria.
سؤال
Match the following terms with their meanings:
I.Round function
II.IsNull function
III.IIF function
IV.Nesting functions
A.using one function within another function
B.returns a number rounded to a specific number of decimal places
C.checks whether a field has no value
D.evaluates an expression and displays one value when the expression is true and another value if the expression is false
سؤال
When a report has been created and used in Access,it can be formatted and laid out differently than the original design.
سؤال
In the criteria of a query,Access encloses date fields with & symbols.
سؤال
If a field in a table has a ________ a drop down menu will appear in the field.
سؤال
The Date function calculates the current date.
سؤال
When building a table,you can set up a(n)________ to restrict the data values that the user can enter into a field.
سؤال
When there is more than one parameter in a query,Access asks for the information starting from the left and moving to the right.
سؤال
The Date function is commonly used as a default value for a date field.
فتح الحزمة
قم بالتسجيل لفتح البطاقات في هذه المجموعة!
Unlock Deck
Unlock Deck
1/100
auto play flashcards
العب
simple tutorial
ملء الشاشة (f)
exit full mode
Deck 6: Data Validation and Data Analysis: Reducing Errors and Extracting Better Information
1
A field that cannot be left blank when you create a new record is a:

A)required field.
B)default value.
C)validation rule.
D)data macro.
A
2
Which data validation property specifies a value that is automatically entered into a field?

A)Default value
B)Validation rule
C)Input mask
D)Required
A
3
Which data validation method enables you to execute programming tasks whenever data in a table is changed?

A)Data macro
B)Validation rule
C)Input mask
D)Default value
A
4
When you use the ________ operator,each criterion must be true for the compound criterion to be true.

A)Like
B)Between
C)And
D)Not
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
5
A ________ rule limits the type of data a user can enter into a field.

A)validation
B)lookup
C)default
D)macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
6
Which data validation method provides an error message when a validation rule has been broken?

A)Validation text
B)Required field
C)Input mask
D)Default value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
7
What data validation method is designed to restrict the data values entered into a field?

A)Validation rule
B)Validation text
C)Input mask
D)Lookup list
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
8
________ is the first method for controlling data input in a field of a table.

A)Selecting an appropriate data type
B)Creating an appropriate default value
C)Creating an appropriate validation rule
D)Creating a data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
9
Which data validation method forces data entry in a field?

A)Required
B)Default value
C)Data macro
D)Validation rule
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
10
A(n)________ is a set of constraints or rules that help control how data is entered into a field.

A)Data validation
B)Input mask
C)Lookup list
D)Default value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
11
Which data validation method forces users to conform to a specific data-entry format for a given field?

A)Input mask
B)Validation text
C)Default value
D)Data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
12
The data validation method that causes fields to be limited to predefined list of values is a:

A)lookup list.
B)default value.
C)data macro.
D)validation text.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
13
A(n)________ forces users to conform to a specific data entry format for a given field.

A)input mask
B)validation rule
C)validation text
D)default value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
14
A(n)________ accepts two or more options in a lookup field.

A)multiple-value field
B)input mask
C)lookup list
D)required
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
15
Which of the following enables you to create mathematical functions in Access?

A)Expression builder
B)Excel builder
C)Precision builder
D)Macro builder
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
16
When creating a parameter query,the text phrase should be enclosed in which of the following?

A)Brackets [ ]
B)Parenthesis ( )
C)Quotation marks " "
D)Apostrophe '
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
17
A(n)________ sets the property of a field to force data entry.

A)required
B)input mask
C)default value
D)data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
18
The ________ creates a menu of finite values by asking you questions and using your answers to create the options list.

A)Lookup Wizard
B)Input Mask Wizard
C)validation rule
D)default value
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
19
A(n)________ helps to reduce editing time when there is a common value in a field.

A)default value
B)validation rule
C)input mask
D)data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
20
A field with a number of repeated values may be better suited as what kind of field?

A)Lookup field
B)Validation text field
C)Input mask
D)Data macro
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
21
An input mask forces users to conform to a specific data-entry format for a given field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
22
Which fields in a table are required fields by definition?

A)A field with a primary key
B)A field with a default value
C)A field with a lookup List
D)A field with an input mask
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
23
________ function checks to see if a field does not contain a value.

A)IsNull
B)IsNotNull
C)IIF
D)Math
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
24
A required field can be left blank when entering a record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
25
Assuming a hire date of 7/31/2016,which of the following would be the correct DatePart Function for the correct day of the week?

A)DatePart("w",[HireDate])
B)DatePart("ww",([HireDate])
C)DatePart("y",[HireDate])
D)DatePart("m",(HireDate])
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
26
When two functions are not sufficient to evaluate an expression,you may need to use a(n):

A)Nested function.
B)IsNull function.
C)Round function.
D)Parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
27
Validation rules prevent invalid data from being entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
28
Which of the following function checks to see if a field has no value?

A)IsNull
B)Sum
C)Average
D)IsNotNull
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
29
________ is similar to a validation rule except the logic is more complex and the actions taken are more powerful when table data is changed.

A)Data macro
B)Validation text
C)Required text
D)Input mask
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
30
An Access function that examines a date and returns a portion of the date is:

A)DatePart function.
B)Date formatting.
C)<<interval>>.
D)<<firstweekofyear>>.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
31
Which of the following forces you to enter the phone number in a consistent manner in the database table?

A)Input mask
B)Default value
C)Lookup list
D)Validation rule
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
32
________ functions refers to using one formula within another one.

A)Nesting
B)IIF
C)IsNull
D)Math
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
33
________ is the correct syntax for the Round function.

A)Round(expression,precision)
B)Round(expression)
C)Round(expression,truepart,falsepart)
D)Round(expression,interval)
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
34
A(n)________ performs calculations on an entire column of data and returns a single value.

A)Aggregate function
B)data macro
C)Expression Builder
D)Round function
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
35
The ________ function evaluates an expression and displays one value when the expression is true and another when the expression is false.

A)IIF
B)Math
C)IsNull
D)DatePart
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
36
Validation rules limit the type or range of data a user can enter into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
37
________ affects the display of the date without affecting the underlying value.

A)Formatting
B)Rounding
C)Ruling
D)Nesting
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
38
Assuming a hire date of February 15,2017,which of the following date part functions would return the number of days since the beginning of the current year?

A)DatePart("yyyy",[HireDate])
B)DatePart("y",[HireDate])
C)DatePart ("q",{HireDate])
D)DarePart("w",[HireDate])
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
39
A required field indicates that a value for the field must be entered.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
40
A lookup list accepts multiple values in a single field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
41
A Multivalued Lookup field accepts numerous options instead of just one field choice.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
42
The user provides the criterion at run time when using a lookup list.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
43
The default Required setting for all fields except the primary key field is Yes.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
44
When using an input mask,data is still not necessarily consistent.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
45
Like any other field,a calculated field using DatePart can have criteria applied to it.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
46
If you add a validation rule to a table with existing records,some data in those records may violate the rule.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
47
When using the Lookup Wizard to create a lookup field,Access creates a hidden relationship between two tables-the table that contains the lookup field and the table that holds the options.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
48
A required field is one that cannot be left blank when you create a new record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
49
The options for a lookup field can be stored in a separate table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
50
You can use Date()in the default value property to insert the current date when a new record is added.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
51
Validation text restricts the data value that can be entered into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
52
When using an input mask,parentheses and hyphens are automatically stored with the data.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
53
An input mask can be used when there is a common value in many records.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
54
To ensure the integrity of records in a table,you should set the required property to Yes for critical fields.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
55
For phone numbers,the input mask helps ensure consistency in data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
56
When creating a lookup field,it is important to only allow options from the lookup table.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
57
A lookup field can be used when there is repetitive data in a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
58
If you want to see records with a field within a certain date range,you could use the Between operator.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
59
By creating an input mask you can further restrict the data being input into a field by specifying the exact format of the data entry.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
60
When you violate a validation rule,Access allows you to continue entering the record.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
61
________ enable you to execute programming tasks whenever data in a table is changed.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
62
Match the following terms with their meanings:
I.Date arithmetic
II.Date formatting
III.Date function
IV.DatePart function
A.affects the date's display without changing the actual underlying value in the table
B.an Access function that examines a date and returns a portion of the date
C.used to create expressions to calculate lapsed time
D.calculates the current date
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
63
A query where the user provides the criterion at run time is called a(n)________ query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
64
The ________ function returns a number rounded to a specific number of decimal places.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
65
A parameter query is similar to creating most other query types.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
66
If you run a query and a dialog box appears asking you to enter data,it is a ________.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
67
Reports can be created based on the results of a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
68
A parameter query prompt is enclosed in parentheses.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
69
In Access,there are several ________ methods to help minimize data entry errors into tables and forms.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
70
Match the following terms with their meanings:
I.data validation
II.validation rule
III.input mask
IV.lookup field
A.enables you to restrict the data being input into a field by specifying the exact format of the data entry
B.restricts the data values that can be entered into a field
C.provides the user with a finite list of values to choose from in a menu
D.a set of constraints or rules that help control how data is entered into a field
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
71
[Enter city] on the criteria line of a query is an example of the criteria in a parameter query.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
72
Instead of modifying the query grid each time a new criteria is needed,a parameter query can be created to enter the criteria.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
73
Match the following terms with their meanings:
I.Round function
II.IsNull function
III.IIF function
IV.Nesting functions
A.using one function within another function
B.returns a number rounded to a specific number of decimal places
C.checks whether a field has no value
D.evaluates an expression and displays one value when the expression is true and another value if the expression is false
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
74
When a report has been created and used in Access,it can be formatted and laid out differently than the original design.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
75
In the criteria of a query,Access encloses date fields with & symbols.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
76
If a field in a table has a ________ a drop down menu will appear in the field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
77
The Date function calculates the current date.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
78
When building a table,you can set up a(n)________ to restrict the data values that the user can enter into a field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
79
When there is more than one parameter in a query,Access asks for the information starting from the left and moving to the right.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
80
The Date function is commonly used as a default value for a date field.
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.
فتح الحزمة
k this deck
locked card icon
فتح الحزمة
افتح القفل للوصول البطاقات البالغ عددها 100 في هذه المجموعة.