Which of the following statements regarding the benefitsof using XML is FALSE?
A. XML is extensible. Since there are no fixed set of tags, new tags can be created as they are needed.
B. XML is based on a W3C standard, and is endorsed by software industry market leaders. Therefore, you are locked into using their technology.
C. XML is self-describing. XML documents can be stored without schema definitions, because they contain meta data in the form of tags and attributes.
D. XML facilitates the comparison and aggregation of data. The tree structure of XML documents allows documents to be compared and aggregated efficiently element by element.
E. XML is simple to use. Information coded in XML is easy to read and understand. It lets you identify your information in an accurate, flexible and adaptable way, allowingfor easier integration with other systems.
Which XForms item is used to define a table?
A. xforms:group
B. xforms:table
C. xforms:repeat
D. xforms:select
Which one of the following XForms events is triggered when a button is pressed?
A. activated
B. DOMActivate
C. active
D. trigger
Which of the following featuresCANNOT be set with the ufv_settings option?
A. modifiable
B. allow able over lap
C. mandatory color
D. save with format errors
Mark is trying to position a FIELD_B relatively below FIELD_A. He is using the alignment tools but the option Relative Align Below isgrayed out. What is the likely cause and how can Mark fix this?
A. He has selected FIELD_A first and, while holding the SHIFT key, selected FIELD_B. He should select the fields in reverse order.
B. FIELD_A comes after FIELD_B in the build order. Mark should use the outline view to change the build order of the 2 fields and then redo the relative alignment
C. There is already an absolute positioning for FIELD_B. Mark should remove this first before trying the relative alignment
D. FIELD_B currently is laidout above FIELD_A on the design canvas. Mark should drag the FIELD_B below FIELD_A first.
What should bedone to a form prior to distribution in order to prevent other users from modifying a form's layout by using the Designer?
A. Save the form using encryption.
B. Save the form in a compressed format so it is not human readable.
C. Export the form as "XForms".
D. Export the form as a locked form.
A developer wants to setup a phone number field to display the input format. Which of the following best represents the template he should use?
A. (###) ###-####
B. (...) ...-....
C. (nnn) nnn-nnnn
D. None of the above
An electronic signature is the general term for a signature that is applied electronically. Which of the following best describes the function(s) of an electronic signature with IBM Forms?
A. Identify the signer.
B. Capture the signer's acceptance to a document.
C. Secure the document.
D. All of the above.
When creating a field that can change its height based on the amount of data it contains,which of the following should occur?
A. The field should also be able to change width dynamically.
B. Items that appear below the field on the page should come after it in the build order.
C. Items that appear below the field should be relativelypositioned so that they move up or down as the field changes size.
D. Items that appear below the field on the page should come after it in the build order, and should be relatively positioned so that they move up or down as the field changes size.
Mark uses a table where rows can be added and removed. What does he need to do to make sure items below the table shift down or up in the layout when the form is being filled out?
A. Only the item directly below the table should be positioned relative to the table.
B. All items below the table should be positioned absolute to the table.
C. Each item below the table should be positioned relative to any previous item that is below the table or to the table itself.
D. When Mark uses a table all items below will automatically shift down or up when needed.