Sequencing

One of the three basic logic structures in computer programming. … In a sequence structure, an action, or event, leads to the next ordered action in a predetermined order. The sequence can contain any number of actions, but no actions can be skipped in the sequence.

Sequencing refers to putting events or information in a specific order. The ability to sequence requires higher-order thinking skills, from recognizing patterns to determining cause and effect and more. Sequencing helps students understand and organize material they’ve learned as well as helps them solve problems.

Sequences are the main logical structure of algorithms or programs. When creating algorithms or programs, the instructions are presented in a specific correct order. A sequence can contain any number of instructions but each instruction must be run in the order they are presented.