1/4
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Algorithm
A precise sequence of instructions for processes that can be implemented in a programming language and executed by a computer.
Control Structure
One or more programming language statements that control the flow of a computer program.
Sequence
One or more statements in a computer program.
Selection
A question is asked, and depending on the answer, the program takes one of two courses of action, after which the program moves on to the next event.
Iteration
Repetition.