A: parameter
B: argument
C: type parameter
D: name parameter
举一反三
- The type of a parameter whose type is omitted in a function definition is __________.
- The type of a parameter whose type is omitted in a function definition is __________.
- Function call can be used as an actual parameter of a function.
- When a range of values is used to estimate a population parameter, it is called _______. A: a point estimate B: an interval estimate C: a statistical parameter D: a range estimate
- When a range of values is used to estimate a population parameter, it is called _______.
内容
- 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