• 2022-06-29
    When defining a function, that given in a pair of parentheses after the function name is called ______.
    A: parameter
    B: argument
    C: type parameter
    D: name parameter
  • A

    内容

    • 0

      Which value is valid for the iterate parameter in the CREATE_TIMER built-in function?() A: CYCLE  B: ITERATE C: NO_REPEAT  D: REUSE

    • 1

      Within a resource-plan definition, what differentiates a top-level plan from a subplan?() A: A subplan has the PLAN_SUB parameter value set to SUB B: A top-level plan has the GROUP_OR_PLAN parameter set to the name of the subplan in the resource-plan definition C: There is no difference in the resource-plan definition D: A subplan always has the CPU_MTH parameter value set to RATIO E: The string TOP_LEVEL is appended to the name of top-level resource pla

    • 2

      When you pass an array to a function, ______ is passed to the array parameter in the function. A: a copy of the array B: a copy of the first element C: the starting address of the array D: the length of the array

    • 3

      When creating a parameter query, the parameter prompt text should be placed () in the condition grid of the query design view. A: in{} B: in() C: in[] D: in<>

    • 4

      If a method has a parameter description, where should the default value of the parameter be given? A: Method definition B: Method calls C: Method body D: Method calls or method definition