Sequencing is 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. No instruction can be skipped.
Hope this helps :)