nerdexam
IBM

000-349 · Question #58

Which of the following are true statements regarding functional maps? A functional map:

No correct answer was provided for this question. Based on WTX documentation, statement A is the most clearly accurate - a functional map acts as a reusable subroutine that can be called from executable maps or other functional maps.

Development

Question

Which of the following are true statements regarding functional maps? A functional map:

Options

  • Ais like a subroutine.
  • Bignores card adapter settings.
  • Ccan only be called by an executable map.
  • Dmust be in the same source file as the executable map that calls it.

Why each option

No correct answer was provided for this question. Based on WTX documentation, statement A is the most clearly accurate - a functional map acts as a reusable subroutine that can be called from executable maps or other functional maps.

Ais like a subroutine.
Bignores card adapter settings.

Functional maps do not have their own input/output card adapters, so the premise that they 'ignore' card adapter settings is misleading - they simply do not use adapters at all, which is a distinct characteristic rather than a true statement about ignoring settings.

Ccan only be called by an executable map.

Functional maps can be called by other functional maps as well as executable maps, so restricting callers to only executable maps is factually incorrect.

Dmust be in the same source file as the executable map that calls it.

A functional map can reside in a separate source file from the executable map that calls it and can be referenced across file boundaries, so the same-source-file restriction is false.

Concept tested: WTX functional map characteristics and usage

Topics

#functional map#card adapter settings#subroutine#executable map

Community Discussion

No community discussion yet for this question.

Full 000-349 Practice