Multiple choice technology testing Which of the following is NOT true? a function has a single return value an action can have more than one output parameters Function and action are one and the same many functions can be used within an action Reveal answer Fill a bubble to check yourself C Correct answer Explanation Functions and actions are distinct concepts in modular programming. A function is designed to return a single value and can be used inline within expressions, whereas an action can have multiple output parameters and handles side effects.