Defining a function means to teach the computer a new command and explain what it should do when receiving that command.
The value returned from a function when the function is called.
The default value given to a parameter when it is initialized if no value is passed in.
A variable that can be used throughout a program, in every scope
A variable that is restricted to use in a certain scope of a program