Subroutine, A sequence of instructions to perform a specific task with an identifiable name., Function, A subroutine that returns a value., Procedure, A subroutine that executes a block of code when called. It does not return a value., Parameter, Used in a subroutine to allow values to be passed into them., Decomposition, Breaking down a problem into smaller subproblems to make the more manageable., Global Variable, A variable that can be used anywhere in a program., Local Variable, A variable that can only be accessed within a certain block of code typically within a function., Variable Scope, Determines which parts of a program can access and use that variable.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?