197k views
4 votes
Why is sequencing important?

User Alergy
by
6.1k points

1 Answer

6 votes

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 :)

User Letoncse
by
6.8k points