The application of each step of an algorithm in the order in which the statements are given.
Back
Documentation
Front
a description of the behavior of a command, function, library, API, etc.
Back
True function statement
Front
Two functions in a single program can have two different names but contain identical code
Back
API
Front
a collection of commands made available to a programmer
Back
Selection
Front
A generic term for a type of programming statement (usually an if-statement) that uses a Boolean condition to determine, or select, whether or not to run a certain block of statements.
Back
Object-oriented design
Front
focuses on the data involved in the solution
Back
Top Down Design
Front
focuses on the tasks to be done
Back
Library
Front
a collection of commands / functions, typically with a shared purpose
Back
Parameter
Front
An extra piece of information that you pass to the function to customize it for a specific need.
Back
Iteration
Front
The process of repeatedly running a set of computer instructions until some condition is satisfied.