Which statement below best describes XFDL functions?
A. XFDL functions provide a way to perform complexcalculations.
B. XFDL functions can be extended via User-Defined functions.
C. XFDL functions provide out-of-the-box functionality via two packages: viewer and system.
D. All of the above
XForms binds are used to do all of the following, EXCEPT which one?
A. Determine relevance.
B. Create calculations.
C. Create constraints.
D. Create submissions.
A developer is working in IBM Forms Designer using the Standard IBM Forms perspective. Which of the following statements is TRUE?
A. XForms model information is always generated automatically in the background.
B. The form cannot contain an XForms model.
C. The developer should switch to the Advanced perspective to add an XForms data model.
D. XForms model information is generated automatically unless the developer indicated the form should not contain a data model.
Which of the following statements about creating FormParts is TRUE?
A. FormParts are only imported from previously existing forms.
B. FormParts are only created from a new form by selecting "File" ? "New IBM Forms FormPart" from the menu.
C. FormParts are only created from a new form by selecting "File" ? "New IBM Form" from the menu, then converting the form to a FormPart by changing the file extension.
D. FormParts are created either by selecting "File" ? "New IBM Forms FormPart"from the menu, or by selecting the items to be included in the FormPart from an existing form, right- clicking and selecting "Create FormPart from Selection" in the menu.
How many XForms models should bedeclared within a single XFDL form?
A. It shouldn't contain any.
B. It should contain more than one.
C. It should contain as many as you need.
D. It should contain one and only one.
What is the recommended approach to upgrade a form from a previous version?
A. open the form in a text editor and change the version number
B. open the form in the Designer and change the XFDL version number in the form global properties
C. open the form in the Viewer and change the XFDL version number in the properties configuration
D. open the form in the Designer and acceptthe prompt to automatically upgrade the form
Which of the following scenarios results in an XForms submission NOT being permitted?
A. The node referred to in an XForms bind has its readonly property set to true() and its relevant property set to false().
B. The node referred to in an XForms bind has its readonly property set to false() and its relevant property set to true().
C. The node referred to in an XForms bind has a failed constraint, and its relevant property set to false().
D. The node referred to in an XForms bind has a failed constraint, and its relevant property set to true().
Which of the following is the best practice to set a IBM Forms data element as read only?
A.
B.
C.
D.
All of the following are valid operations with in the Designer Preferences panel EXCEPT which one?
A. Set the URL for the Webform Server used to render forms.
B. Add compute templates for XFDL and XForms that will appear in the compute wizard.
C. Define the location where user-defined FormParts will be stored.
D. Specifyyour own third-party source editor.
What is the primary purpose of having an XML data instance within an XFDL form?
A. To fill up the form content.
B. It is a required component of an XML structure.
C. To validate the data that has been entered into the form.
D. To collect and store the data that has been entered into the form.