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.
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.
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.
Functional maps can be called by other functional maps as well as executable maps, so restricting callers to only executable maps is factually incorrect.
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
Community Discussion
No community discussion yet for this question.