nerdexam
IBM

C2040-403 · Question #52

Given the following data instance, what xforms bind returns the total cost (including tax) of a particular item, if the current context of the bind is "items/item"

The correct answer is D. cost + cost/@tax. See the full explanation below for the reasoning.

Question

Given the following data instance, what xforms bind returns the total cost (including tax) of a particular item, if the current context of the bind is "items/item"

Options

  • Asum(cost + cost/@tax)
  • Bsum(number(cost), number(cost/@tax))
  • Csum(cost, cost/@tax)
  • Dcost + cost/@tax

How the community answered

(66 responses)
  • A
    3% (2)
  • B
    8% (5)
  • C
    15% (10)
  • D
    74% (49)

Community Discussion

No community discussion yet for this question.

Full C2040-403 Practice