Form 10: Flowcharts & Visual Algorithms
Questions
-
MultiChoice
What is a flowchart?
-
MultiChoice
In standard flowcharts, what does an oval shape represent?
-
MultiChoice
In flowcharts, what shape represents a decision (IF condition)?
-
WordsBox
A flowchart uses different ____ to represent steps in an ____
-
MultiChoice
In flowcharts, what shape represents an action or process (e.g. 'Add 1 to total')?
-
MultiChoice
What do arrows in a flowchart indicate?
-
WordsBox
A ____ shape in a flowchart indicates a decision with ____ or no paths.
-
MultiChoice
Which shape in a flowchart would contain 'Is temperature > 30?'
-
MultiChoice
Which shape would usually contain 'Print Result'?
-
MultiChoice
Why are flowcharts useful before writing real code?
-
MultiChoice
In a flowchart, how many arrows lead out of a decision diamond?
-
MultiChoice
What shape marks the very beginning of a flowchart?