PseudoCode, Flowcharts, and Natural Language Review Crossword

1234567891011
Across
  1. 3. This shape of flowchart represents page connectors or program methods.
  2. 4. The category of flowcharts this course will be focusing on.
  3. 5. The course’s main application or software to construct flowcharts.
  4. 6. Pseudo means _.
  5. 8. This shape of flowchart represents processes or summaries of statements.
  6. 10. This shape of flowchart represents the program start or end.
  7. 11. Code representations are a form of _ documentation.
Down
  1. 1. This code representation uses symbols to represent logic and algorithm design.
  2. 2. This code representation uses mainly English language with coding keywords and phrases to describe an overview of a program.
  3. 4. This shape of flowchart represents inputs or outputs of a program.
  4. 7. A flowchart should always have a _ at the top or bottom of the page which describes what each shape correlates to; essentially it is the meta data of the diagram.
  5. 9. This shape of flowchart represents loops, selection / boolean logic, and switch cases.