Structured English

Structured English

Sequential Structure

A block of instructions in which no branching occurs

Decision Structure

Only IF a condition is true, complete the following statements: otherwise, jump to the ELSE

Case Structure

A special type of decision structure in which the cases are mutually exclusive

Iteration

Blocks of statements that are repeated until done

Structured English Example

ADD numbers together = Total

DIVIDE Total by amount of numbers = Average

OUTPUT Average

numbers = USER INPUT NUMBERS

Comments

Popular posts from this blog

Task 3: Prep

Principles of Project Planning