Term
|
Definition
Reducing information and detail to focus on essential characteristics. |
|
|
Term
|
Definition
The process of finding an algorithmic solution to a given problem. Computation: An algorithmic operation that carries out a single numeric computation and stores the result. |
|
|
Term
|
Definition
the action of mathematical calculation |
|
|
Term
|
Definition
The true/false condition that will determine when the iteration has been completed. |
|
|
Term
|
Definition
Operations that alter the normal sequential flow of control within an algorithm. |
|
|
Term
|
Definition
Data that is entered into the computer system via an input or storage device. |
|
|
Term
|
Definition
|
|
Term
|
Definition
Algorithmic operations that repeat a block of instructions |
|
|
Term
|
Definition
a collection of commands / functions, typically with a shared purpose |
|
|
Term
|
Definition
Any number of statements nested inside a loop. The nesting is indicated by the fact that the statements are indented under the for loop statement. |
|
|
Term
|
Definition
Data that has been processed into a useful format. |
|
|
Term
|
Definition
Operations that can be directly understood by the computing agent executing the algorithm and which do not have to be further clarified or explained |
|
|
Term
|
Definition
a high-level description of the actions of a program or algorithm, using a mixture of English and informal programming language syntax |
|
|
Term
|
Definition
An algorithm that executes its operations in a straight line, from top to bottom, without any branching. |
|
|
Term
|
Definition
a problem solving approach (also known as stepwise design) in which you break down a system to gain insight into the sub-systems that make it up. |
|
|
Term
|
Definition
A symbol used to represent a quantity that can change |
|
|