Click each word to view the definition.
We use "input" loosely to mean the empty boxes in a block that get filled with values. But input also means information entered into a program by the user, as in the ask and wait block. Program input can also come from data tables, sounds, pictures, video, or other programs.
Any data sent from your program to the user or to any device. Typically, the output depends on the input.
Click each word to view the definition.
Process of breaking a programming project up into separate sub-problems
Click each word to view the definition.
A function that takes a function as input (or reports a function as output).