VA FileMan V. 22 Key and Index Tutorial
[<-- Back to Lesson 7]   [Lesson 7 Quiz: Text Version]   [Go to Lesson 8 -->]

Lesson 7 - Quiz

Answer the questions by selecting the radio buttons, then click the Get Score button at the bottom of the page to calculate your score and see your test results.

1. The Kill Logic for a New-style cross-reference is executed when a record is edited and:
Old values used as subscripts are null, and the Kill Condition, if any, sets X to true (1).
No old values used as subscripts are null, and the Kill Condition, if any, sets X to true (1).
Neither of the above.
2. The Set Logic for a Traditional cross-reference on a field is executed if:
The field value goes from null to non-null.
The field value goes from non-null to null.
Both of the above.
3. If a field is part of a New-style MUMPS cross-reference, and the field value is deleted:
The Kill Logic will not be executed under any circumstances.
The Kill Logic will not be executed if the field is used as a subscript (has a subscript number assigned to it).
Neither of the above.
4. The Execution property of New-style cross-references controls the timing of cross-reference execution. Execution can be either Field or Record. Field execution means that:
The cross-reference logic is executed after all the fields in the cross-reference are edited.
The cross-reference logic is executed immediately after each and every field in the cross-reference is edited.
Neither of the above.
5. Record execution means that:
The cross-reference logic is executed once at the end of an editing session after all fields in the record are edited.
The cross-reference logic is executed immediately after each and every field in the cross-reference is edited.
Neither of the above.
6. Usually, simple cross-references (those that have only one field-type cross-reference value) have Field-level execution.
True.
False.
7. Usually, compound cross-references (those that have more than one field-type cross-reference value) have Record-level execution:
True.
False.


[<-- Back to Lesson 7]   [Lesson 7 Quiz: Text Version]   [Go to Lesson 8 -->]

 


Reviewed/Updated: March 20, 2007