Form 10: Flowcharts & Visual Algorithms Exercise

Form 10: Flowcharts & Visual Algorithms

10 minutes 4 views 0 saves EN
Send as Assignment
Form 10: Flowcharts & Visual Algorithms

Learn how to represent logical steps and decision paths visually using flowcharts.

Questions

  1. MultiChoice

    What is a flowchart?

  2. MultiChoice

    In standard flowcharts, what does an oval shape represent?

  3. MultiChoice

    In flowcharts, what shape represents a decision (IF condition)?

  4. WordsBox

    A flowchart uses different ____ to represent steps in an ____

  5. MultiChoice

    In flowcharts, what shape represents an action or process (e.g. 'Add 1 to total')?

  6. MultiChoice

    What do arrows in a flowchart indicate?

  7. WordsBox

    A ____ shape in a flowchart indicates a decision with ____ or no paths.

  8. MultiChoice

    Which shape in a flowchart would contain 'Is temperature > 30?'

  9. MultiChoice

    Which shape would usually contain 'Print Result'?

  10. MultiChoice

    Why are flowcharts useful before writing real code?

  11. MultiChoice

    In a flowchart, how many arrows lead out of a decision diamond?

  12. MultiChoice

    What shape marks the very beginning of a flowchart?