C9520-403 Dumps

C9520-403 Braindumps C9520-403 Real Questions C9520-403 Practice Test C9520-403 Actual Questions


killexams.com


IBM


C9520-403


IBM Forms 8.0 - Form Design and Development


https://killexams.com/pass4sure/exam-detail/C9520-403


Answer: B


QUESTION: 97

David has built a form that uses XForms Panes, but he cannot access the fields and labels inside a pane. Why can't David access the fields and labels, and how can he correct this problem?


  1. XForms Panes are actually iframes inside an XFDL form. The way to reference the values of the items inside the pane is throughthe XFormsdata model.

  2. XForms Panes are insulated from the XFDL items outside of them, as the panes are given a dynamically generated SID at runtime. XForms Panes are unique in that they require the reference to contain ".PANE" in order to access

    the itemsinside the pane. For example:PAGE1.AddressPane.PANE.FIELD1.

  3. XForms Panes are insulated from the XFDL items outside of them, as the panes are given a dynamically generated SID at runtime. The bestway to reference the values of the items inside the pane is through the XForms data model.

  4. XForms panes are actually iframes inside an XFDL form. The best way to access the values inside the items within the XForms pane is to usethe API.


Answer: C


QUESTION: 98

Which of the following tabs can you NOT remove or hide within the IBM Forms Designer?


  1. Design Tab

  2. Source Tab

  3. Webform Server Tab

  4. Viewer Tab


Answer: A


QUESTION: 99

What does the following statement represent?



  1. This button allows users to enclose files into one of three datagroups or folders: Images_Asia, Images_Eur, Images_SAmer.

  2. This button allows users to enclose files as one of the three file names: Images_Asia, Images_Eur, Images_SAmer.

  3. This button allows users to enclose files with the name of either Images_Asia, Images_Eur, or Images_SAmer.

  4. None of the above.


Answer: A


QUESTION: 100

All of the following are valid remarks about converting other file types to an IBM EXCEPT which ONE?


  1. The transformation rules are highly configurable.

  2. After the conversion is complete the form Designer must tweak the layout before publishing the final version.

  3. After the conversion is complete the form Designer must add dynamic logic to the forms.

  4. The transformation rules are not configurable.


Answer: D


QUESTION: 101

Which of the following reasons for compressing an IBM Form is VALID?


  1. Compressing the form means that the contents of the form are encrypted and secure.

  2. Compressing the form means that the entire form and data model be stored as a single file.

  3. Compressing the form means you can post the form to a database or servlet.

  4. Compressing the form means that you eliminate the white space found in the XFDL file.


Answer: D


QUESTION: 102

All of the following are accessibility features of the Viewer or Webform Server EXCEPT which one?


  1. Can define text to be spoken by a narration tool.

  2. Can enable a focus indicator

  3. Can change the background color of the focused item

  4. Can enable high contrast mode


Answer: C


QUESTION: 103

Which absolute XPath query will properly limit the result set to 10 items?


  1. widgets/widget[position > 5 and position < 16]

  2. widgets/widget[position() > 5 and position() < 15]

  3. instance('INSTANCE')/widgets/widget[position > 5 and position < 16]

  4. instance('INSTANCE')/widgets/widget[position() > 5 and position() < 16]


Answer: D