The sequence structure

We can describe the sequence structure using the pseudocode shown in Figure 1.

Figure 1. The sequence structure in pseudocode.
Enter
  Perform one or more actions in sequence
Exit

General requirements for the sequence structure: