[Type A] Working with Functions – Chapter 3 Sumita Arora

|
Table of Contents

13. Write the term suitable for the following descriptions:
(a) A name inside the parentheses of a function header that can receive a value.
(b) An argument passed to a specific parameter using the parameter name.
(c) A value passed to a function parameter.
(d) A value assigned to a parameter name in the function header.
(e) A value assigned to a parameter name in the function call.
(f) A name defined outside all function definitions.
(g) A variable created inside a function body.

Solution:

  1. Parameter
  2. Keyword Argument
  3. Argument
  4. Default Parameter
  5. Actual Parameter/Argument
  6. Global Variable
  7. Local Variable
"Spread the light within, illuminate the hearts around you. Sharing is not just an action, but a sacred journey of connecting souls."~ Anonymous

Leave a Reply

Your email address will not be published. Required fields are marked *