Programming Key Words

?
Sequence
Sequence is the order that instructions are followed.
1 of 5
Selection
Selection is a method of controlling the execution sequence using conditions to execute a particular block of code.
2 of 5
Iteration
Iteration is a method of repeatably executing certain blocks of code either a certain number of times, or until a condition is met.
3 of 5
Algorithm
An algorithm is a set of instructions that perform a specific task.
4 of 5
Procedure
A procedure is a sequence of instructions that perform a specific task, packaged as a unit.
5 of 5

Other cards in this set

Card 2

Front

Selection is a method of controlling the execution sequence using conditions to execute a particular block of code.

Back

Selection

Card 3

Front

Iteration is a method of repeatably executing certain blocks of code either a certain number of times, or until a condition is met.

Back

Preview of the back of card 3

Card 4

Front

An algorithm is a set of instructions that perform a specific task.

Back

Preview of the back of card 4

Card 5

Front

A procedure is a sequence of instructions that perform a specific task, packaged as a unit.

Back

Preview of the back of card 5

Comments

No comments have yet been made

Similar Computing resources:

See all Computing resources »See all Programming resources »