Question
NCRE Level 2 programming application task 120: Which option correctly applies the principle of functions and parameters? Focus on programming in this variation.
Select an option. Your answer will be checked instantly.
Correct Answer: A. 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