Computer Science for IGCSE & O level - Algorithm Design And Problem Solving (Section 4 - No. 43)

What is the purpose of a flowchart in algorithm design?
To create a user interface.
To visually represent the steps of an algorithm.
To convert algorithms into machine code.
To manage the user's data.

Explanation

A flowchart uses symbols to visually represent the steps in an algorithm, and the order in which they should be performed.

Comments (0)

Advertisement