Algorithms and Flowcharts

12345678
Across
  1. 2. Before you begin creating a program, what must you ask yourself, "What is the ____________?"
  2. 4. What symbol is used to start and end a flowchart?
  3. 5. It's important to plan by identifying the series of steps that the code needs to follow. This process is called______________ thinking.
  4. 7. What symblow is used to represent a decision/questions in a flowchart?
  5. 8. What symbol is used to represent a command in a flowchart?
Down
  1. 1. A _____________ flowchart contains commands and questions.
  2. 3. When we create algorithms that use decisions we use ______________ statements.
  3. 6. A ______________ flowchart flows in a line and contains only commands.