What are the suggested steps for writing a program?
What is a hierarchy chart?
A diagram that graphically depicts the structure of a program with boxes representing each step in the program. Refining tasks into smaller tasks.
What is a flowchart?
A diagram that shows the logical flow of a program.
What is pseudocode?
A cross between human language and programming language giving a broad view of the program.