Question
NCRE Level 2 programming application task 112: Which conclusion about functions and parameters is most accurate? Focus on programming in this variation.
Select an option. Your answer will be checked instantly.
Correct Answer: C. A function packages reusable behaviour and parameters supply inputs to that behaviour
Explanation:
Functions support abstraction and reuse, while parameters pass values into a call.
Leave a Reply